Shades of Light Sea Green #1DC0BD
Tints of Light Sea Green #1DC0BD
RGB
CMYK
RGB Variations
Color information
#1DC0BD (or 0x1DC0BD) is known color: Light Sea Green. HEX triplet: 1D, C0 and BD. RGB value is (29,192,189). Sum of RGB (Red+Green+Blue) = 29+192+189=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC0BD is #E23F42. Grayscale: #8E8E8E. Windows color (decimal): -14827331 or 12435485. OLE color: 12435485.
HSL color Cylindrical-coordinate representation of color #1DC0BD: hue angle of 178.9º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC0BD is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 192 | 189 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.25 |
| HSL | 178.9º | 0.74% | 0.43% | - |
| HSV(B) | 178.9º | 0.85% | 0.75% | - |
| XYZ | 28.54 | 41.63 | 54.68 | - |
| YUV | 142.92 | 154 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 189 | 0.85 | 0 | 0.02 | 0.25 | 178.9 | 0.74 | 0.43 |
| Hex | 1D | C0 | BD | 55 | 0 | 2 | 19 | B3 | 4A | 2B |
| Octal | 35 | 300 | 275 | 125 | 0 | 2 | 31 | 263 | 112 | 53 |
| Binary | 11101 | 11000000 | 10111101 | 1010101 | 0 | 10 | 11001 | 10110011 | 1001010 | 101011 |
Color Harmonies of #1DC0BD
Complementary color
Monochromatic Colors of #1DC0BD
Black with #1DC0BD
Text Example
Text Example
White with #1DC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC0BD; }
p { color: rgb(29,192,189); }
H1.HeaderClassName
{
color: #1DC0BD;
}
.AnyTagClassName
{
color: #1DC0BD;
}
</style>
background-color css
<style>
a { background-color: #1DC0BD; }
a { background-color: rgb(29,192,189); }
div.DivClassName
{
background-color: #1DC0BD;
}
.BgClassName
{
background-color: #1DC0BD;
}
</style>
border-color css
<style>
span { border-color: #1DC0BD; }
span { border-color: rgb(29,192,189); }
td.TdClassName
{
border-color: #1DC0BD;
}
.TagClassName
{
border-color: #1DC0BD;
}
</style>