Shades of Light Sea Green #20AFA8
Tints of Light Sea Green #20AFA8
RGB
CMYK
RGB Variations
Color information
#20AFA8 (or 0x20AFA8) is known color: Light Sea Green. HEX triplet: 20, AF and A8. RGB value is (32,175,168). Sum of RGB (Red+Green+Blue) = 32+175+168=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #20AFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AFA8 is #DF5057. Grayscale: #838383. Windows color (decimal): -14635096 or 11054880. OLE color: 11054880.
HSL color Cylindrical-coordinate representation of color #20AFA8: hue angle of 177.06º 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 #20AFA8 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 168 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.31 |
| HSL | 177.06º | 0.69% | 0.41% | - |
| HSV(B) | 177.06º | 0.82% | 0.69% | - |
| XYZ | 22.99 | 33.79 | 42.36 | - |
| YUV | 131.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 168 | 0.82 | 0 | 0.04 | 0.31 | 177.06 | 0.69 | 0.41 |
| Hex | 20 | AF | A8 | 52 | 0 | 4 | 1F | B1 | 45 | 29 |
| Octal | 40 | 257 | 250 | 122 | 0 | 4 | 37 | 261 | 105 | 51 |
| Binary | 100000 | 10101111 | 10101000 | 1010010 | 0 | 100 | 11111 | 10110001 | 1000101 | 101001 |
Color Harmonies of #20AFA8
Complementary color
Monochromatic Colors of #20AFA8
Black with #20AFA8
Text Example
Text Example
White with #20AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFA8; }
p { color: rgb(32,175,168); }
H1.HeaderClassName
{
color: #20AFA8;
}
.AnyTagClassName
{
color: #20AFA8;
}
</style>
background-color css
<style>
a { background-color: #20AFA8; }
a { background-color: rgb(32,175,168); }
div.DivClassName
{
background-color: #20AFA8;
}
.BgClassName
{
background-color: #20AFA8;
}
</style>
border-color css
<style>
span { border-color: #20AFA8; }
span { border-color: rgb(32,175,168); }
td.TdClassName
{
border-color: #20AFA8;
}
.TagClassName
{
border-color: #20AFA8;
}
</style>