Shades of Medium Spring Green #00FBBB
Tints of Medium Spring Green #00FBBB
RGB
CMYK
RGB Variations
Color information
#00FBBB (or 0x00FBBB) is known color: Medium Spring Green. HEX triplet: 00, FB and BB. RGB value is (0,251,187). Sum of RGB (Red+Green+Blue) = 0+251+187=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FBBB is #FF0444. Grayscale: #A8A8A8. Windows color (decimal): -16712773 or 12319488. OLE color: 12319488.
HSL color Cylindrical-coordinate representation of color #00FBBB: hue angle of 164.7º 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 #00FBBB is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 187 | - |
| CMYK | 1 | 0 | 0.25 | 0.02 |
| HSL | 164.7º | 1% | 0.49% | - |
| HSV(B) | 164.7º | 1% | 0.98% | - |
| XYZ | 43.47 | 72.58 | 58.73 | - |
| YUV | 168.66 | 138.34 | 7.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 187 | 1 | 0 | 0.25 | 0.02 | 164.7 | 1 | 0.49 |
| Hex | 0 | FB | BB | 64 | 0 | 19 | 2 | A5 | 64 | 31 |
| Octal | 0 | 373 | 273 | 144 | 0 | 31 | 2 | 245 | 144 | 61 |
| Binary | 0 | 11111011 | 10111011 | 1100100 | 0 | 11001 | 10 | 10100101 | 1100100 | 110001 |
Color Harmonies of #00FBBB
Complementary color
Monochromatic Colors of #00FBBB
Black with #00FBBB
Text Example
Text Example
White with #00FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBBB; }
p { color: rgb(0,251,187); }
H1.HeaderClassName
{
color: #00FBBB;
}
.AnyTagClassName
{
color: #00FBBB;
}
</style>
background-color css
<style>
a { background-color: #00FBBB; }
a { background-color: rgb(0,251,187); }
div.DivClassName
{
background-color: #00FBBB;
}
.BgClassName
{
background-color: #00FBBB;
}
</style>
border-color css
<style>
span { border-color: #00FBBB; }
span { border-color: rgb(0,251,187); }
td.TdClassName
{
border-color: #00FBBB;
}
.TagClassName
{
border-color: #00FBBB;
}
</style>