Shades of Light Sea Green #1DC9BA
Tints of Light Sea Green #1DC9BA
RGB
CMYK
RGB Variations
Color information
#1DC9BA (or 0x1DC9BA) is known color: Light Sea Green. HEX triplet: 1D, C9 and BA. RGB value is (29,201,186). Sum of RGB (Red+Green+Blue) = 29+201+186=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC9BA is #E23645. Grayscale: #939393. Windows color (decimal): -14825030 or 12241181. OLE color: 12241181.
HSL color Cylindrical-coordinate representation of color #1DC9BA: hue angle of 174.77º 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 #1DC9BA is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 201 | 186 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.21 |
| HSL | 174.77º | 0.75% | 0.45% | - |
| HSV(B) | 174.77º | 0.86% | 0.79% | - |
| XYZ | 30.26 | 45.58 | 53.66 | - |
| YUV | 147.86 | 149.52 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 201 | 186 | 0.86 | 0 | 0.07 | 0.21 | 174.77 | 0.75 | 0.45 |
| Hex | 1D | C9 | BA | 56 | 0 | 7 | 15 | AF | 4B | 2D |
| Octal | 35 | 311 | 272 | 126 | 0 | 7 | 25 | 257 | 113 | 55 |
| Binary | 11101 | 11001001 | 10111010 | 1010110 | 0 | 111 | 10101 | 10101111 | 1001011 | 101101 |
Color Harmonies of #1DC9BA
Complementary color
Monochromatic Colors of #1DC9BA
Black with #1DC9BA
Text Example
Text Example
White with #1DC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC9BA; }
p { color: rgb(29,201,186); }
H1.HeaderClassName
{
color: #1DC9BA;
}
.AnyTagClassName
{
color: #1DC9BA;
}
</style>
background-color css
<style>
a { background-color: #1DC9BA; }
a { background-color: rgb(29,201,186); }
div.DivClassName
{
background-color: #1DC9BA;
}
.BgClassName
{
background-color: #1DC9BA;
}
</style>
border-color css
<style>
span { border-color: #1DC9BA; }
span { border-color: rgb(29,201,186); }
td.TdClassName
{
border-color: #1DC9BA;
}
.TagClassName
{
border-color: #1DC9BA;
}
</style>