Shades of Light Sea Green #1DCDAA
Tints of Light Sea Green #1DCDAA
RGB
CMYK
RGB Variations
Color information
#1DCDAA (or 0x1DCDAA) is known color: Light Sea Green. HEX triplet: 1D, CD and AA. RGB value is (29,205,170). Sum of RGB (Red+Green+Blue) = 29+205+170=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCDAA is #E23255. Grayscale: #949494. Windows color (decimal): -14824022 or 11193629. OLE color: 11193629.
HSL color Cylindrical-coordinate representation of color #1DCDAA: hue angle of 168.07º 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 #1DCDAA is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 170 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.20 |
| HSL | 168.07º | 0.75% | 0.46% | - |
| HSV(B) | 168.07º | 0.86% | 0.8% | - |
| XYZ | 29.59 | 46.83 | 45.51 | - |
| YUV | 148.39 | 140.19 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 170 | 0.86 | 0 | 0.17 | 0.20 | 168.07 | 0.75 | 0.46 |
| Hex | 1D | CD | AA | 56 | 0 | 11 | 14 | A8 | 4B | 2E |
| Octal | 35 | 315 | 252 | 126 | 0 | 21 | 24 | 250 | 113 | 56 |
| Binary | 11101 | 11001101 | 10101010 | 1010110 | 0 | 10001 | 10100 | 10101000 | 1001011 | 101110 |
Color Harmonies of #1DCDAA
Complementary color
Monochromatic Colors of #1DCDAA
Black with #1DCDAA
Text Example
Text Example
White with #1DCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDAA; }
p { color: rgb(29,205,170); }
H1.HeaderClassName
{
color: #1DCDAA;
}
.AnyTagClassName
{
color: #1DCDAA;
}
</style>
background-color css
<style>
a { background-color: #1DCDAA; }
a { background-color: rgb(29,205,170); }
div.DivClassName
{
background-color: #1DCDAA;
}
.BgClassName
{
background-color: #1DCDAA;
}
</style>
border-color css
<style>
span { border-color: #1DCDAA; }
span { border-color: rgb(29,205,170); }
td.TdClassName
{
border-color: #1DCDAA;
}
.TagClassName
{
border-color: #1DCDAA;
}
</style>