Shades of Medium Spring Green #00FFBC
Tints of Medium Spring Green #00FFBC
RGB
CMYK
RGB Variations
Color information
#00FFBC (or 0x00FFBC) is known color: Medium Spring Green. HEX triplet: 00, FF and BC. RGB value is (0,255,188). Sum of RGB (Red+Green+Blue) = 0+255+188=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFBC is #FF0043. Grayscale: #ABABAB. Windows color (decimal): -16711748 or 12386048. OLE color: 12386048.
HSL color Cylindrical-coordinate representation of color #00FFBC: hue angle of 164.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFBC is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 188 | - |
| CMYK | 1 | 0 | 0.26 | 0 |
| HSL | 164.24º | 1% | 0.5% | - |
| HSV(B) | 164.24º | 1% | 1% | - |
| XYZ | 44.84 | 75.15 | 59.72 | - |
| YUV | 171.12 | 137.52 | 5.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 188 | 1 | 0 | 0.26 | 0 | 164.24 | 1 | 0.5 |
| Hex | 0 | FF | BC | 64 | 0 | 1A | 0 | A4 | 64 | 32 |
| Octal | 0 | 377 | 274 | 144 | 0 | 32 | 0 | 244 | 144 | 62 |
| Binary | 0 | 11111111 | 10111100 | 1100100 | 0 | 11010 | 0 | 10100100 | 1100100 | 110010 |
Color Harmonies of #00FFBC
Complementary color
Monochromatic Colors of #00FFBC
Black with #00FFBC
Text Example
Text Example
White with #00FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFBC; }
p { color: rgb(0,255,188); }
H1.HeaderClassName
{
color: #00FFBC;
}
.AnyTagClassName
{
color: #00FFBC;
}
</style>
background-color css
<style>
a { background-color: #00FFBC; }
a { background-color: rgb(0,255,188); }
div.DivClassName
{
background-color: #00FFBC;
}
.BgClassName
{
background-color: #00FFBC;
}
</style>
border-color css
<style>
span { border-color: #00FFBC; }
span { border-color: rgb(0,255,188); }
td.TdClassName
{
border-color: #00FFBC;
}
.TagClassName
{
border-color: #00FFBC;
}
</style>