Shades of Light Sea Green #20AAAB
Tints of Light Sea Green #20AAAB
RGB
CMYK
RGB Variations
Color information
#20AAAB (or 0x20AAAB) is known color: Light Sea Green. HEX triplet: 20, AA and AB. RGB value is (32,170,171). Sum of RGB (Red+Green+Blue) = 32+170+171=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #20AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AAAB is #DF5554. Grayscale: #808080. Windows color (decimal): -14636373 or 11250208. OLE color: 11250208.
HSL color Cylindrical-coordinate representation of color #20AAAB: hue angle of 180.43º 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 #20AAAB is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 171 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.33 |
| HSL | 180.43º | 0.68% | 0.4% | - |
| HSV(B) | 180.43º | 0.81% | 0.67% | - |
| XYZ | 22.32 | 32 | 43.53 | - |
| YUV | 128.85 | 151.78 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 171 | 0.81 | 0.01 | 0 | 0.33 | 180.43 | 0.68 | 0.4 |
| Hex | 20 | AA | AB | 51 | 1 | 0 | 21 | B4 | 44 | 28 |
| Octal | 40 | 252 | 253 | 121 | 1 | 0 | 41 | 264 | 104 | 50 |
| Binary | 100000 | 10101010 | 10101011 | 1010001 | 1 | 0 | 100001 | 10110100 | 1000100 | 101000 |
Color Harmonies of #20AAAB
Complementary color
Monochromatic Colors of #20AAAB
Black with #20AAAB
Text Example
Text Example
White with #20AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAAB; }
p { color: rgb(32,170,171); }
H1.HeaderClassName
{
color: #20AAAB;
}
.AnyTagClassName
{
color: #20AAAB;
}
</style>
background-color css
<style>
a { background-color: #20AAAB; }
a { background-color: rgb(32,170,171); }
div.DivClassName
{
background-color: #20AAAB;
}
.BgClassName
{
background-color: #20AAAB;
}
</style>
border-color css
<style>
span { border-color: #20AAAB; }
span { border-color: rgb(32,170,171); }
td.TdClassName
{
border-color: #20AAAB;
}
.TagClassName
{
border-color: #20AAAB;
}
</style>