Html Css Color HEX #0EEBAF Medium Spring Green
📋 copy color: '#0EEBAF'red 14 ◦ green 235 ◦ blue 175
Shades of Medium Spring Green #0EEBAF
Tints of Medium Spring Green #0EEBAF
RGB
CMYK
RGB Variations
Color information
#0EEBAF (or 0x0EEBAF) is known color: Medium Spring Green. HEX triplet: 0E, EB and AF. RGB value is (14,235,175). Sum of RGB (Red+Green+Blue) = 14+235+175=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEBAF is #F11450. Grayscale: #A2A2A2. Windows color (decimal): -15799377 or 11528974. OLE color: 11528974.
HSL color Cylindrical-coordinate representation of color #0EEBAF: hue angle of 163.71º 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 #0EEBAF is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 175 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.08 |
| HSL | 163.71º | 0.89% | 0.49% | - |
| HSV(B) | 163.71º | 0.94% | 0.92% | - |
| XYZ | 37.63 | 62.61 | 50.66 | - |
| YUV | 162.08 | 135.28 | 22.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 175 | 0.94 | 0 | 0.26 | 0.08 | 163.71 | 0.89 | 0.49 |
| Hex | E | EB | AF | 5E | 0 | 1A | 8 | A4 | 59 | 31 |
| Octal | 16 | 353 | 257 | 136 | 0 | 32 | 10 | 244 | 131 | 61 |
| Binary | 1110 | 11101011 | 10101111 | 1011110 | 0 | 11010 | 1000 | 10100100 | 1011001 | 110001 |
Color Harmonies of #0EEBAF
Complementary color
Monochromatic Colors of #0EEBAF
Black with #0EEBAF
Text Example
Text Example
White with #0EEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBAF; }
p { color: rgb(14,235,175); }
H1.HeaderClassName
{
color: #0EEBAF;
}
.AnyTagClassName
{
color: #0EEBAF;
}
</style>
background-color css
<style>
a { background-color: #0EEBAF; }
a { background-color: rgb(14,235,175); }
div.DivClassName
{
background-color: #0EEBAF;
}
.BgClassName
{
background-color: #0EEBAF;
}
</style>
border-color css
<style>
span { border-color: #0EEBAF; }
span { border-color: rgb(14,235,175); }
td.TdClassName
{
border-color: #0EEBAF;
}
.TagClassName
{
border-color: #0EEBAF;
}
</style>