Html Css Color HEX #16FFBC Medium Spring Green
📋 copy color: '#16FFBC'red 22 ◦ green 255 ◦ blue 188
Shades of Medium Spring Green #16FFBC
Tints of Medium Spring Green #16FFBC
RGB
CMYK
RGB Variations
Color information
#16FFBC (or 0x16FFBC) is known color: Medium Spring Green. HEX triplet: 16, FF and BC. RGB value is (22,255,188). Sum of RGB (Red+Green+Blue) = 22+255+188=465 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.73% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #16FFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FFBC is #E90043. Grayscale: #B1B1B1. Windows color (decimal): -15269956 or 12386070. OLE color: 12386070.
HSL color Cylindrical-coordinate representation of color #16FFBC: hue angle of 162.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FFBC is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 255 | 188 | - |
| CMYK | 0.91 | 0 | 0.26 | 0 |
| HSL | 162.75º | 1% | 0.54% | - |
| HSV(B) | 162.75º | 0.91% | 1% | - |
| XYZ | 45.17 | 75.32 | 59.73 | - |
| YUV | 177.7 | 133.81 | 16.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 255 | 188 | 0.91 | 0 | 0.26 | 0 | 162.75 | 1 | 0.54 |
| Hex | 16 | FF | BC | 5B | 0 | 1A | 0 | A3 | 64 | 36 |
| Octal | 26 | 377 | 274 | 133 | 0 | 32 | 0 | 243 | 144 | 66 |
| Binary | 10110 | 11111111 | 10111100 | 1011011 | 0 | 11010 | 0 | 10100011 | 1100100 | 110110 |
Color Harmonies of #16FFBC
Complementary color
Monochromatic Colors of #16FFBC
Black with #16FFBC
Text Example
Text Example
White with #16FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FFBC; }
p { color: rgb(22,255,188); }
H1.HeaderClassName
{
color: #16FFBC;
}
.AnyTagClassName
{
color: #16FFBC;
}
</style>
background-color css
<style>
a { background-color: #16FFBC; }
a { background-color: rgb(22,255,188); }
div.DivClassName
{
background-color: #16FFBC;
}
.BgClassName
{
background-color: #16FFBC;
}
</style>
border-color css
<style>
span { border-color: #16FFBC; }
span { border-color: rgb(22,255,188); }
td.TdClassName
{
border-color: #16FFBC;
}
.TagClassName
{
border-color: #16FFBC;
}
</style>