Html Css Color HEX #0EEDBA Medium Spring Green
📋 copy color: '#0EEDBA'red 14 ◦ green 237 ◦ blue 186
Shades of Medium Spring Green #0EEDBA
Tints of Medium Spring Green #0EEDBA
RGB
CMYK
RGB Variations
Color information
#0EEDBA (or 0x0EEDBA) is known color: Medium Spring Green. HEX triplet: 0E, ED and BA. RGB value is (14,237,186). Sum of RGB (Red+Green+Blue) = 14+237+186=437 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #0EEDBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEDBA is #F11245. Grayscale: #A4A4A4. Windows color (decimal): -15798854 or 12250382. OLE color: 12250382.
HSL color Cylindrical-coordinate representation of color #0EEDBA: hue angle of 166.28º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEDBA is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 237 | 186 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.07 |
| HSL | 166.28º | 0.89% | 0.49% | - |
| HSV(B) | 166.28º | 0.94% | 0.93% | - |
| XYZ | 39.33 | 64.21 | 56.77 | - |
| YUV | 164.51 | 140.12 | 20.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 237 | 186 | 0.94 | 0 | 0.22 | 0.07 | 166.28 | 0.89 | 0.49 |
| Hex | E | ED | BA | 5E | 0 | 16 | 7 | A6 | 59 | 31 |
| Octal | 16 | 355 | 272 | 136 | 0 | 26 | 7 | 246 | 131 | 61 |
| Binary | 1110 | 11101101 | 10111010 | 1011110 | 0 | 10110 | 111 | 10100110 | 1011001 | 110001 |
Color Harmonies of #0EEDBA
Complementary color
Monochromatic Colors of #0EEDBA
Black with #0EEDBA
Text Example
Text Example
White with #0EEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEDBA; }
p { color: rgb(14,237,186); }
H1.HeaderClassName
{
color: #0EEDBA;
}
.AnyTagClassName
{
color: #0EEDBA;
}
</style>
background-color css
<style>
a { background-color: #0EEDBA; }
a { background-color: rgb(14,237,186); }
div.DivClassName
{
background-color: #0EEDBA;
}
.BgClassName
{
background-color: #0EEDBA;
}
</style>
border-color css
<style>
span { border-color: #0EEDBA; }
span { border-color: rgb(14,237,186); }
td.TdClassName
{
border-color: #0EEDBA;
}
.TagClassName
{
border-color: #0EEDBA;
}
</style>