Hex | 26bfbf |
RGB | 38 , 191 , 191 |
RGB % | 9.0, 45.5, 45.5 |
HSL | 180, 66.8, 44.9 |
HSV | 180, 80.1, 74.9 |
CMYK | 204.3,0,0,64 |
XYZ | 0.288, 0.414, 0.558 |
xyY | 0.229, 0.329, 0.414 |
CIE-LAB | 0.705, -0.368, -0.109 |
CIE-LUV | 0.705, -0.52, -0.112 |
CIE-HCL | 196.514, 0.384, 0.705 |
Binary | 00100110,10111111,10111111 |
#26bfbf HTML/CSS Color Name is Light Sea Green / Crayola Maximum Blue Green / Green.
In a RGB color space, #26bfbf color RGB value is (Red:38,Green:191,Blue:191). it is composed of 9.0% red, 45.5% green and 45.5% blue. The process color (four color CMYK) of #26bfbf color hex is 204.3,0,0,64. HSL of color #26bfbf hue: 180 , saturation: 66.8 and the lightness value of 26bfbf is 44.9. Mainly color is Green. Reverse color is: #d94040.
The color codes conversion takes 1.600918 milliseconds.
.bgcolor {background-color:#26bfbf; .textcolor {color:#26bfbf; } .bordercolor {border:3px solid #26bfbf; }
<p style="color:#26bfbf">Text here</p>
<p style="background-color:#26bfbf;">Content here</p>
<div style="border:1px solid #26bfbf;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #26bfbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #26bfbf; -webkit-box-shadow: 1px 1px 3px 2px #26bfbf; box-shadow: 1px 1px 3px 2px #26bfbf; }
<p style="text-shadow: 4px 4px 2px #26bfbf">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #26bfbf; -webkit-box-shadow: 1px 1px 3px 2px #26bfbf; box-shadow: 1px 1px 3px 2px #26bfbf;">
Content here</div>