Shades of Light Sea Green #20AFA6
Tints of Light Sea Green #20AFA6
RGB
CMYK
RGB Variations
Color information
#20AFA6 (or 0x20AFA6) is known color: Light Sea Green. HEX triplet: 20, AF and A6. RGB value is (32,175,166). Sum of RGB (Red+Green+Blue) = 32+175+166=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #20AFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AFA6 is #DF5059. Grayscale: #838383. Windows color (decimal): -14635098 or 10923808. OLE color: 10923808.
HSL color Cylindrical-coordinate representation of color #20AFA6: hue angle of 176.22º 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 #20AFA6 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 166 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.31 |
| HSL | 176.22º | 0.69% | 0.41% | - |
| HSV(B) | 176.22º | 0.82% | 0.69% | - |
| XYZ | 22.81 | 33.72 | 41.38 | - |
| YUV | 131.22 | 147.62 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 166 | 0.82 | 0 | 0.05 | 0.31 | 176.22 | 0.69 | 0.41 |
| Hex | 20 | AF | A6 | 52 | 0 | 5 | 1F | B0 | 45 | 29 |
| Octal | 40 | 257 | 246 | 122 | 0 | 5 | 37 | 260 | 105 | 51 |
| Binary | 100000 | 10101111 | 10100110 | 1010010 | 0 | 101 | 11111 | 10110000 | 1000101 | 101001 |
Color Harmonies of #20AFA6
Complementary color
Monochromatic Colors of #20AFA6
Black with #20AFA6
Text Example
Text Example
White with #20AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFA6; }
p { color: rgb(32,175,166); }
H1.HeaderClassName
{
color: #20AFA6;
}
.AnyTagClassName
{
color: #20AFA6;
}
</style>
background-color css
<style>
a { background-color: #20AFA6; }
a { background-color: rgb(32,175,166); }
div.DivClassName
{
background-color: #20AFA6;
}
.BgClassName
{
background-color: #20AFA6;
}
</style>
border-color css
<style>
span { border-color: #20AFA6; }
span { border-color: rgb(32,175,166); }
td.TdClassName
{
border-color: #20AFA6;
}
.TagClassName
{
border-color: #20AFA6;
}
</style>