Shades of Medium Spring Green #00EDB5
Tints of Medium Spring Green #00EDB5
RGB
CMYK
RGB Variations
Color information
#00EDB5 (or 0x00EDB5) is known color: Medium Spring Green. HEX triplet: 00, ED and B5. RGB value is (0,237,181). Sum of RGB (Red+Green+Blue) = 0+237+181=418 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 418); Green value is 237 (92.97% from 255 or 56.70% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDB5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDB5 is #FF124A. Grayscale: #9F9F9F. Windows color (decimal): -16716363 or 11922688. OLE color: 11922688.
HSL color Cylindrical-coordinate representation of color #00EDB5: hue angle of 165.82º 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 #00EDB5 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 181 | - |
| CMYK | 1 | 0 | 0.24 | 0.07 |
| HSL | 165.82º | 1% | 0.46% | - |
| HSV(B) | 165.82º | 1% | 0.93% | - |
| XYZ | 38.62 | 63.9 | 54.02 | - |
| YUV | 159.75 | 139.98 | 14.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 181 | 1 | 0 | 0.24 | 0.07 | 165.82 | 1 | 0.46 |
| Hex | 0 | ED | B5 | 64 | 0 | 18 | 7 | A6 | 64 | 2E |
| Octal | 0 | 355 | 265 | 144 | 0 | 30 | 7 | 246 | 144 | 56 |
| Binary | 0 | 11101101 | 10110101 | 1100100 | 0 | 11000 | 111 | 10100110 | 1100100 | 101110 |
Color Harmonies of #00EDB5
Complementary color
Monochromatic Colors of #00EDB5
Black with #00EDB5
Text Example
Text Example
White with #00EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDB5; }
p { color: rgb(0,237,181); }
H1.HeaderClassName
{
color: #00EDB5;
}
.AnyTagClassName
{
color: #00EDB5;
}
</style>
background-color css
<style>
a { background-color: #00EDB5; }
a { background-color: rgb(0,237,181); }
div.DivClassName
{
background-color: #00EDB5;
}
.BgClassName
{
background-color: #00EDB5;
}
</style>
border-color css
<style>
span { border-color: #00EDB5; }
span { border-color: rgb(0,237,181); }
td.TdClassName
{
border-color: #00EDB5;
}
.TagClassName
{
border-color: #00EDB5;
}
</style>