Shades of Light Sea Green #1DCAAA
Tints of Light Sea Green #1DCAAA
RGB
CMYK
RGB Variations
Color information
#1DCAAA (or 0x1DCAAA) is known color: Light Sea Green. HEX triplet: 1D, CA and AA. RGB value is (29,202,170). Sum of RGB (Red+Green+Blue) = 29+202+170=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCAAA is #E23555. Grayscale: #929292. Windows color (decimal): -14824790 or 11192861. OLE color: 11192861.
HSL color Cylindrical-coordinate representation of color #1DCAAA: hue angle of 168.9º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCAAA is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 202 | 170 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.21 |
| HSL | 168.9º | 0.75% | 0.45% | - |
| HSV(B) | 168.9º | 0.86% | 0.79% | - |
| XYZ | 28.88 | 45.4 | 45.27 | - |
| YUV | 146.63 | 141.19 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 170 | 0.86 | 0 | 0.16 | 0.21 | 168.9 | 0.75 | 0.45 |
| Hex | 1D | CA | AA | 56 | 0 | 10 | 15 | A9 | 4B | 2D |
| Octal | 35 | 312 | 252 | 126 | 0 | 20 | 25 | 251 | 113 | 55 |
| Binary | 11101 | 11001010 | 10101010 | 1010110 | 0 | 10000 | 10101 | 10101001 | 1001011 | 101101 |
Color Harmonies of #1DCAAA
Complementary color
Monochromatic Colors of #1DCAAA
Black with #1DCAAA
Text Example
Text Example
White with #1DCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCAAA; }
p { color: rgb(29,202,170); }
H1.HeaderClassName
{
color: #1DCAAA;
}
.AnyTagClassName
{
color: #1DCAAA;
}
</style>
background-color css
<style>
a { background-color: #1DCAAA; }
a { background-color: rgb(29,202,170); }
div.DivClassName
{
background-color: #1DCAAA;
}
.BgClassName
{
background-color: #1DCAAA;
}
</style>
border-color css
<style>
span { border-color: #1DCAAA; }
span { border-color: rgb(29,202,170); }
td.TdClassName
{
border-color: #1DCAAA;
}
.TagClassName
{
border-color: #1DCAAA;
}
</style>