Shades of Medium Spring Green #00EFB0
Tints of Medium Spring Green #00EFB0
RGB
CMYK
RGB Variations
Color information
#00EFB0 (or 0x00EFB0) is known color: Medium Spring Green. HEX triplet: 00, EF and B0. RGB value is (0,239,176). Sum of RGB (Red+Green+Blue) = 0+239+176=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EFB0 is #FF104F. Grayscale: #A0A0A0. Windows color (decimal): -16715856 or 11595520. OLE color: 11595520.
HSL color Cylindrical-coordinate representation of color #00EFB0: hue angle of 164.18º 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 #00EFB0 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 176 | - |
| CMYK | 1 | 0 | 0.26 | 0.06 |
| HSL | 164.18º | 1% | 0.47% | - |
| HSV(B) | 164.18º | 1% | 0.94% | - |
| XYZ | 38.7 | 64.87 | 51.56 | - |
| YUV | 160.36 | 136.82 | 13.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 176 | 1 | 0 | 0.26 | 0.06 | 164.18 | 1 | 0.47 |
| Hex | 0 | EF | B0 | 64 | 0 | 1A | 6 | A4 | 64 | 2F |
| Octal | 0 | 357 | 260 | 144 | 0 | 32 | 6 | 244 | 144 | 57 |
| Binary | 0 | 11101111 | 10110000 | 1100100 | 0 | 11010 | 110 | 10100100 | 1100100 | 101111 |
Color Harmonies of #00EFB0
Complementary color
Monochromatic Colors of #00EFB0
Black with #00EFB0
Text Example
Text Example
White with #00EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EFB0; }
p { color: rgb(0,239,176); }
H1.HeaderClassName
{
color: #00EFB0;
}
.AnyTagClassName
{
color: #00EFB0;
}
</style>
background-color css
<style>
a { background-color: #00EFB0; }
a { background-color: rgb(0,239,176); }
div.DivClassName
{
background-color: #00EFB0;
}
.BgClassName
{
background-color: #00EFB0;
}
</style>
border-color css
<style>
span { border-color: #00EFB0; }
span { border-color: rgb(0,239,176); }
td.TdClassName
{
border-color: #00EFB0;
}
.TagClassName
{
border-color: #00EFB0;
}
</style>