Shades of Light Sea Green #1DCBBC
Tints of Light Sea Green #1DCBBC
RGB
CMYK
RGB Variations
Color information
#1DCBBC (or 0x1DCBBC) is known color: Light Sea Green. HEX triplet: 1D, CB and BC. RGB value is (29,203,188). Sum of RGB (Red+Green+Blue) = 29+203+188=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBBC is #E23443. Grayscale: #959595. Windows color (decimal): -14824516 or 12372765. OLE color: 12372765.
HSL color Cylindrical-coordinate representation of color #1DCBBC: hue angle of 174.83º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCBBC is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 203 | 188 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.20 |
| HSL | 174.83º | 0.75% | 0.45% | - |
| HSV(B) | 174.83º | 0.86% | 0.8% | - |
| XYZ | 30.94 | 46.6 | 54.94 | - |
| YUV | 149.26 | 149.85 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 188 | 0.86 | 0 | 0.07 | 0.20 | 174.83 | 0.75 | 0.45 |
| Hex | 1D | CB | BC | 56 | 0 | 7 | 14 | AF | 4B | 2D |
| Octal | 35 | 313 | 274 | 126 | 0 | 7 | 24 | 257 | 113 | 55 |
| Binary | 11101 | 11001011 | 10111100 | 1010110 | 0 | 111 | 10100 | 10101111 | 1001011 | 101101 |
Color Harmonies of #1DCBBC
Complementary color
Monochromatic Colors of #1DCBBC
Black with #1DCBBC
Text Example
Text Example
White with #1DCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBBC; }
p { color: rgb(29,203,188); }
H1.HeaderClassName
{
color: #1DCBBC;
}
.AnyTagClassName
{
color: #1DCBBC;
}
</style>
background-color css
<style>
a { background-color: #1DCBBC; }
a { background-color: rgb(29,203,188); }
div.DivClassName
{
background-color: #1DCBBC;
}
.BgClassName
{
background-color: #1DCBBC;
}
</style>
border-color css
<style>
span { border-color: #1DCBBC; }
span { border-color: rgb(29,203,188); }
td.TdClassName
{
border-color: #1DCBBC;
}
.TagClassName
{
border-color: #1DCBBC;
}
</style>