Html Css Color HEX #0EE8B0 Medium Spring Green
📋 copy color: '#0EE8B0'red 14 ◦ green 232 ◦ blue 176
Shades of Medium Spring Green #0EE8B0
Tints of Medium Spring Green #0EE8B0
RGB
CMYK
RGB Variations
Color information
#0EE8B0 (or 0x0EE8B0) is known color: Medium Spring Green. HEX triplet: 0E, E8 and B0. RGB value is (14,232,176). Sum of RGB (Red+Green+Blue) = 14+232+176=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 232 (91.02% from 255 or 54.98% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 232 - color contains mainly: green. Hex color #0EE8B0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EE8B0 is #F1174F. Grayscale: #A0A0A0. Windows color (decimal): -15800144 or 11593742. OLE color: 11593742.
HSL color Cylindrical-coordinate representation of color #0EE8B0: hue angle of 164.59º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE8B0 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 232 | 176 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.09 |
| HSL | 164.59º | 0.89% | 0.48% | - |
| HSV(B) | 164.59º | 0.94% | 0.91% | - |
| XYZ | 36.87 | 60.94 | 50.89 | - |
| YUV | 160.43 | 136.78 | 23.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 232 | 176 | 0.94 | 0 | 0.24 | 0.09 | 164.59 | 0.89 | 0.48 |
| Hex | E | E8 | B0 | 5E | 0 | 18 | 9 | A5 | 59 | 30 |
| Octal | 16 | 350 | 260 | 136 | 0 | 30 | 11 | 245 | 131 | 60 |
| Binary | 1110 | 11101000 | 10110000 | 1011110 | 0 | 11000 | 1001 | 10100101 | 1011001 | 110000 |
Color Harmonies of #0EE8B0
Complementary color
Monochromatic Colors of #0EE8B0
Black with #0EE8B0
Text Example
Text Example
White with #0EE8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE8B0; }
p { color: rgb(14,232,176); }
H1.HeaderClassName
{
color: #0EE8B0;
}
.AnyTagClassName
{
color: #0EE8B0;
}
</style>
background-color css
<style>
a { background-color: #0EE8B0; }
a { background-color: rgb(14,232,176); }
div.DivClassName
{
background-color: #0EE8B0;
}
.BgClassName
{
background-color: #0EE8B0;
}
</style>
border-color css
<style>
span { border-color: #0EE8B0; }
span { border-color: rgb(14,232,176); }
td.TdClassName
{
border-color: #0EE8B0;
}
.TagClassName
{
border-color: #0EE8B0;
}
</style>