Shades of Light Sea Green #20AAA9
Tints of Light Sea Green #20AAA9
RGB
CMYK
RGB Variations
Color information
#20AAA9 (or 0x20AAA9) is known color: Light Sea Green. HEX triplet: 20, AA and A9. RGB value is (32,170,169). Sum of RGB (Red+Green+Blue) = 32+170+169=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #20AAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AAA9 is #DF5556. Grayscale: #808080. Windows color (decimal): -14636375 or 11119136. OLE color: 11119136.
HSL color Cylindrical-coordinate representation of color #20AAA9: hue angle of 179.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AAA9 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 169 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.33 |
| HSL | 179.57º | 0.68% | 0.4% | - |
| HSV(B) | 179.57º | 0.81% | 0.67% | - |
| XYZ | 22.13 | 31.92 | 42.53 | - |
| YUV | 128.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 169 | 0.81 | 0 | 0.01 | 0.33 | 179.57 | 0.68 | 0.4 |
| Hex | 20 | AA | A9 | 51 | 0 | 1 | 21 | B4 | 44 | 28 |
| Octal | 40 | 252 | 251 | 121 | 0 | 1 | 41 | 264 | 104 | 50 |
| Binary | 100000 | 10101010 | 10101001 | 1010001 | 0 | 1 | 100001 | 10110100 | 1000100 | 101000 |
Color Harmonies of #20AAA9
Complementary color
Monochromatic Colors of #20AAA9
Black with #20AAA9
Text Example
Text Example
White with #20AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAA9; }
p { color: rgb(32,170,169); }
H1.HeaderClassName
{
color: #20AAA9;
}
.AnyTagClassName
{
color: #20AAA9;
}
</style>
background-color css
<style>
a { background-color: #20AAA9; }
a { background-color: rgb(32,170,169); }
div.DivClassName
{
background-color: #20AAA9;
}
.BgClassName
{
background-color: #20AAA9;
}
</style>
border-color css
<style>
span { border-color: #20AAA9; }
span { border-color: rgb(32,170,169); }
td.TdClassName
{
border-color: #20AAA9;
}
.TagClassName
{
border-color: #20AAA9;
}
</style>