Shades of Light Sea Green #20AA9F
Tints of Light Sea Green #20AA9F
RGB
CMYK
RGB Variations
Color information
#20AA9F (or 0x20AA9F) is known color: Light Sea Green. HEX triplet: 20, AA and 9F. RGB value is (32,170,159). Sum of RGB (Red+Green+Blue) = 32+170+159=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AA9F is #DF5560. Grayscale: #7F7F7F. Windows color (decimal): -14636385 or 10463776. OLE color: 10463776.
HSL color Cylindrical-coordinate representation of color #20AA9F: hue angle of 175.22º 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 #20AA9F is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 159 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.33 |
| HSL | 175.22º | 0.68% | 0.4% | - |
| HSV(B) | 175.22º | 0.81% | 0.67% | - |
| XYZ | 21.23 | 31.56 | 37.77 | - |
| YUV | 127.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 159 | 0.81 | 0 | 0.06 | 0.33 | 175.22 | 0.68 | 0.4 |
| Hex | 20 | AA | 9F | 51 | 0 | 6 | 21 | AF | 44 | 28 |
| Octal | 40 | 252 | 237 | 121 | 0 | 6 | 41 | 257 | 104 | 50 |
| Binary | 100000 | 10101010 | 10011111 | 1010001 | 0 | 110 | 100001 | 10101111 | 1000100 | 101000 |
Color Harmonies of #20AA9F
Complementary color
Monochromatic Colors of #20AA9F
Black with #20AA9F
Text Example
Text Example
White with #20AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA9F; }
p { color: rgb(32,170,159); }
H1.HeaderClassName
{
color: #20AA9F;
}
.AnyTagClassName
{
color: #20AA9F;
}
</style>
background-color css
<style>
a { background-color: #20AA9F; }
a { background-color: rgb(32,170,159); }
div.DivClassName
{
background-color: #20AA9F;
}
.BgClassName
{
background-color: #20AA9F;
}
</style>
border-color css
<style>
span { border-color: #20AA9F; }
span { border-color: rgb(32,170,159); }
td.TdClassName
{
border-color: #20AA9F;
}
.TagClassName
{
border-color: #20AA9F;
}
</style>