Shades of Light Sea Green #20AFA4
Tints of Light Sea Green #20AFA4
RGB
CMYK
RGB Variations
Color information
#20AFA4 (or 0x20AFA4) is known color: Light Sea Green. HEX triplet: 20, AF and A4. RGB value is (32,175,164). Sum of RGB (Red+Green+Blue) = 32+175+164=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #20AFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AFA4 is #DF505B. Grayscale: #828282. Windows color (decimal): -14635100 or 10792736. OLE color: 10792736.
HSL color Cylindrical-coordinate representation of color #20AFA4: hue angle of 175.38º 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 #20AFA4 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 164 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.31 |
| HSL | 175.38º | 0.69% | 0.41% | - |
| HSV(B) | 175.38º | 0.82% | 0.69% | - |
| XYZ | 22.63 | 33.65 | 40.42 | - |
| YUV | 130.99 | 146.62 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 164 | 0.82 | 0 | 0.06 | 0.31 | 175.38 | 0.69 | 0.41 |
| Hex | 20 | AF | A4 | 52 | 0 | 6 | 1F | AF | 45 | 29 |
| Octal | 40 | 257 | 244 | 122 | 0 | 6 | 37 | 257 | 105 | 51 |
| Binary | 100000 | 10101111 | 10100100 | 1010010 | 0 | 110 | 11111 | 10101111 | 1000101 | 101001 |
Color Harmonies of #20AFA4
Complementary color
Monochromatic Colors of #20AFA4
Black with #20AFA4
Text Example
Text Example
White with #20AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFA4; }
p { color: rgb(32,175,164); }
H1.HeaderClassName
{
color: #20AFA4;
}
.AnyTagClassName
{
color: #20AFA4;
}
</style>
background-color css
<style>
a { background-color: #20AFA4; }
a { background-color: rgb(32,175,164); }
div.DivClassName
{
background-color: #20AFA4;
}
.BgClassName
{
background-color: #20AFA4;
}
</style>
border-color css
<style>
span { border-color: #20AFA4; }
span { border-color: rgb(32,175,164); }
td.TdClassName
{
border-color: #20AFA4;
}
.TagClassName
{
border-color: #20AFA4;
}
</style>