Shades of Medium Spring Green #00EDBA
Tints of Medium Spring Green #00EDBA
RGB
CMYK
RGB Variations
Color information
#00EDBA (or 0x00EDBA) is known color: Medium Spring Green. HEX triplet: 00, ED and BA. RGB value is (0,237,186). Sum of RGB (Red+Green+Blue) = 0+237+186=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 237 (92.97% from 255 or 56.03% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDBA is #FF1245. Grayscale: #A0A0A0. Windows color (decimal): -16716358 or 12250368. OLE color: 12250368.
HSL color Cylindrical-coordinate representation of color #00EDBA: hue angle of 167.09º 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 #00EDBA is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 186 | - |
| CMYK | 1 | 0 | 0.22 | 0.07 |
| HSL | 167.09º | 1% | 0.46% | - |
| HSV(B) | 167.09º | 1% | 0.93% | - |
| XYZ | 39.15 | 64.11 | 56.77 | - |
| YUV | 160.32 | 142.48 | 13.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 186 | 1 | 0 | 0.22 | 0.07 | 167.09 | 1 | 0.46 |
| Hex | 0 | ED | BA | 64 | 0 | 16 | 7 | A7 | 64 | 2E |
| Octal | 0 | 355 | 272 | 144 | 0 | 26 | 7 | 247 | 144 | 56 |
| Binary | 0 | 11101101 | 10111010 | 1100100 | 0 | 10110 | 111 | 10100111 | 1100100 | 101110 |
Color Harmonies of #00EDBA
Complementary color
Monochromatic Colors of #00EDBA
Black with #00EDBA
Text Example
Text Example
White with #00EDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDBA; }
p { color: rgb(0,237,186); }
H1.HeaderClassName
{
color: #00EDBA;
}
.AnyTagClassName
{
color: #00EDBA;
}
</style>
background-color css
<style>
a { background-color: #00EDBA; }
a { background-color: rgb(0,237,186); }
div.DivClassName
{
background-color: #00EDBA;
}
.BgClassName
{
background-color: #00EDBA;
}
</style>
border-color css
<style>
span { border-color: #00EDBA; }
span { border-color: rgb(0,237,186); }
td.TdClassName
{
border-color: #00EDBA;
}
.TagClassName
{
border-color: #00EDBA;
}
</style>