Shades of Medium Spring Green #00FBBC
Tints of Medium Spring Green #00FBBC
RGB
CMYK
RGB Variations
Color information
#00FBBC (or 0x00FBBC) is known color: Medium Spring Green. HEX triplet: 00, FB and BC. RGB value is (0,251,188). Sum of RGB (Red+Green+Blue) = 0+251+188=439 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 439); Green value is 251 (98.44% from 255 or 57.18% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FBBC is #FF0443. Grayscale: #A8A8A8. Windows color (decimal): -16712772 or 12385024. OLE color: 12385024.
HSL color Cylindrical-coordinate representation of color #00FBBC: hue angle of 164.94º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FBBC is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 188 | - |
| CMYK | 1 | 0 | 0.25 | 0.02 |
| HSL | 164.94º | 1% | 0.49% | - |
| HSV(B) | 164.94º | 1% | 0.98% | - |
| XYZ | 43.57 | 72.63 | 59.3 | - |
| YUV | 168.77 | 138.84 | 7.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 188 | 1 | 0 | 0.25 | 0.02 | 164.94 | 1 | 0.49 |
| Hex | 0 | FB | BC | 64 | 0 | 19 | 2 | A5 | 64 | 31 |
| Octal | 0 | 373 | 274 | 144 | 0 | 31 | 2 | 245 | 144 | 61 |
| Binary | 0 | 11111011 | 10111100 | 1100100 | 0 | 11001 | 10 | 10100101 | 1100100 | 110001 |
Color Harmonies of #00FBBC
Complementary color
Monochromatic Colors of #00FBBC
Black with #00FBBC
Text Example
Text Example
White with #00FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBBC; }
p { color: rgb(0,251,188); }
H1.HeaderClassName
{
color: #00FBBC;
}
.AnyTagClassName
{
color: #00FBBC;
}
</style>
background-color css
<style>
a { background-color: #00FBBC; }
a { background-color: rgb(0,251,188); }
div.DivClassName
{
background-color: #00FBBC;
}
.BgClassName
{
background-color: #00FBBC;
}
</style>
border-color css
<style>
span { border-color: #00FBBC; }
span { border-color: rgb(0,251,188); }
td.TdClassName
{
border-color: #00FBBC;
}
.TagClassName
{
border-color: #00FBBC;
}
</style>