Html Css Color HEX #21FFBC Medium Spring Green
📋 copy color: '#21FFBC'red 33 ◦ green 255 ◦ blue 188
Shades of Medium Spring Green #21FFBC
Tints of Medium Spring Green #21FFBC
RGB
CMYK
RGB Variations
Color information
#21FFBC (or 0x21FFBC) is known color: Medium Spring Green. HEX triplet: 21, FF and BC. RGB value is (33,255,188). Sum of RGB (Red+Green+Blue) = 33+255+188=476 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.93% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FFBC is #DE0043. Grayscale: #B5B5B5. Windows color (decimal): -14549060 or 12386081. OLE color: 12386081.
HSL color Cylindrical-coordinate representation of color #21FFBC: hue angle of 161.89º 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 #21FFBC is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 188 | - |
| CMYK | 0.87 | 0 | 0.26 | 0 |
| HSL | 161.89º | 1% | 0.56% | - |
| HSV(B) | 161.89º | 0.87% | 1% | - |
| XYZ | 45.46 | 75.47 | 59.75 | - |
| YUV | 180.98 | 131.95 | 22.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 188 | 0.87 | 0 | 0.26 | 0 | 161.89 | 1 | 0.56 |
| Hex | 21 | FF | BC | 57 | 0 | 1A | 0 | A2 | 64 | 38 |
| Octal | 41 | 377 | 274 | 127 | 0 | 32 | 0 | 242 | 144 | 70 |
| Binary | 100001 | 11111111 | 10111100 | 1010111 | 0 | 11010 | 0 | 10100010 | 1100100 | 111000 |
Color Harmonies of #21FFBC
Complementary color
Monochromatic Colors of #21FFBC
Black with #21FFBC
Text Example
Text Example
White with #21FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FFBC; }
p { color: rgb(33,255,188); }
H1.HeaderClassName
{
color: #21FFBC;
}
.AnyTagClassName
{
color: #21FFBC;
}
</style>
background-color css
<style>
a { background-color: #21FFBC; }
a { background-color: rgb(33,255,188); }
div.DivClassName
{
background-color: #21FFBC;
}
.BgClassName
{
background-color: #21FFBC;
}
</style>
border-color css
<style>
span { border-color: #21FFBC; }
span { border-color: rgb(33,255,188); }
td.TdClassName
{
border-color: #21FFBC;
}
.TagClassName
{
border-color: #21FFBC;
}
</style>