Shades of Light Sea Green #1DCCAD
Tints of Light Sea Green #1DCCAD
RGB
CMYK
RGB Variations
Color information
#1DCCAD (or 0x1DCCAD) is known color: Light Sea Green. HEX triplet: 1D, CC and AD. RGB value is (29,204,173). Sum of RGB (Red+Green+Blue) = 29+204+173=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCCAD is #E23352. Grayscale: #949494. Windows color (decimal): -14824275 or 11389981. OLE color: 11389981.
HSL color Cylindrical-coordinate representation of color #1DCCAD: hue angle of 169.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCCAD is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 173 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.2 |
| HSL | 169.37º | 0.75% | 0.46% | - |
| HSV(B) | 169.37º | 0.86% | 0.8% | - |
| XYZ | 29.64 | 46.46 | 46.94 | - |
| YUV | 148.14 | 142.02 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 173 | 0.86 | 0 | 0.15 | 0.2 | 169.37 | 0.75 | 0.46 |
| Hex | 1D | CC | AD | 56 | 0 | F | 14 | A9 | 4B | 2E |
| Octal | 35 | 314 | 255 | 126 | 0 | 17 | 24 | 251 | 113 | 56 |
| Binary | 11101 | 11001100 | 10101101 | 1010110 | 0 | 1111 | 10100 | 10101001 | 1001011 | 101110 |
Color Harmonies of #1DCCAD
Complementary color
Monochromatic Colors of #1DCCAD
Black with #1DCCAD
Text Example
Text Example
White with #1DCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCAD; }
p { color: rgb(29,204,173); }
H1.HeaderClassName
{
color: #1DCCAD;
}
.AnyTagClassName
{
color: #1DCCAD;
}
</style>
background-color css
<style>
a { background-color: #1DCCAD; }
a { background-color: rgb(29,204,173); }
div.DivClassName
{
background-color: #1DCCAD;
}
.BgClassName
{
background-color: #1DCCAD;
}
</style>
border-color css
<style>
span { border-color: #1DCCAD; }
span { border-color: rgb(29,204,173); }
td.TdClassName
{
border-color: #1DCCAD;
}
.TagClassName
{
border-color: #1DCCAD;
}
</style>