Shades of Light Sea Green #1DC4BA
Tints of Light Sea Green #1DC4BA
RGB
CMYK
RGB Variations
Color information
#1DC4BA (or 0x1DC4BA) is known color: Light Sea Green. HEX triplet: 1D, C4 and BA. RGB value is (29,196,186). Sum of RGB (Red+Green+Blue) = 29+196+186=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC4BA is #E23B45. Grayscale: #909090. Windows color (decimal): -14826310 or 12239901. OLE color: 12239901.
HSL color Cylindrical-coordinate representation of color #1DC4BA: hue angle of 176.41º 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 #1DC4BA is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 186 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.23 |
| HSL | 176.41º | 0.74% | 0.44% | - |
| HSV(B) | 176.41º | 0.85% | 0.77% | - |
| XYZ | 29.11 | 43.29 | 53.28 | - |
| YUV | 144.93 | 151.17 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 186 | 0.85 | 0 | 0.05 | 0.23 | 176.41 | 0.74 | 0.44 |
| Hex | 1D | C4 | BA | 55 | 0 | 5 | 17 | B0 | 4A | 2C |
| Octal | 35 | 304 | 272 | 125 | 0 | 5 | 27 | 260 | 112 | 54 |
| Binary | 11101 | 11000100 | 10111010 | 1010101 | 0 | 101 | 10111 | 10110000 | 1001010 | 101100 |
Color Harmonies of #1DC4BA
Complementary color
Monochromatic Colors of #1DC4BA
Black with #1DC4BA
Text Example
Text Example
White with #1DC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC4BA; }
p { color: rgb(29,196,186); }
H1.HeaderClassName
{
color: #1DC4BA;
}
.AnyTagClassName
{
color: #1DC4BA;
}
</style>
background-color css
<style>
a { background-color: #1DC4BA; }
a { background-color: rgb(29,196,186); }
div.DivClassName
{
background-color: #1DC4BA;
}
.BgClassName
{
background-color: #1DC4BA;
}
</style>
border-color css
<style>
span { border-color: #1DC4BA; }
span { border-color: rgb(29,196,186); }
td.TdClassName
{
border-color: #1DC4BA;
}
.TagClassName
{
border-color: #1DC4BA;
}
</style>