Shades of Light Sea Green #20AA9C
Tints of Light Sea Green #20AA9C
RGB
CMYK
RGB Variations
Color information
#20AA9C (or 0x20AA9C) is known color: Light Sea Green. HEX triplet: 20, AA and 9C. RGB value is (32,170,156). Sum of RGB (Red+Green+Blue) = 32+170+156=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AA9C is #DF5563. Grayscale: #7F7F7F. Windows color (decimal): -14636388 or 10267168. OLE color: 10267168.
HSL color Cylindrical-coordinate representation of color #20AA9C: hue angle of 173.91º 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 #20AA9C is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 156 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.33 |
| HSL | 173.91º | 0.68% | 0.4% | - |
| HSV(B) | 173.91º | 0.81% | 0.67% | - |
| XYZ | 20.97 | 31.46 | 36.42 | - |
| YUV | 127.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 156 | 0.81 | 0 | 0.08 | 0.33 | 173.91 | 0.68 | 0.4 |
| Hex | 20 | AA | 9C | 51 | 0 | 8 | 21 | AE | 44 | 28 |
| Octal | 40 | 252 | 234 | 121 | 0 | 10 | 41 | 256 | 104 | 50 |
| Binary | 100000 | 10101010 | 10011100 | 1010001 | 0 | 1000 | 100001 | 10101110 | 1000100 | 101000 |
Color Harmonies of #20AA9C
Complementary color
Monochromatic Colors of #20AA9C
Black with #20AA9C
Text Example
Text Example
White with #20AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA9C; }
p { color: rgb(32,170,156); }
H1.HeaderClassName
{
color: #20AA9C;
}
.AnyTagClassName
{
color: #20AA9C;
}
</style>
background-color css
<style>
a { background-color: #20AA9C; }
a { background-color: rgb(32,170,156); }
div.DivClassName
{
background-color: #20AA9C;
}
.BgClassName
{
background-color: #20AA9C;
}
</style>
border-color css
<style>
span { border-color: #20AA9C; }
span { border-color: rgb(32,170,156); }
td.TdClassName
{
border-color: #20AA9C;
}
.TagClassName
{
border-color: #20AA9C;
}
</style>