Shades of Light Sea Green #20AFAC
Tints of Light Sea Green #20AFAC
RGB
CMYK
RGB Variations
Color information
#20AFAC (or 0x20AFAC) is known color: Light Sea Green. HEX triplet: 20, AF and AC. RGB value is (32,175,172). Sum of RGB (Red+Green+Blue) = 32+175+172=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #20AFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AFAC is #DF5053. Grayscale: #838383. Windows color (decimal): -14635092 or 11317024. OLE color: 11317024.
HSL color Cylindrical-coordinate representation of color #20AFAC: hue angle of 178.74º 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 #20AFAC is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 172 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.31 |
| HSL | 178.74º | 0.69% | 0.41% | - |
| HSV(B) | 178.74º | 0.82% | 0.69% | - |
| XYZ | 23.37 | 33.95 | 44.35 | - |
| YUV | 131.9 | 150.62 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 172 | 0.82 | 0 | 0.02 | 0.31 | 178.74 | 0.69 | 0.41 |
| Hex | 20 | AF | AC | 52 | 0 | 2 | 1F | B3 | 45 | 29 |
| Octal | 40 | 257 | 254 | 122 | 0 | 2 | 37 | 263 | 105 | 51 |
| Binary | 100000 | 10101111 | 10101100 | 1010010 | 0 | 10 | 11111 | 10110011 | 1000101 | 101001 |
Color Harmonies of #20AFAC
Complementary color
Monochromatic Colors of #20AFAC
Black with #20AFAC
Text Example
Text Example
White with #20AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFAC; }
p { color: rgb(32,175,172); }
H1.HeaderClassName
{
color: #20AFAC;
}
.AnyTagClassName
{
color: #20AFAC;
}
</style>
background-color css
<style>
a { background-color: #20AFAC; }
a { background-color: rgb(32,175,172); }
div.DivClassName
{
background-color: #20AFAC;
}
.BgClassName
{
background-color: #20AFAC;
}
</style>
border-color css
<style>
span { border-color: #20AFAC; }
span { border-color: rgb(32,175,172); }
td.TdClassName
{
border-color: #20AFAC;
}
.TagClassName
{
border-color: #20AFAC;
}
</style>