Shades of Light Sea Green #1DCEBC
Tints of Light Sea Green #1DCEBC
RGB
CMYK
RGB Variations
Color information
#1DCEBC (or 0x1DCEBC) is known color: Light Sea Green. HEX triplet: 1D, CE and BC. RGB value is (29,206,188). Sum of RGB (Red+Green+Blue) = 29+206+188=423 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.86% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCEBC is #E23143. Grayscale: #969696. Windows color (decimal): -14823748 or 12373533. OLE color: 12373533.
HSL color Cylindrical-coordinate representation of color #1DCEBC: hue angle of 173.9º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCEBC is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 188 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.19 |
| HSL | 173.9º | 0.75% | 0.46% | - |
| HSV(B) | 173.9º | 0.86% | 0.81% | - |
| XYZ | 31.66 | 48.03 | 55.18 | - |
| YUV | 151.03 | 148.86 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 188 | 0.86 | 0 | 0.09 | 0.19 | 173.9 | 0.75 | 0.46 |
| Hex | 1D | CE | BC | 56 | 0 | 9 | 13 | AE | 4B | 2E |
| Octal | 35 | 316 | 274 | 126 | 0 | 11 | 23 | 256 | 113 | 56 |
| Binary | 11101 | 11001110 | 10111100 | 1010110 | 0 | 1001 | 10011 | 10101110 | 1001011 | 101110 |
Color Harmonies of #1DCEBC
Complementary color
Monochromatic Colors of #1DCEBC
Black with #1DCEBC
Text Example
Text Example
White with #1DCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEBC; }
p { color: rgb(29,206,188); }
H1.HeaderClassName
{
color: #1DCEBC;
}
.AnyTagClassName
{
color: #1DCEBC;
}
</style>
background-color css
<style>
a { background-color: #1DCEBC; }
a { background-color: rgb(29,206,188); }
div.DivClassName
{
background-color: #1DCEBC;
}
.BgClassName
{
background-color: #1DCEBC;
}
</style>
border-color css
<style>
span { border-color: #1DCEBC; }
span { border-color: rgb(29,206,188); }
td.TdClassName
{
border-color: #1DCEBC;
}
.TagClassName
{
border-color: #1DCEBC;
}
</style>