Shades of Medium Spring Green #00F2AB
Tints of Medium Spring Green #00F2AB
RGB
CMYK
RGB Variations
Color information
#00F2AB (or 0x00F2AB) is known color: Medium Spring Green. HEX triplet: 00, F2 and AB. RGB value is (0,242,171). Sum of RGB (Red+Green+Blue) = 0+242+171=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #00F2AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F2AB is #FF0D54. Grayscale: #A1A1A1. Windows color (decimal): -16715093 or 11268608. OLE color: 11268608.
HSL color Cylindrical-coordinate representation of color #00F2AB: hue angle of 162.4º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F2AB is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 171 | - |
| CMYK | 1 | 0 | 0.29 | 0.05 |
| HSL | 162.4º | 1% | 0.47% | - |
| HSV(B) | 162.4º | 1% | 0.95% | - |
| XYZ | 39.1 | 66.44 | 49.29 | - |
| YUV | 161.55 | 133.33 | 12.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 171 | 1 | 0 | 0.29 | 0.05 | 162.4 | 1 | 0.47 |
| Hex | 0 | F2 | AB | 64 | 0 | 1D | 5 | A2 | 64 | 2F |
| Octal | 0 | 362 | 253 | 144 | 0 | 35 | 5 | 242 | 144 | 57 |
| Binary | 0 | 11110010 | 10101011 | 1100100 | 0 | 11101 | 101 | 10100010 | 1100100 | 101111 |
Color Harmonies of #00F2AB
Complementary color
Monochromatic Colors of #00F2AB
Black with #00F2AB
Text Example
Text Example
White with #00F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F2AB; }
p { color: rgb(0,242,171); }
H1.HeaderClassName
{
color: #00F2AB;
}
.AnyTagClassName
{
color: #00F2AB;
}
</style>
background-color css
<style>
a { background-color: #00F2AB; }
a { background-color: rgb(0,242,171); }
div.DivClassName
{
background-color: #00F2AB;
}
.BgClassName
{
background-color: #00F2AB;
}
</style>
border-color css
<style>
span { border-color: #00F2AB; }
span { border-color: rgb(0,242,171); }
td.TdClassName
{
border-color: #00F2AB;
}
.TagClassName
{
border-color: #00F2AB;
}
</style>