Shades of Light Sea Green #1DCBAB
Tints of Light Sea Green #1DCBAB
RGB
CMYK
RGB Variations
Color information
#1DCBAB (or 0x1DCBAB) is known color: Light Sea Green. HEX triplet: 1D, CB and AB. RGB value is (29,203,171). Sum of RGB (Red+Green+Blue) = 29+203+171=403 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.20% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCBAB is #E23454. Grayscale: #939393. Windows color (decimal): -14824533 or 11258653. OLE color: 11258653.
HSL color Cylindrical-coordinate representation of color #1DCBAB: hue angle of 168.97º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCBAB is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 203 | 171 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.20 |
| HSL | 168.97º | 0.75% | 0.45% | - |
| HSV(B) | 168.97º | 0.86% | 0.8% | - |
| XYZ | 29.21 | 45.91 | 45.85 | - |
| YUV | 147.33 | 141.35 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 171 | 0.86 | 0 | 0.16 | 0.20 | 168.97 | 0.75 | 0.45 |
| Hex | 1D | CB | AB | 56 | 0 | 10 | 14 | A9 | 4B | 2D |
| Octal | 35 | 313 | 253 | 126 | 0 | 20 | 24 | 251 | 113 | 55 |
| Binary | 11101 | 11001011 | 10101011 | 1010110 | 0 | 10000 | 10100 | 10101001 | 1001011 | 101101 |
Color Harmonies of #1DCBAB
Complementary color
Monochromatic Colors of #1DCBAB
Black with #1DCBAB
Text Example
Text Example
White with #1DCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBAB; }
p { color: rgb(29,203,171); }
H1.HeaderClassName
{
color: #1DCBAB;
}
.AnyTagClassName
{
color: #1DCBAB;
}
</style>
background-color css
<style>
a { background-color: #1DCBAB; }
a { background-color: rgb(29,203,171); }
div.DivClassName
{
background-color: #1DCBAB;
}
.BgClassName
{
background-color: #1DCBAB;
}
</style>
border-color css
<style>
span { border-color: #1DCBAB; }
span { border-color: rgb(29,203,171); }
td.TdClassName
{
border-color: #1DCBAB;
}
.TagClassName
{
border-color: #1DCBAB;
}
</style>