Html Css Color HEX #20FCAF Medium Spring Green
📋 copy color: '#20FCAF'red 32 ◦ green 252 ◦ blue 175
Shades of Medium Spring Green #20FCAF
Tints of Medium Spring Green #20FCAF
RGB
CMYK
RGB Variations
Color information
#20FCAF (or 0x20FCAF) is known color: Medium Spring Green. HEX triplet: 20, FC and AF. RGB value is (32,252,175). Sum of RGB (Red+Green+Blue) = 32+252+175=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FCAF is #DF0350. Grayscale: #B1B1B1. Windows color (decimal): -14615377 or 11533344. OLE color: 11533344.
HSL color Cylindrical-coordinate representation of color #20FCAF: hue angle of 159º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FCAF is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 175 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.01 |
| HSL | 159º | 0.97% | 0.56% | - |
| HSV(B) | 159º | 0.87% | 0.99% | - |
| XYZ | 43.14 | 73.02 | 52.38 | - |
| YUV | 177.44 | 126.61 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 175 | 0.87 | 0 | 0.31 | 0.01 | 159 | 0.97 | 0.56 |
| Hex | 20 | FC | AF | 57 | 0 | 1F | 1 | 9F | 61 | 38 |
| Octal | 40 | 374 | 257 | 127 | 0 | 37 | 1 | 237 | 141 | 70 |
| Binary | 100000 | 11111100 | 10101111 | 1010111 | 0 | 11111 | 1 | 10011111 | 1100001 | 111000 |
Color Harmonies of #20FCAF
Complementary color
Monochromatic Colors of #20FCAF
Black with #20FCAF
Text Example
Text Example
White with #20FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCAF; }
p { color: rgb(32,252,175); }
H1.HeaderClassName
{
color: #20FCAF;
}
.AnyTagClassName
{
color: #20FCAF;
}
</style>
background-color css
<style>
a { background-color: #20FCAF; }
a { background-color: rgb(32,252,175); }
div.DivClassName
{
background-color: #20FCAF;
}
.BgClassName
{
background-color: #20FCAF;
}
</style>
border-color css
<style>
span { border-color: #20FCAF; }
span { border-color: rgb(32,252,175); }
td.TdClassName
{
border-color: #20FCAF;
}
.TagClassName
{
border-color: #20FCAF;
}
</style>