Shades of Light Sea Green #1DCEAF
Tints of Light Sea Green #1DCEAF
RGB
CMYK
RGB Variations
Color information
#1DCEAF (or 0x1DCEAF) is known color: Light Sea Green. HEX triplet: 1D, CE and AF. RGB value is (29,206,175). Sum of RGB (Red+Green+Blue) = 29+206+175=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCEAF is #E23150. Grayscale: #959595. Windows color (decimal): -14823761 or 11521565. OLE color: 11521565.
HSL color Cylindrical-coordinate representation of color #1DCEAF: hue angle of 169.49º 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 #1DCEAF is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 175 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.19 |
| HSL | 169.49º | 0.75% | 0.46% | - |
| HSV(B) | 169.49º | 0.86% | 0.81% | - |
| XYZ | 30.32 | 47.5 | 48.13 | - |
| YUV | 149.54 | 142.36 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 175 | 0.86 | 0 | 0.15 | 0.19 | 169.49 | 0.75 | 0.46 |
| Hex | 1D | CE | AF | 56 | 0 | F | 13 | A9 | 4B | 2E |
| Octal | 35 | 316 | 257 | 126 | 0 | 17 | 23 | 251 | 113 | 56 |
| Binary | 11101 | 11001110 | 10101111 | 1010110 | 0 | 1111 | 10011 | 10101001 | 1001011 | 101110 |
Color Harmonies of #1DCEAF
Complementary color
Monochromatic Colors of #1DCEAF
Black with #1DCEAF
Text Example
Text Example
White with #1DCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEAF; }
p { color: rgb(29,206,175); }
H1.HeaderClassName
{
color: #1DCEAF;
}
.AnyTagClassName
{
color: #1DCEAF;
}
</style>
background-color css
<style>
a { background-color: #1DCEAF; }
a { background-color: rgb(29,206,175); }
div.DivClassName
{
background-color: #1DCEAF;
}
.BgClassName
{
background-color: #1DCEAF;
}
</style>
border-color css
<style>
span { border-color: #1DCEAF; }
span { border-color: rgb(29,206,175); }
td.TdClassName
{
border-color: #1DCEAF;
}
.TagClassName
{
border-color: #1DCEAF;
}
</style>