Shades of Light Sea Green #20AFAF
Tints of Light Sea Green #20AFAF
RGB
CMYK
RGB Variations
Color information
#20AFAF (or 0x20AFAF) is known color: Light Sea Green. HEX triplet: 20, AF and AF. RGB value is (32,175,175). Sum of RGB (Red+Green+Blue) = 32+175+175=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #20AFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AFAF is #DF5050. Grayscale: #848484. Windows color (decimal): -14635089 or 11513632. OLE color: 11513632.
HSL color Cylindrical-coordinate representation of color #20AFAF: hue angle of 180º 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 #20AFAF is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 175 | - |
| CMYK | 0.82 | 0 | 0 | 0.31 |
| HSL | 180º | 0.69% | 0.41% | - |
| HSV(B) | 180º | 0.82% | 0.69% | - |
| XYZ | 23.66 | 34.06 | 45.88 | - |
| YUV | 132.24 | 152.12 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 175 | 0.82 | 0 | 0 | 0.31 | 180 | 0.69 | 0.41 |
| Hex | 20 | AF | AF | 52 | 0 | 0 | 1F | B4 | 45 | 29 |
| Octal | 40 | 257 | 257 | 122 | 0 | 0 | 37 | 264 | 105 | 51 |
| Binary | 100000 | 10101111 | 10101111 | 1010010 | 0 | 0 | 11111 | 10110100 | 1000101 | 101001 |
Color Harmonies of #20AFAF
Complementary color
Monochromatic Colors of #20AFAF
Black with #20AFAF
Text Example
Text Example
White with #20AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFAF; }
p { color: rgb(32,175,175); }
H1.HeaderClassName
{
color: #20AFAF;
}
.AnyTagClassName
{
color: #20AFAF;
}
</style>
background-color css
<style>
a { background-color: #20AFAF; }
a { background-color: rgb(32,175,175); }
div.DivClassName
{
background-color: #20AFAF;
}
.BgClassName
{
background-color: #20AFAF;
}
</style>
border-color css
<style>
span { border-color: #20AFAF; }
span { border-color: rgb(32,175,175); }
td.TdClassName
{
border-color: #20AFAF;
}
.TagClassName
{
border-color: #20AFAF;
}
</style>