Shades of Light Sea Green #20A6AE
Tints of Light Sea Green #20A6AE
RGB
CMYK
RGB Variations
Color information
#20A6AE (or 0x20A6AE) is known color: Light Sea Green. HEX triplet: 20, A6 and AE. RGB value is (32,166,174). Sum of RGB (Red+Green+Blue) = 32+166+174=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #20A6AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A6AE is #DF5951. Grayscale: #7E7E7E. Windows color (decimal): -14637394 or 11445792. OLE color: 11445792.
HSL color Cylindrical-coordinate representation of color #20A6AE: hue angle of 183.38º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20A6AE is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 166 | 174 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.32 |
| HSL | 183.38º | 0.69% | 0.4% | - |
| HSV(B) | 183.38º | 0.82% | 0.68% | - |
| XYZ | 21.87 | 30.64 | 44.8 | - |
| YUV | 126.85 | 154.61 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 166 | 174 | 0.82 | 0.05 | 0 | 0.32 | 183.38 | 0.69 | 0.4 |
| Hex | 20 | A6 | AE | 52 | 5 | 0 | 20 | B7 | 45 | 28 |
| Octal | 40 | 246 | 256 | 122 | 5 | 0 | 40 | 267 | 105 | 50 |
| Binary | 100000 | 10100110 | 10101110 | 1010010 | 101 | 0 | 100000 | 10110111 | 1000101 | 101000 |
Color Harmonies of #20A6AE
Complementary color
Monochromatic Colors of #20A6AE
Black with #20A6AE
Text Example
Text Example
White with #20A6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A6AE; }
p { color: rgb(32,166,174); }
H1.HeaderClassName
{
color: #20A6AE;
}
.AnyTagClassName
{
color: #20A6AE;
}
</style>
background-color css
<style>
a { background-color: #20A6AE; }
a { background-color: rgb(32,166,174); }
div.DivClassName
{
background-color: #20A6AE;
}
.BgClassName
{
background-color: #20A6AE;
}
</style>
border-color css
<style>
span { border-color: #20A6AE; }
span { border-color: rgb(32,166,174); }
td.TdClassName
{
border-color: #20A6AE;
}
.TagClassName
{
border-color: #20A6AE;
}
</style>