Hex | 1cb0b0 |
RGB | 28 , 176 , 176 |
RGB % | 7.4, 46.3, 46.3 |
HSL | 180, 72.5, 40 |
HSV | 180, 84.1, 69 |
CMYK | 214.4,0,0,79 |
XYZ | 0.238, 0.344, 0.465 |
xyY | 0.228, 0.329, 0.344 |
CIE-LAB | 0.653, -0.351, -0.104 |
CIE-LUV | 0.653, -0.489, -0.105 |
CIE-HCL | 196.476, 0.366, 0.653 |
Binary | 00011100,10110000,10110000 |
#1cb0b0 HTML/CSS Color Name is Light Sea Green / LightSeaGreen / Green.
In a RGB color space, #1cb0b0 color RGB value is (Red:28,Green:176,Blue:176). it is composed of 7.4% red, 46.3% green and 46.3% blue. The process color (four color CMYK) of #1cb0b0 color hex is 214.4,0,0,79. HSL of color #1cb0b0 hue: 180 , saturation: 72.5 and the lightness value of 1cb0b0 is 40. Mainly color is Green. Reverse color is: #e34f4f.
The color codes conversion takes 2.007890 milliseconds.
.bgcolor {background-color:#1cb0b0; .textcolor {color:#1cb0b0; } .bordercolor {border:3px solid #1cb0b0; }
<p style="color:#1cb0b0">Text here</p>
<p style="background-color:#1cb0b0;">Content here</p>
<div style="border:1px solid #1cb0b0;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #1cb0b0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cb0b0; -webkit-box-shadow: 1px 1px 3px 2px #1cb0b0; box-shadow: 1px 1px 3px 2px #1cb0b0; }
<p style="text-shadow: 4px 4px 2px #1cb0b0">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cb0b0; -webkit-box-shadow: 1px 1px 3px 2px #1cb0b0; box-shadow: 1px 1px 3px 2px #1cb0b0;">
Content here</div>