Shades of Light Sea Green #1DC2BC
Tints of Light Sea Green #1DC2BC
RGB
CMYK
RGB Variations
Color information
#1DC2BC (or 0x1DC2BC) is known color: Light Sea Green. HEX triplet: 1D, C2 and BC. RGB value is (29,194,188). Sum of RGB (Red+Green+Blue) = 29+194+188=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC2BC is #E23D43. Grayscale: #8F8F8F. Windows color (decimal): -14826820 or 12370461. OLE color: 12370461.
HSL color Cylindrical-coordinate representation of color #1DC2BC: hue angle of 177.82º 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 #1DC2BC is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 188 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.24 |
| HSL | 177.82º | 0.74% | 0.44% | - |
| HSV(B) | 177.82º | 0.85% | 0.76% | - |
| XYZ | 28.88 | 42.48 | 54.25 | - |
| YUV | 143.98 | 152.84 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 188 | 0.85 | 0 | 0.03 | 0.24 | 177.82 | 0.74 | 0.44 |
| Hex | 1D | C2 | BC | 55 | 0 | 3 | 18 | B2 | 4A | 2C |
| Octal | 35 | 302 | 274 | 125 | 0 | 3 | 30 | 262 | 112 | 54 |
| Binary | 11101 | 11000010 | 10111100 | 1010101 | 0 | 11 | 11000 | 10110010 | 1001010 | 101100 |
Color Harmonies of #1DC2BC
Complementary color
Monochromatic Colors of #1DC2BC
Black with #1DC2BC
Text Example
Text Example
White with #1DC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC2BC; }
p { color: rgb(29,194,188); }
H1.HeaderClassName
{
color: #1DC2BC;
}
.AnyTagClassName
{
color: #1DC2BC;
}
</style>
background-color css
<style>
a { background-color: #1DC2BC; }
a { background-color: rgb(29,194,188); }
div.DivClassName
{
background-color: #1DC2BC;
}
.BgClassName
{
background-color: #1DC2BC;
}
</style>
border-color css
<style>
span { border-color: #1DC2BC; }
span { border-color: rgb(29,194,188); }
td.TdClassName
{
border-color: #1DC2BC;
}
.TagClassName
{
border-color: #1DC2BC;
}
</style>