Shades of Light Sea Green #1DC3C0
Tints of Light Sea Green #1DC3C0
RGB
CMYK
RGB Variations
Color information
#1DC3C0 (or 0x1DC3C0) is known color: Light Sea Green. HEX triplet: 1D, C3 and C0. RGB value is (29,195,192). Sum of RGB (Red+Green+Blue) = 29+195+192=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC3C0 is #E23C3F. Grayscale: #909090. Windows color (decimal): -14826560 or 12632861. OLE color: 12632861.
HSL color Cylindrical-coordinate representation of color #1DC3C0: hue angle of 178.92º 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 #1DC3C0 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 192 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.24 |
| HSL | 178.92º | 0.74% | 0.44% | - |
| HSV(B) | 178.92º | 0.85% | 0.76% | - |
| XYZ | 29.54 | 43.1 | 56.63 | - |
| YUV | 145.02 | 154.5 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 192 | 0.85 | 0 | 0.02 | 0.24 | 178.92 | 0.74 | 0.44 |
| Hex | 1D | C3 | C0 | 55 | 0 | 2 | 18 | B3 | 4A | 2C |
| Octal | 35 | 303 | 300 | 125 | 0 | 2 | 30 | 263 | 112 | 54 |
| Binary | 11101 | 11000011 | 11000000 | 1010101 | 0 | 10 | 11000 | 10110011 | 1001010 | 101100 |
Color Harmonies of #1DC3C0
Complementary color
Monochromatic Colors of #1DC3C0
Black with #1DC3C0
Text Example
Text Example
White with #1DC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC3C0; }
p { color: rgb(29,195,192); }
H1.HeaderClassName
{
color: #1DC3C0;
}
.AnyTagClassName
{
color: #1DC3C0;
}
</style>
background-color css
<style>
a { background-color: #1DC3C0; }
a { background-color: rgb(29,195,192); }
div.DivClassName
{
background-color: #1DC3C0;
}
.BgClassName
{
background-color: #1DC3C0;
}
</style>
border-color css
<style>
span { border-color: #1DC3C0; }
span { border-color: rgb(29,195,192); }
td.TdClassName
{
border-color: #1DC3C0;
}
.TagClassName
{
border-color: #1DC3C0;
}
</style>