Shades of Light Sea Green #20A8AF
Tints of Light Sea Green #20A8AF
RGB
CMYK
RGB Variations
Color information
#20A8AF (or 0x20A8AF) is known color: Light Sea Green. HEX triplet: 20, A8 and AF. RGB value is (32,168,175). Sum of RGB (Red+Green+Blue) = 32+168+175=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #20A8AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A8AF is #DF5750. Grayscale: #7F7F7F. Windows color (decimal): -14636881 or 11511840. OLE color: 11511840.
HSL color Cylindrical-coordinate representation of color #20A8AF: hue angle of 182.94º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20A8AF is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 168 | 175 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.31 |
| HSL | 182.94º | 0.69% | 0.41% | - |
| HSV(B) | 182.94º | 0.82% | 0.69% | - |
| XYZ | 22.34 | 31.41 | 45.44 | - |
| YUV | 128.13 | 154.44 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 175 | 0.82 | 0.04 | 0 | 0.31 | 182.94 | 0.69 | 0.41 |
| Hex | 20 | A8 | AF | 52 | 4 | 0 | 1F | B7 | 45 | 29 |
| Octal | 40 | 250 | 257 | 122 | 4 | 0 | 37 | 267 | 105 | 51 |
| Binary | 100000 | 10101000 | 10101111 | 1010010 | 100 | 0 | 11111 | 10110111 | 1000101 | 101001 |
Color Harmonies of #20A8AF
Complementary color
Monochromatic Colors of #20A8AF
Black with #20A8AF
Text Example
Text Example
White with #20A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A8AF; }
p { color: rgb(32,168,175); }
H1.HeaderClassName
{
color: #20A8AF;
}
.AnyTagClassName
{
color: #20A8AF;
}
</style>
background-color css
<style>
a { background-color: #20A8AF; }
a { background-color: rgb(32,168,175); }
div.DivClassName
{
background-color: #20A8AF;
}
.BgClassName
{
background-color: #20A8AF;
}
</style>
border-color css
<style>
span { border-color: #20A8AF; }
span { border-color: rgb(32,168,175); }
td.TdClassName
{
border-color: #20A8AF;
}
.TagClassName
{
border-color: #20A8AF;
}
</style>