Html Css Color HEX #21FFBA Medium Spring Green
📋 copy color: '#21FFBA'red 33 ◦ green 255 ◦ blue 186
Shades of Medium Spring Green #21FFBA
Tints of Medium Spring Green #21FFBA
RGB
CMYK
RGB Variations
Color information
#21FFBA (or 0x21FFBA) is known color: Medium Spring Green. HEX triplet: 21, FF and BA. RGB value is (33,255,186). Sum of RGB (Red+Green+Blue) = 33+255+186=474 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.96% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FFBA is #DE0045. Grayscale: #B4B4B4. Windows color (decimal): -14549062 or 12255009. OLE color: 12255009.
HSL color Cylindrical-coordinate representation of color #21FFBA: hue angle of 161.35º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FFBA is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 186 | - |
| CMYK | 0.87 | 0 | 0.27 | 0 |
| HSL | 161.35º | 1% | 0.56% | - |
| HSV(B) | 161.35º | 0.87% | 1% | - |
| XYZ | 45.25 | 75.39 | 58.62 | - |
| YUV | 180.76 | 130.95 | 22.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 186 | 0.87 | 0 | 0.27 | 0 | 161.35 | 1 | 0.56 |
| Hex | 21 | FF | BA | 57 | 0 | 1B | 0 | A1 | 64 | 38 |
| Octal | 41 | 377 | 272 | 127 | 0 | 33 | 0 | 241 | 144 | 70 |
| Binary | 100001 | 11111111 | 10111010 | 1010111 | 0 | 11011 | 0 | 10100001 | 1100100 | 111000 |
Color Harmonies of #21FFBA
Complementary color
Monochromatic Colors of #21FFBA
Black with #21FFBA
Text Example
Text Example
White with #21FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FFBA; }
p { color: rgb(33,255,186); }
H1.HeaderClassName
{
color: #21FFBA;
}
.AnyTagClassName
{
color: #21FFBA;
}
</style>
background-color css
<style>
a { background-color: #21FFBA; }
a { background-color: rgb(33,255,186); }
div.DivClassName
{
background-color: #21FFBA;
}
.BgClassName
{
background-color: #21FFBA;
}
</style>
border-color css
<style>
span { border-color: #21FFBA; }
span { border-color: rgb(33,255,186); }
td.TdClassName
{
border-color: #21FFBA;
}
.TagClassName
{
border-color: #21FFBA;
}
</style>