Html Css Color HEX #0EEBAE Medium Spring Green
📋 copy color: '#0EEBAE'red 14 ◦ green 235 ◦ blue 174
Shades of Medium Spring Green #0EEBAE
Tints of Medium Spring Green #0EEBAE
RGB
CMYK
RGB Variations
Color information
#0EEBAE (or 0x0EEBAE) is known color: Medium Spring Green. HEX triplet: 0E, EB and AE. RGB value is (14,235,174). Sum of RGB (Red+Green+Blue) = 14+235+174=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEBAE is #F11451. Grayscale: #A1A1A1. Windows color (decimal): -15799378 or 11463438. OLE color: 11463438.
HSL color Cylindrical-coordinate representation of color #0EEBAE: hue angle of 163.44º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEBAE is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 174 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.08 |
| HSL | 163.44º | 0.89% | 0.49% | - |
| HSV(B) | 163.44º | 0.94% | 0.92% | - |
| XYZ | 37.53 | 62.57 | 50.14 | - |
| YUV | 161.97 | 134.78 | 22.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 174 | 0.94 | 0 | 0.26 | 0.08 | 163.44 | 0.89 | 0.49 |
| Hex | E | EB | AE | 5E | 0 | 1A | 8 | A3 | 59 | 31 |
| Octal | 16 | 353 | 256 | 136 | 0 | 32 | 10 | 243 | 131 | 61 |
| Binary | 1110 | 11101011 | 10101110 | 1011110 | 0 | 11010 | 1000 | 10100011 | 1011001 | 110001 |
Color Harmonies of #0EEBAE
Complementary color
Monochromatic Colors of #0EEBAE
Black with #0EEBAE
Text Example
Text Example
White with #0EEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBAE; }
p { color: rgb(14,235,174); }
H1.HeaderClassName
{
color: #0EEBAE;
}
.AnyTagClassName
{
color: #0EEBAE;
}
</style>
background-color css
<style>
a { background-color: #0EEBAE; }
a { background-color: rgb(14,235,174); }
div.DivClassName
{
background-color: #0EEBAE;
}
.BgClassName
{
background-color: #0EEBAE;
}
</style>
border-color css
<style>
span { border-color: #0EEBAE; }
span { border-color: rgb(14,235,174); }
td.TdClassName
{
border-color: #0EEBAE;
}
.TagClassName
{
border-color: #0EEBAE;
}
</style>