Shades of Light Sea Green #1DAEA8
Tints of Light Sea Green #1DAEA8
RGB
CMYK
RGB Variations
Color information
#1DAEA8 (or 0x1DAEA8) is known color: Light Sea Green. HEX triplet: 1D, AE and A8. RGB value is (29,174,168). Sum of RGB (Red+Green+Blue) = 29+174+168=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAEA8 is #E25157. Grayscale: #818181. Windows color (decimal): -14831960 or 11054621. OLE color: 11054621.
HSL color Cylindrical-coordinate representation of color #1DAEA8: hue angle of 177.52º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAEA8 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 168 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.32 |
| HSL | 177.52º | 0.71% | 0.4% | - |
| HSV(B) | 177.52º | 0.83% | 0.68% | - |
| XYZ | 22.71 | 33.36 | 42.29 | - |
| YUV | 129.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 168 | 0.83 | 0 | 0.03 | 0.32 | 177.52 | 0.71 | 0.4 |
| Hex | 1D | AE | A8 | 53 | 0 | 3 | 20 | B2 | 47 | 28 |
| Octal | 35 | 256 | 250 | 123 | 0 | 3 | 40 | 262 | 107 | 50 |
| Binary | 11101 | 10101110 | 10101000 | 1010011 | 0 | 11 | 100000 | 10110010 | 1000111 | 101000 |
Color Harmonies of #1DAEA8
Complementary color
Monochromatic Colors of #1DAEA8
Black with #1DAEA8
Text Example
Text Example
White with #1DAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAEA8; }
p { color: rgb(29,174,168); }
H1.HeaderClassName
{
color: #1DAEA8;
}
.AnyTagClassName
{
color: #1DAEA8;
}
</style>
background-color css
<style>
a { background-color: #1DAEA8; }
a { background-color: rgb(29,174,168); }
div.DivClassName
{
background-color: #1DAEA8;
}
.BgClassName
{
background-color: #1DAEA8;
}
</style>
border-color css
<style>
span { border-color: #1DAEA8; }
span { border-color: rgb(29,174,168); }
td.TdClassName
{
border-color: #1DAEA8;
}
.TagClassName
{
border-color: #1DAEA8;
}
</style>