Shades of Light Sea Green #1DC8AD
Tints of Light Sea Green #1DC8AD
RGB
CMYK
RGB Variations
Color information
#1DC8AD (or 0x1DC8AD) is known color: Light Sea Green. HEX triplet: 1D, C8 and AD. RGB value is (29,200,173). Sum of RGB (Red+Green+Blue) = 29+200+173=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC8AD is #E23752. Grayscale: #919191. Windows color (decimal): -14825299 or 11388957. OLE color: 11388957.
HSL color Cylindrical-coordinate representation of color #1DC8AD: hue angle of 170.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC8AD is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 200 | 173 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.22 |
| HSL | 170.53º | 0.75% | 0.45% | - |
| HSV(B) | 170.53º | 0.86% | 0.78% | - |
| XYZ | 28.7 | 44.59 | 46.63 | - |
| YUV | 145.79 | 143.35 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 173 | 0.86 | 0 | 0.14 | 0.22 | 170.53 | 0.75 | 0.45 |
| Hex | 1D | C8 | AD | 56 | 0 | E | 16 | AB | 4B | 2D |
| Octal | 35 | 310 | 255 | 126 | 0 | 16 | 26 | 253 | 113 | 55 |
| Binary | 11101 | 11001000 | 10101101 | 1010110 | 0 | 1110 | 10110 | 10101011 | 1001011 | 101101 |
Color Harmonies of #1DC8AD
Complementary color
Monochromatic Colors of #1DC8AD
Black with #1DC8AD
Text Example
Text Example
White with #1DC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC8AD; }
p { color: rgb(29,200,173); }
H1.HeaderClassName
{
color: #1DC8AD;
}
.AnyTagClassName
{
color: #1DC8AD;
}
</style>
background-color css
<style>
a { background-color: #1DC8AD; }
a { background-color: rgb(29,200,173); }
div.DivClassName
{
background-color: #1DC8AD;
}
.BgClassName
{
background-color: #1DC8AD;
}
</style>
border-color css
<style>
span { border-color: #1DC8AD; }
span { border-color: rgb(29,200,173); }
td.TdClassName
{
border-color: #1DC8AD;
}
.TagClassName
{
border-color: #1DC8AD;
}
</style>