Shades of Light Sea Green #1DC29E
Tints of Light Sea Green #1DC29E
RGB
CMYK
RGB Variations
Color information
#1DC29E (or 0x1DC29E) is known color: Light Sea Green. HEX triplet: 1D, C2 and 9E. RGB value is (29,194,158). Sum of RGB (Red+Green+Blue) = 29+194+158=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC29E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC29E is #E23D61. Grayscale: #8C8C8C. Windows color (decimal): -14826850 or 10404381. OLE color: 10404381.
HSL color Cylindrical-coordinate representation of color #1DC29E: hue angle of 166.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC29E is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 158 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.24 |
| HSL | 166.91º | 0.74% | 0.44% | - |
| HSV(B) | 166.91º | 0.85% | 0.76% | - |
| XYZ | 25.97 | 41.31 | 38.95 | - |
| YUV | 140.56 | 137.84 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 158 | 0.85 | 0 | 0.19 | 0.24 | 166.91 | 0.74 | 0.44 |
| Hex | 1D | C2 | 9E | 55 | 0 | 13 | 18 | A7 | 4A | 2C |
| Octal | 35 | 302 | 236 | 125 | 0 | 23 | 30 | 247 | 112 | 54 |
| Binary | 11101 | 11000010 | 10011110 | 1010101 | 0 | 10011 | 11000 | 10100111 | 1001010 | 101100 |
Color Harmonies of #1DC29E
Complementary color
Monochromatic Colors of #1DC29E
Black with #1DC29E
Text Example
Text Example
White with #1DC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC29E; }
p { color: rgb(29,194,158); }
H1.HeaderClassName
{
color: #1DC29E;
}
.AnyTagClassName
{
color: #1DC29E;
}
</style>
background-color css
<style>
a { background-color: #1DC29E; }
a { background-color: rgb(29,194,158); }
div.DivClassName
{
background-color: #1DC29E;
}
.BgClassName
{
background-color: #1DC29E;
}
</style>
border-color css
<style>
span { border-color: #1DC29E; }
span { border-color: rgb(29,194,158); }
td.TdClassName
{
border-color: #1DC29E;
}
.TagClassName
{
border-color: #1DC29E;
}
</style>