Shades of Light Sea Green #1DC9BE
Tints of Light Sea Green #1DC9BE
RGB
CMYK
RGB Variations
Color information
#1DC9BE (or 0x1DC9BE) is known color: Light Sea Green. HEX triplet: 1D, C9 and BE. RGB value is (29,201,190). Sum of RGB (Red+Green+Blue) = 29+201+190=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC9BE is #E23641. Grayscale: #949494. Windows color (decimal): -14825026 or 12503325. OLE color: 12503325.
HSL color Cylindrical-coordinate representation of color #1DC9BE: hue angle of 176.16º 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 #1DC9BE is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 201 | 190 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.21 |
| HSL | 176.16º | 0.75% | 0.45% | - |
| HSV(B) | 176.16º | 0.86% | 0.79% | - |
| XYZ | 30.69 | 45.75 | 55.93 | - |
| YUV | 148.32 | 151.52 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 201 | 190 | 0.86 | 0 | 0.05 | 0.21 | 176.16 | 0.75 | 0.45 |
| Hex | 1D | C9 | BE | 56 | 0 | 5 | 15 | B0 | 4B | 2D |
| Octal | 35 | 311 | 276 | 126 | 0 | 5 | 25 | 260 | 113 | 55 |
| Binary | 11101 | 11001001 | 10111110 | 1010110 | 0 | 101 | 10101 | 10110000 | 1001011 | 101101 |
Color Harmonies of #1DC9BE
Complementary color
Monochromatic Colors of #1DC9BE
Black with #1DC9BE
Text Example
Text Example
White with #1DC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC9BE; }
p { color: rgb(29,201,190); }
H1.HeaderClassName
{
color: #1DC9BE;
}
.AnyTagClassName
{
color: #1DC9BE;
}
</style>
background-color css
<style>
a { background-color: #1DC9BE; }
a { background-color: rgb(29,201,190); }
div.DivClassName
{
background-color: #1DC9BE;
}
.BgClassName
{
background-color: #1DC9BE;
}
</style>
border-color css
<style>
span { border-color: #1DC9BE; }
span { border-color: rgb(29,201,190); }
td.TdClassName
{
border-color: #1DC9BE;
}
.TagClassName
{
border-color: #1DC9BE;
}
</style>