Html Css Color HEX #20F2B6 Medium Spring Green
📋 copy color: '#20F2B6'red 32 ◦ green 242 ◦ blue 182
Shades of Medium Spring Green #20F2B6
Tints of Medium Spring Green #20F2B6
RGB
CMYK
RGB Variations
Color information
#20F2B6 (or 0x20F2B6) is known color: Medium Spring Green. HEX triplet: 20, F2 and B6. RGB value is (32,242,182). Sum of RGB (Red+Green+Blue) = 32+242+182=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #20F2B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F2B6 is #DF0D49. Grayscale: #ACACAC. Windows color (decimal): -14617930 or 11989536. OLE color: 11989536.
HSL color Cylindrical-coordinate representation of color #20F2B6: hue angle of 162.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F2B6 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 182 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.05 |
| HSL | 162.86º | 0.89% | 0.54% | - |
| HSV(B) | 162.86º | 0.87% | 0.95% | - |
| XYZ | 40.79 | 67.19 | 55.07 | - |
| YUV | 172.37 | 133.43 | 27.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 182 | 0.87 | 0 | 0.25 | 0.05 | 162.86 | 0.89 | 0.54 |
| Hex | 20 | F2 | B6 | 57 | 0 | 19 | 5 | A3 | 59 | 36 |
| Octal | 40 | 362 | 266 | 127 | 0 | 31 | 5 | 243 | 131 | 66 |
| Binary | 100000 | 11110010 | 10110110 | 1010111 | 0 | 11001 | 101 | 10100011 | 1011001 | 110110 |
Color Harmonies of #20F2B6
Complementary color
Monochromatic Colors of #20F2B6
Black with #20F2B6
Text Example
Text Example
White with #20F2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F2B6; }
p { color: rgb(32,242,182); }
H1.HeaderClassName
{
color: #20F2B6;
}
.AnyTagClassName
{
color: #20F2B6;
}
</style>
background-color css
<style>
a { background-color: #20F2B6; }
a { background-color: rgb(32,242,182); }
div.DivClassName
{
background-color: #20F2B6;
}
.BgClassName
{
background-color: #20F2B6;
}
</style>
border-color css
<style>
span { border-color: #20F2B6; }
span { border-color: rgb(32,242,182); }
td.TdClassName
{
border-color: #20F2B6;
}
.TagClassName
{
border-color: #20F2B6;
}
</style>