Shades of Medium Spring Green #00FBBE
Tints of Medium Spring Green #00FBBE
RGB
CMYK
RGB Variations
Color information
#00FBBE (or 0x00FBBE) is known color: Medium Spring Green. HEX triplet: 00, FB and BE. RGB value is (0,251,190). Sum of RGB (Red+Green+Blue) = 0+251+190=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FBBE is #FF0441. Grayscale: #A8A8A8. Windows color (decimal): -16712770 or 12516096. OLE color: 12516096.
HSL color Cylindrical-coordinate representation of color #00FBBE: hue angle of 165.42º 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 #00FBBE is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 190 | - |
| CMYK | 1 | 0 | 0.24 | 0.02 |
| HSL | 165.42º | 1% | 0.49% | - |
| HSV(B) | 165.42º | 1% | 0.98% | - |
| XYZ | 43.79 | 72.71 | 60.44 | - |
| YUV | 169 | 139.84 | 7.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 190 | 1 | 0 | 0.24 | 0.02 | 165.42 | 1 | 0.49 |
| Hex | 0 | FB | BE | 64 | 0 | 18 | 2 | A5 | 64 | 31 |
| Octal | 0 | 373 | 276 | 144 | 0 | 30 | 2 | 245 | 144 | 61 |
| Binary | 0 | 11111011 | 10111110 | 1100100 | 0 | 11000 | 10 | 10100101 | 1100100 | 110001 |
Color Harmonies of #00FBBE
Complementary color
Monochromatic Colors of #00FBBE
Black with #00FBBE
Text Example
Text Example
White with #00FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBBE; }
p { color: rgb(0,251,190); }
H1.HeaderClassName
{
color: #00FBBE;
}
.AnyTagClassName
{
color: #00FBBE;
}
</style>
background-color css
<style>
a { background-color: #00FBBE; }
a { background-color: rgb(0,251,190); }
div.DivClassName
{
background-color: #00FBBE;
}
.BgClassName
{
background-color: #00FBBE;
}
</style>
border-color css
<style>
span { border-color: #00FBBE; }
span { border-color: rgb(0,251,190); }
td.TdClassName
{
border-color: #00FBBE;
}
.TagClassName
{
border-color: #00FBBE;
}
</style>