Html Css Color HEX #21F2AB Medium Spring Green
📋 copy color: '#21F2AB'red 33 ◦ green 242 ◦ blue 171
Shades of Medium Spring Green #21F2AB
Tints of Medium Spring Green #21F2AB
RGB
CMYK
RGB Variations
Color information
#21F2AB (or 0x21F2AB) is known color: Medium Spring Green. HEX triplet: 21, F2 and AB. RGB value is (33,242,171). Sum of RGB (Red+Green+Blue) = 33+242+171=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #21F2AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F2AB is #DE0D54. Grayscale: #ABABAB. Windows color (decimal): -14552405 or 11268641. OLE color: 11268641.
HSL color Cylindrical-coordinate representation of color #21F2AB: hue angle of 159.62º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F2AB is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 171 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.05 |
| HSL | 159.62º | 0.89% | 0.54% | - |
| HSV(B) | 159.62º | 0.86% | 0.95% | - |
| XYZ | 39.73 | 66.77 | 49.32 | - |
| YUV | 171.42 | 127.76 | 29.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 171 | 0.86 | 0 | 0.29 | 0.05 | 159.62 | 0.89 | 0.54 |
| Hex | 21 | F2 | AB | 56 | 0 | 1D | 5 | A0 | 59 | 36 |
| Octal | 41 | 362 | 253 | 126 | 0 | 35 | 5 | 240 | 131 | 66 |
| Binary | 100001 | 11110010 | 10101011 | 1010110 | 0 | 11101 | 101 | 10100000 | 1011001 | 110110 |
Color Harmonies of #21F2AB
Complementary color
Monochromatic Colors of #21F2AB
Black with #21F2AB
Text Example
Text Example
White with #21F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F2AB; }
p { color: rgb(33,242,171); }
H1.HeaderClassName
{
color: #21F2AB;
}
.AnyTagClassName
{
color: #21F2AB;
}
</style>
background-color css
<style>
a { background-color: #21F2AB; }
a { background-color: rgb(33,242,171); }
div.DivClassName
{
background-color: #21F2AB;
}
.BgClassName
{
background-color: #21F2AB;
}
</style>
border-color css
<style>
span { border-color: #21F2AB; }
span { border-color: rgb(33,242,171); }
td.TdClassName
{
border-color: #21F2AB;
}
.TagClassName
{
border-color: #21F2AB;
}
</style>