Shades of Light Sea Green #1DC0BC
Tints of Light Sea Green #1DC0BC
RGB
CMYK
RGB Variations
Color information
#1DC0BC (or 0x1DC0BC) is known color: Light Sea Green. HEX triplet: 1D, C0 and BC. RGB value is (29,192,188). Sum of RGB (Red+Green+Blue) = 29+192+188=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC0BC is #E23F43. Grayscale: #8E8E8E. Windows color (decimal): -14827332 or 12369949. OLE color: 12369949.
HSL color Cylindrical-coordinate representation of color #1DC0BC: hue angle of 178.53º 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 #1DC0BC is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 192 | 188 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.25 |
| HSL | 178.53º | 0.74% | 0.43% | - |
| HSV(B) | 178.53º | 0.85% | 0.75% | - |
| XYZ | 28.43 | 41.59 | 54.11 | - |
| YUV | 142.81 | 153.5 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 188 | 0.85 | 0 | 0.02 | 0.25 | 178.53 | 0.74 | 0.43 |
| Hex | 1D | C0 | BC | 55 | 0 | 2 | 19 | B3 | 4A | 2B |
| Octal | 35 | 300 | 274 | 125 | 0 | 2 | 31 | 263 | 112 | 53 |
| Binary | 11101 | 11000000 | 10111100 | 1010101 | 0 | 10 | 11001 | 10110011 | 1001010 | 101011 |
Color Harmonies of #1DC0BC
Complementary color
Monochromatic Colors of #1DC0BC
Black with #1DC0BC
Text Example
Text Example
White with #1DC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC0BC; }
p { color: rgb(29,192,188); }
H1.HeaderClassName
{
color: #1DC0BC;
}
.AnyTagClassName
{
color: #1DC0BC;
}
</style>
background-color css
<style>
a { background-color: #1DC0BC; }
a { background-color: rgb(29,192,188); }
div.DivClassName
{
background-color: #1DC0BC;
}
.BgClassName
{
background-color: #1DC0BC;
}
</style>
border-color css
<style>
span { border-color: #1DC0BC; }
span { border-color: rgb(29,192,188); }
td.TdClassName
{
border-color: #1DC0BC;
}
.TagClassName
{
border-color: #1DC0BC;
}
</style>