Shades of Light Sea Green #20A8AB
Tints of Light Sea Green #20A8AB
RGB
CMYK
RGB Variations
Color information
#20A8AB (or 0x20A8AB) is known color: Light Sea Green. HEX triplet: 20, A8 and AB. RGB value is (32,168,171). Sum of RGB (Red+Green+Blue) = 32+168+171=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #20A8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A8AB is #DF5754. Grayscale: #7F7F7F. Windows color (decimal): -14636885 or 11249696. OLE color: 11249696.
HSL color Cylindrical-coordinate representation of color #20A8AB: hue angle of 181.29º 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 #20A8AB is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 168 | 171 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.33 |
| HSL | 181.3º | 0.68% | 0.4% | - |
| HSV(B) | 181.3º | 0.81% | 0.67% | - |
| XYZ | 21.95 | 31.25 | 43.4 | - |
| YUV | 127.68 | 152.44 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 171 | 0.81 | 0.02 | 0 | 0.33 | 181.3 | 0.68 | 0.4 |
| Hex | 20 | A8 | AB | 51 | 2 | 0 | 21 | B5 | 44 | 28 |
| Octal | 40 | 250 | 253 | 121 | 2 | 0 | 41 | 265 | 104 | 50 |
| Binary | 100000 | 10101000 | 10101011 | 1010001 | 10 | 0 | 100001 | 10110101 | 1000100 | 101000 |
Color Harmonies of #20A8AB
Complementary color
Monochromatic Colors of #20A8AB
Black with #20A8AB
Text Example
Text Example
White with #20A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A8AB; }
p { color: rgb(32,168,171); }
H1.HeaderClassName
{
color: #20A8AB;
}
.AnyTagClassName
{
color: #20A8AB;
}
</style>
background-color css
<style>
a { background-color: #20A8AB; }
a { background-color: rgb(32,168,171); }
div.DivClassName
{
background-color: #20A8AB;
}
.BgClassName
{
background-color: #20A8AB;
}
</style>
border-color css
<style>
span { border-color: #20A8AB; }
span { border-color: rgb(32,168,171); }
td.TdClassName
{
border-color: #20A8AB;
}
.TagClassName
{
border-color: #20A8AB;
}
</style>