Shades of Medium Spring Green #00FBAF
Tints of Medium Spring Green #00FBAF
RGB
CMYK
RGB Variations
Color information
#00FBAF (or 0x00FBAF) is known color: Medium Spring Green. HEX triplet: 00, FB and AF. RGB value is (0,251,175). Sum of RGB (Red+Green+Blue) = 0+251+175=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 251 (98.44% from 255 or 58.92% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FBAF is #FF0450. Grayscale: #A7A7A7. Windows color (decimal): -16712785 or 11533056. OLE color: 11533056.
HSL color Cylindrical-coordinate representation of color #00FBAF: hue angle of 161.83º 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 #00FBAF is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 175 | - |
| CMYK | 1 | 0 | 0.30 | 0.02 |
| HSL | 161.83º | 1% | 0.49% | - |
| HSV(B) | 161.83º | 1% | 0.98% | - |
| XYZ | 42.24 | 72.09 | 52.25 | - |
| YUV | 167.29 | 132.34 | 8.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 175 | 1 | 0 | 0.30 | 0.02 | 161.83 | 1 | 0.49 |
| Hex | 0 | FB | AF | 64 | 0 | 1E | 2 | A2 | 64 | 31 |
| Octal | 0 | 373 | 257 | 144 | 0 | 36 | 2 | 242 | 144 | 61 |
| Binary | 0 | 11111011 | 10101111 | 1100100 | 0 | 11110 | 10 | 10100010 | 1100100 | 110001 |
Color Harmonies of #00FBAF
Complementary color
Monochromatic Colors of #00FBAF
Black with #00FBAF
Text Example
Text Example
White with #00FBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBAF; }
p { color: rgb(0,251,175); }
H1.HeaderClassName
{
color: #00FBAF;
}
.AnyTagClassName
{
color: #00FBAF;
}
</style>
background-color css
<style>
a { background-color: #00FBAF; }
a { background-color: rgb(0,251,175); }
div.DivClassName
{
background-color: #00FBAF;
}
.BgClassName
{
background-color: #00FBAF;
}
</style>
border-color css
<style>
span { border-color: #00FBAF; }
span { border-color: rgb(0,251,175); }
td.TdClassName
{
border-color: #00FBAF;
}
.TagClassName
{
border-color: #00FBAF;
}
</style>