Shades of Light Sea Green #20AAA0
Tints of Light Sea Green #20AAA0
RGB
CMYK
RGB Variations
Color information
#20AAA0 (or 0x20AAA0) is known color: Light Sea Green. HEX triplet: 20, AA and A0. RGB value is (32,170,160). Sum of RGB (Red+Green+Blue) = 32+170+160=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #20AAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AAA0 is #DF555F. Grayscale: #7F7F7F. Windows color (decimal): -14636384 or 10529312. OLE color: 10529312.
HSL color Cylindrical-coordinate representation of color #20AAA0: hue angle of 175.65º 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 #20AAA0 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 160 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.33 |
| HSL | 175.65º | 0.68% | 0.4% | - |
| HSV(B) | 175.65º | 0.81% | 0.67% | - |
| XYZ | 21.32 | 31.59 | 38.23 | - |
| YUV | 127.6 | 146.28 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 160 | 0.81 | 0 | 0.06 | 0.33 | 175.65 | 0.68 | 0.4 |
| Hex | 20 | AA | A0 | 51 | 0 | 6 | 21 | B0 | 44 | 28 |
| Octal | 40 | 252 | 240 | 121 | 0 | 6 | 41 | 260 | 104 | 50 |
| Binary | 100000 | 10101010 | 10100000 | 1010001 | 0 | 110 | 100001 | 10110000 | 1000100 | 101000 |
Color Harmonies of #20AAA0
Complementary color
Monochromatic Colors of #20AAA0
Black with #20AAA0
Text Example
Text Example
White with #20AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAA0; }
p { color: rgb(32,170,160); }
H1.HeaderClassName
{
color: #20AAA0;
}
.AnyTagClassName
{
color: #20AAA0;
}
</style>
background-color css
<style>
a { background-color: #20AAA0; }
a { background-color: rgb(32,170,160); }
div.DivClassName
{
background-color: #20AAA0;
}
.BgClassName
{
background-color: #20AAA0;
}
</style>
border-color css
<style>
span { border-color: #20AAA0; }
span { border-color: rgb(32,170,160); }
td.TdClassName
{
border-color: #20AAA0;
}
.TagClassName
{
border-color: #20AAA0;
}
</style>