Html Css Color HEX #0EEBAD Medium Spring Green
📋 copy color: '#0EEBAD'red 14 ◦ green 235 ◦ blue 173
Shades of Medium Spring Green #0EEBAD
Tints of Medium Spring Green #0EEBAD
RGB
CMYK
RGB Variations
Color information
#0EEBAD (or 0x0EEBAD) is known color: Medium Spring Green. HEX triplet: 0E, EB and AD. RGB value is (14,235,173). Sum of RGB (Red+Green+Blue) = 14+235+173=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEBAD is #F11452. Grayscale: #A1A1A1. Windows color (decimal): -15799379 or 11397902. OLE color: 11397902.
HSL color Cylindrical-coordinate representation of color #0EEBAD: hue angle of 163.17º 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 #0EEBAD is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 173 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.08 |
| HSL | 163.17º | 0.89% | 0.49% | - |
| HSV(B) | 163.17º | 0.94% | 0.92% | - |
| XYZ | 37.43 | 62.53 | 49.63 | - |
| YUV | 161.85 | 134.28 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 173 | 0.94 | 0 | 0.26 | 0.08 | 163.17 | 0.89 | 0.49 |
| Hex | E | EB | AD | 5E | 0 | 1A | 8 | A3 | 59 | 31 |
| Octal | 16 | 353 | 255 | 136 | 0 | 32 | 10 | 243 | 131 | 61 |
| Binary | 1110 | 11101011 | 10101101 | 1011110 | 0 | 11010 | 1000 | 10100011 | 1011001 | 110001 |
Color Harmonies of #0EEBAD
Complementary color
Monochromatic Colors of #0EEBAD
Black with #0EEBAD
Text Example
Text Example
White with #0EEBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBAD; }
p { color: rgb(14,235,173); }
H1.HeaderClassName
{
color: #0EEBAD;
}
.AnyTagClassName
{
color: #0EEBAD;
}
</style>
background-color css
<style>
a { background-color: #0EEBAD; }
a { background-color: rgb(14,235,173); }
div.DivClassName
{
background-color: #0EEBAD;
}
.BgClassName
{
background-color: #0EEBAD;
}
</style>
border-color css
<style>
span { border-color: #0EEBAD; }
span { border-color: rgb(14,235,173); }
td.TdClassName
{
border-color: #0EEBAD;
}
.TagClassName
{
border-color: #0EEBAD;
}
</style>