Html Css Color HEX #0EEBAC Medium Spring Green
📋 copy color: '#0EEBAC'red 14 ◦ green 235 ◦ blue 172
Shades of Medium Spring Green #0EEBAC
Tints of Medium Spring Green #0EEBAC
RGB
CMYK
RGB Variations
Color information
#0EEBAC (or 0x0EEBAC) is known color: Medium Spring Green. HEX triplet: 0E, EB and AC. RGB value is (14,235,172). Sum of RGB (Red+Green+Blue) = 14+235+172=421 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 421); Green value is 235 (92.19% from 255 or 55.82% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEBAC is #F11453. Grayscale: #A1A1A1. Windows color (decimal): -15799380 or 11332366. OLE color: 11332366.
HSL color Cylindrical-coordinate representation of color #0EEBAC: hue angle of 162.9º 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 #0EEBAC is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 172 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.08 |
| HSL | 162.9º | 0.89% | 0.49% | - |
| HSV(B) | 162.9º | 0.94% | 0.92% | - |
| XYZ | 37.34 | 62.49 | 49.12 | - |
| YUV | 161.74 | 133.78 | 22.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 172 | 0.94 | 0 | 0.27 | 0.08 | 162.9 | 0.89 | 0.49 |
| Hex | E | EB | AC | 5E | 0 | 1B | 8 | A3 | 59 | 31 |
| Octal | 16 | 353 | 254 | 136 | 0 | 33 | 10 | 243 | 131 | 61 |
| Binary | 1110 | 11101011 | 10101100 | 1011110 | 0 | 11011 | 1000 | 10100011 | 1011001 | 110001 |
Color Harmonies of #0EEBAC
Complementary color
Monochromatic Colors of #0EEBAC
Black with #0EEBAC
Text Example
Text Example
White with #0EEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBAC; }
p { color: rgb(14,235,172); }
H1.HeaderClassName
{
color: #0EEBAC;
}
.AnyTagClassName
{
color: #0EEBAC;
}
</style>
background-color css
<style>
a { background-color: #0EEBAC; }
a { background-color: rgb(14,235,172); }
div.DivClassName
{
background-color: #0EEBAC;
}
.BgClassName
{
background-color: #0EEBAC;
}
</style>
border-color css
<style>
span { border-color: #0EEBAC; }
span { border-color: rgb(14,235,172); }
td.TdClassName
{
border-color: #0EEBAC;
}
.TagClassName
{
border-color: #0EEBAC;
}
</style>