Shades of Medium Spring Green #00F0AB
Tints of Medium Spring Green #00F0AB
RGB
CMYK
RGB Variations
Color information
#00F0AB (or 0x00F0AB) is known color: Medium Spring Green. HEX triplet: 00, F0 and AB. RGB value is (0,240,171). Sum of RGB (Red+Green+Blue) = 0+240+171=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 240 (94.14% from 255 or 58.39% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 240 - color contains mainly: green. Hex color #00F0AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F0AB is #FF0F54. Grayscale: #A0A0A0. Windows color (decimal): -16715605 or 11268096. OLE color: 11268096.
HSL color Cylindrical-coordinate representation of color #00F0AB: hue angle of 162.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F0AB is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 240 | 171 | - |
| CMYK | 1 | 0 | 0.29 | 0.06 |
| HSL | 162.75º | 1% | 0.47% | - |
| HSV(B) | 162.75º | 1% | 0.94% | - |
| XYZ | 38.51 | 65.26 | 49.09 | - |
| YUV | 160.37 | 133.99 | 13.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 240 | 171 | 1 | 0 | 0.29 | 0.06 | 162.75 | 1 | 0.47 |
| Hex | 0 | F0 | AB | 64 | 0 | 1D | 6 | A3 | 64 | 2F |
| Octal | 0 | 360 | 253 | 144 | 0 | 35 | 6 | 243 | 144 | 57 |
| Binary | 0 | 11110000 | 10101011 | 1100100 | 0 | 11101 | 110 | 10100011 | 1100100 | 101111 |
Color Harmonies of #00F0AB
Complementary color
Monochromatic Colors of #00F0AB
Black with #00F0AB
Text Example
Text Example
White with #00F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F0AB; }
p { color: rgb(0,240,171); }
H1.HeaderClassName
{
color: #00F0AB;
}
.AnyTagClassName
{
color: #00F0AB;
}
</style>
background-color css
<style>
a { background-color: #00F0AB; }
a { background-color: rgb(0,240,171); }
div.DivClassName
{
background-color: #00F0AB;
}
.BgClassName
{
background-color: #00F0AB;
}
</style>
border-color css
<style>
span { border-color: #00F0AB; }
span { border-color: rgb(0,240,171); }
td.TdClassName
{
border-color: #00F0AB;
}
.TagClassName
{
border-color: #00F0AB;
}
</style>