Shades of Medium Spring Green #00EDB0
Tints of Medium Spring Green #00EDB0
RGB
CMYK
RGB Variations
Color information
#00EDB0 (or 0x00EDB0) is known color: Medium Spring Green. HEX triplet: 00, ED and B0. RGB value is (0,237,176). Sum of RGB (Red+Green+Blue) = 0+237+176=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 237 (92.97% from 255 or 57.38% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EDB0 is #FF124F. Grayscale: #9F9F9F. Windows color (decimal): -16716368 or 11595008. OLE color: 11595008.
HSL color Cylindrical-coordinate representation of color #00EDB0: hue angle of 164.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EDB0 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 176 | - |
| CMYK | 1 | 0 | 0.26 | 0.07 |
| HSL | 164.56º | 1% | 0.46% | - |
| HSV(B) | 164.56º | 1% | 0.93% | - |
| XYZ | 38.12 | 63.7 | 51.36 | - |
| YUV | 159.18 | 137.48 | 14.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 176 | 1 | 0 | 0.26 | 0.07 | 164.56 | 1 | 0.46 |
| Hex | 0 | ED | B0 | 64 | 0 | 1A | 7 | A5 | 64 | 2E |
| Octal | 0 | 355 | 260 | 144 | 0 | 32 | 7 | 245 | 144 | 56 |
| Binary | 0 | 11101101 | 10110000 | 1100100 | 0 | 11010 | 111 | 10100101 | 1100100 | 101110 |
Color Harmonies of #00EDB0
Complementary color
Monochromatic Colors of #00EDB0
Black with #00EDB0
Text Example
Text Example
White with #00EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDB0; }
p { color: rgb(0,237,176); }
H1.HeaderClassName
{
color: #00EDB0;
}
.AnyTagClassName
{
color: #00EDB0;
}
</style>
background-color css
<style>
a { background-color: #00EDB0; }
a { background-color: rgb(0,237,176); }
div.DivClassName
{
background-color: #00EDB0;
}
.BgClassName
{
background-color: #00EDB0;
}
</style>
border-color css
<style>
span { border-color: #00EDB0; }
span { border-color: rgb(0,237,176); }
td.TdClassName
{
border-color: #00EDB0;
}
.TagClassName
{
border-color: #00EDB0;
}
</style>