Shades of Light Sea Green #1DC5BC
Tints of Light Sea Green #1DC5BC
RGB
CMYK
RGB Variations
Color information
#1DC5BC (or 0x1DC5BC) is known color: Light Sea Green. HEX triplet: 1D, C5 and BC. RGB value is (29,197,188). Sum of RGB (Red+Green+Blue) = 29+197+188=414 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.00% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC5BC is #E23A43. Grayscale: #919191. Windows color (decimal): -14826052 or 12371229. OLE color: 12371229.
HSL color Cylindrical-coordinate representation of color #1DC5BC: hue angle of 176.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC5BC is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 188 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.23 |
| HSL | 176.79º | 0.74% | 0.44% | - |
| HSV(B) | 176.79º | 0.85% | 0.77% | - |
| XYZ | 29.55 | 43.82 | 54.48 | - |
| YUV | 145.74 | 151.84 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 188 | 0.85 | 0 | 0.05 | 0.23 | 176.79 | 0.74 | 0.44 |
| Hex | 1D | C5 | BC | 55 | 0 | 5 | 17 | B1 | 4A | 2C |
| Octal | 35 | 305 | 274 | 125 | 0 | 5 | 27 | 261 | 112 | 54 |
| Binary | 11101 | 11000101 | 10111100 | 1010101 | 0 | 101 | 10111 | 10110001 | 1001010 | 101100 |
Color Harmonies of #1DC5BC
Complementary color
Monochromatic Colors of #1DC5BC
Black with #1DC5BC
Text Example
Text Example
White with #1DC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC5BC; }
p { color: rgb(29,197,188); }
H1.HeaderClassName
{
color: #1DC5BC;
}
.AnyTagClassName
{
color: #1DC5BC;
}
</style>
background-color css
<style>
a { background-color: #1DC5BC; }
a { background-color: rgb(29,197,188); }
div.DivClassName
{
background-color: #1DC5BC;
}
.BgClassName
{
background-color: #1DC5BC;
}
</style>
border-color css
<style>
span { border-color: #1DC5BC; }
span { border-color: rgb(29,197,188); }
td.TdClassName
{
border-color: #1DC5BC;
}
.TagClassName
{
border-color: #1DC5BC;
}
</style>