Shades of Medium Spring Green #00EFAB
Tints of Medium Spring Green #00EFAB
RGB
CMYK
RGB Variations
Color information
#00EFAB (or 0x00EFAB) is known color: Medium Spring Green. HEX triplet: 00, EF and AB. RGB value is (0,239,171). Sum of RGB (Red+Green+Blue) = 0+239+171=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 239 (93.75% from 255 or 58.29% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EFAB is #FF1054. Grayscale: #9F9F9F. Windows color (decimal): -16715861 or 11267840. OLE color: 11267840.
HSL color Cylindrical-coordinate representation of color #00EFAB: hue angle of 162.93º 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 #00EFAB is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 171 | - |
| CMYK | 1 | 0 | 0.28 | 0.06 |
| HSL | 162.93º | 1% | 0.47% | - |
| HSV(B) | 162.93º | 1% | 0.94% | - |
| XYZ | 38.22 | 64.67 | 49 | - |
| YUV | 159.79 | 134.32 | 14.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 171 | 1 | 0 | 0.28 | 0.06 | 162.93 | 1 | 0.47 |
| Hex | 0 | EF | AB | 64 | 0 | 1C | 6 | A3 | 64 | 2F |
| Octal | 0 | 357 | 253 | 144 | 0 | 34 | 6 | 243 | 144 | 57 |
| Binary | 0 | 11101111 | 10101011 | 1100100 | 0 | 11100 | 110 | 10100011 | 1100100 | 101111 |
Color Harmonies of #00EFAB
Complementary color
Monochromatic Colors of #00EFAB
Black with #00EFAB
Text Example
Text Example
White with #00EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EFAB; }
p { color: rgb(0,239,171); }
H1.HeaderClassName
{
color: #00EFAB;
}
.AnyTagClassName
{
color: #00EFAB;
}
</style>
background-color css
<style>
a { background-color: #00EFAB; }
a { background-color: rgb(0,239,171); }
div.DivClassName
{
background-color: #00EFAB;
}
.BgClassName
{
background-color: #00EFAB;
}
</style>
border-color css
<style>
span { border-color: #00EFAB; }
span { border-color: rgb(0,239,171); }
td.TdClassName
{
border-color: #00EFAB;
}
.TagClassName
{
border-color: #00EFAB;
}
</style>