Html Css Color HEX #21FABA Medium Spring Green
📋 copy color: '#21FABA'red 33 ◦ green 250 ◦ blue 186
Shades of Medium Spring Green #21FABA
Tints of Medium Spring Green #21FABA
RGB
CMYK
RGB Variations
Color information
#21FABA (or 0x21FABA) is known color: Medium Spring Green. HEX triplet: 21, FA and BA. RGB value is (33,250,186). Sum of RGB (Red+Green+Blue) = 33+250+186=469 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.04% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #21FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FABA is #DE0545. Grayscale: #B1B1B1. Windows color (decimal): -14550342 or 12253729. OLE color: 12253729.
HSL color Cylindrical-coordinate representation of color #21FABA: hue angle of 162.3º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FABA is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 186 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.02 |
| HSL | 162.3º | 0.96% | 0.55% | - |
| HSV(B) | 162.3º | 0.87% | 0.98% | - |
| XYZ | 43.68 | 72.24 | 58.1 | - |
| YUV | 177.82 | 132.61 | 24.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 186 | 0.87 | 0 | 0.26 | 0.02 | 162.3 | 0.96 | 0.55 |
| Hex | 21 | FA | BA | 57 | 0 | 1A | 2 | A2 | 60 | 37 |
| Octal | 41 | 372 | 272 | 127 | 0 | 32 | 2 | 242 | 140 | 67 |
| Binary | 100001 | 11111010 | 10111010 | 1010111 | 0 | 11010 | 10 | 10100010 | 1100000 | 110111 |
Color Harmonies of #21FABA
Complementary color
Monochromatic Colors of #21FABA
Black with #21FABA
Text Example
Text Example
White with #21FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FABA; }
p { color: rgb(33,250,186); }
H1.HeaderClassName
{
color: #21FABA;
}
.AnyTagClassName
{
color: #21FABA;
}
</style>
background-color css
<style>
a { background-color: #21FABA; }
a { background-color: rgb(33,250,186); }
div.DivClassName
{
background-color: #21FABA;
}
.BgClassName
{
background-color: #21FABA;
}
</style>
border-color css
<style>
span { border-color: #21FABA; }
span { border-color: rgb(33,250,186); }
td.TdClassName
{
border-color: #21FABA;
}
.TagClassName
{
border-color: #21FABA;
}
</style>