Shades of Medium Spring Green #00EFAE
Tints of Medium Spring Green #00EFAE
RGB
CMYK
RGB Variations
Color information
#00EFAE (or 0x00EFAE) is known color: Medium Spring Green. HEX triplet: 00, EF and AE. RGB value is (0,239,174). Sum of RGB (Red+Green+Blue) = 0+239+174=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EFAE is #FF1051. Grayscale: #A0A0A0. Windows color (decimal): -16715858 or 11464448. OLE color: 11464448.
HSL color Cylindrical-coordinate representation of color #00EFAE: hue angle of 163.68º 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 #00EFAE is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 174 | - |
| CMYK | 1 | 0 | 0.27 | 0.06 |
| HSL | 163.68º | 1% | 0.47% | - |
| HSV(B) | 163.68º | 1% | 0.94% | - |
| XYZ | 38.51 | 64.79 | 50.52 | - |
| YUV | 160.13 | 135.82 | 13.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 174 | 1 | 0 | 0.27 | 0.06 | 163.68 | 1 | 0.47 |
| Hex | 0 | EF | AE | 64 | 0 | 1B | 6 | A4 | 64 | 2F |
| Octal | 0 | 357 | 256 | 144 | 0 | 33 | 6 | 244 | 144 | 57 |
| Binary | 0 | 11101111 | 10101110 | 1100100 | 0 | 11011 | 110 | 10100100 | 1100100 | 101111 |
Color Harmonies of #00EFAE
Complementary color
Monochromatic Colors of #00EFAE
Black with #00EFAE
Text Example
Text Example
White with #00EFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EFAE; }
p { color: rgb(0,239,174); }
H1.HeaderClassName
{
color: #00EFAE;
}
.AnyTagClassName
{
color: #00EFAE;
}
</style>
background-color css
<style>
a { background-color: #00EFAE; }
a { background-color: rgb(0,239,174); }
div.DivClassName
{
background-color: #00EFAE;
}
.BgClassName
{
background-color: #00EFAE;
}
</style>
border-color css
<style>
span { border-color: #00EFAE; }
span { border-color: rgb(0,239,174); }
td.TdClassName
{
border-color: #00EFAE;
}
.TagClassName
{
border-color: #00EFAE;
}
</style>