Shades of Light Sea Green #20C3AF
Tints of Light Sea Green #20C3AF
RGB
CMYK
RGB Variations
Color information
#20C3AF (or 0x20C3AF) is known color: Light Sea Green. HEX triplet: 20, C3 and AF. RGB value is (32,195,175). Sum of RGB (Red+Green+Blue) = 32+195+175=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #20C3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C3AF is #DF3C50. Grayscale: #8F8F8F. Windows color (decimal): -14629969 or 11518752. OLE color: 11518752.
HSL color Cylindrical-coordinate representation of color #20C3AF: hue angle of 172.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C3AF is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 175 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.24 |
| HSL | 172.64º | 0.72% | 0.45% | - |
| HSV(B) | 172.64º | 0.84% | 0.76% | - |
| XYZ | 27.85 | 42.43 | 47.28 | - |
| YUV | 143.98 | 145.5 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 175 | 0.84 | 0 | 0.10 | 0.24 | 172.64 | 0.72 | 0.45 |
| Hex | 20 | C3 | AF | 54 | 0 | A | 18 | AD | 48 | 2D |
| Octal | 40 | 303 | 257 | 124 | 0 | 12 | 30 | 255 | 110 | 55 |
| Binary | 100000 | 11000011 | 10101111 | 1010100 | 0 | 1010 | 11000 | 10101101 | 1001000 | 101101 |
Color Harmonies of #20C3AF
Complementary color
Monochromatic Colors of #20C3AF
Black with #20C3AF
Text Example
Text Example
White with #20C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C3AF; }
p { color: rgb(32,195,175); }
H1.HeaderClassName
{
color: #20C3AF;
}
.AnyTagClassName
{
color: #20C3AF;
}
</style>
background-color css
<style>
a { background-color: #20C3AF; }
a { background-color: rgb(32,195,175); }
div.DivClassName
{
background-color: #20C3AF;
}
.BgClassName
{
background-color: #20C3AF;
}
</style>
border-color css
<style>
span { border-color: #20C3AF; }
span { border-color: rgb(32,195,175); }
td.TdClassName
{
border-color: #20C3AF;
}
.TagClassName
{
border-color: #20C3AF;
}
</style>