Shades of Medium Spring Green #00EDB1
Tints of Medium Spring Green #00EDB1
RGB
CMYK
RGB Variations
Color information
#00EDB1 (or 0x00EDB1) is known color: Medium Spring Green. HEX triplet: 00, ED and B1. RGB value is (0,237,177). Sum of RGB (Red+Green+Blue) = 0+237+177=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 237 (92.97% from 255 or 57.25% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDB1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EDB1 is #FF124E. Grayscale: #9F9F9F. Windows color (decimal): -16716367 or 11660544. OLE color: 11660544.
HSL color Cylindrical-coordinate representation of color #00EDB1: hue angle of 164.81º 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 #00EDB1 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 177 | - |
| CMYK | 1 | 0 | 0.25 | 0.07 |
| HSL | 164.81º | 1% | 0.46% | - |
| HSV(B) | 164.81º | 1% | 0.93% | - |
| XYZ | 38.22 | 63.74 | 51.88 | - |
| YUV | 159.3 | 137.98 | 14.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 177 | 1 | 0 | 0.25 | 0.07 | 164.81 | 1 | 0.46 |
| Hex | 0 | ED | B1 | 64 | 0 | 19 | 7 | A5 | 64 | 2E |
| Octal | 0 | 355 | 261 | 144 | 0 | 31 | 7 | 245 | 144 | 56 |
| Binary | 0 | 11101101 | 10110001 | 1100100 | 0 | 11001 | 111 | 10100101 | 1100100 | 101110 |
Color Harmonies of #00EDB1
Complementary color
Monochromatic Colors of #00EDB1
Black with #00EDB1
Text Example
Text Example
White with #00EDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDB1; }
p { color: rgb(0,237,177); }
H1.HeaderClassName
{
color: #00EDB1;
}
.AnyTagClassName
{
color: #00EDB1;
}
</style>
background-color css
<style>
a { background-color: #00EDB1; }
a { background-color: rgb(0,237,177); }
div.DivClassName
{
background-color: #00EDB1;
}
.BgClassName
{
background-color: #00EDB1;
}
</style>
border-color css
<style>
span { border-color: #00EDB1; }
span { border-color: rgb(0,237,177); }
td.TdClassName
{
border-color: #00EDB1;
}
.TagClassName
{
border-color: #00EDB1;
}
</style>