Shades of Light Sea Green #1DC2A2
Tints of Light Sea Green #1DC2A2
RGB
CMYK
RGB Variations
Color information
#1DC2A2 (or 0x1DC2A2) is known color: Light Sea Green. HEX triplet: 1D, C2 and A2. RGB value is (29,194,162). Sum of RGB (Red+Green+Blue) = 29+194+162=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC2A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC2A2 is #E23D5D. Grayscale: #8C8C8C. Windows color (decimal): -14826846 or 10666525. OLE color: 10666525.
HSL color Cylindrical-coordinate representation of color #1DC2A2: hue angle of 168.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC2A2 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 162 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.24 |
| HSL | 168.36º | 0.74% | 0.44% | - |
| HSV(B) | 168.36º | 0.85% | 0.76% | - |
| XYZ | 26.32 | 41.45 | 40.8 | - |
| YUV | 141.02 | 139.84 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 162 | 0.85 | 0 | 0.16 | 0.24 | 168.36 | 0.74 | 0.44 |
| Hex | 1D | C2 | A2 | 55 | 0 | 10 | 18 | A8 | 4A | 2C |
| Octal | 35 | 302 | 242 | 125 | 0 | 20 | 30 | 250 | 112 | 54 |
| Binary | 11101 | 11000010 | 10100010 | 1010101 | 0 | 10000 | 11000 | 10101000 | 1001010 | 101100 |
Color Harmonies of #1DC2A2
Complementary color
Monochromatic Colors of #1DC2A2
Black with #1DC2A2
Text Example
Text Example
White with #1DC2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC2A2; }
p { color: rgb(29,194,162); }
H1.HeaderClassName
{
color: #1DC2A2;
}
.AnyTagClassName
{
color: #1DC2A2;
}
</style>
background-color css
<style>
a { background-color: #1DC2A2; }
a { background-color: rgb(29,194,162); }
div.DivClassName
{
background-color: #1DC2A2;
}
.BgClassName
{
background-color: #1DC2A2;
}
</style>
border-color css
<style>
span { border-color: #1DC2A2; }
span { border-color: rgb(29,194,162); }
td.TdClassName
{
border-color: #1DC2A2;
}
.TagClassName
{
border-color: #1DC2A2;
}
</style>