Html Css Color HEX #0EEAA8 Medium Spring Green
📋 copy color: '#0EEAA8'red 14 ◦ green 234 ◦ blue 168
Shades of Medium Spring Green #0EEAA8
Tints of Medium Spring Green #0EEAA8
RGB
CMYK
RGB Variations
Color information
#0EEAA8 (or 0x0EEAA8) is known color: Medium Spring Green. HEX triplet: 0E, EA and A8. RGB value is (14,234,168). Sum of RGB (Red+Green+Blue) = 14+234+168=416 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 416); Green value is 234 (91.80% from 255 or 56.25% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEAA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEAA8 is #F11557. Grayscale: #A0A0A0. Windows color (decimal): -15799640 or 11069966. OLE color: 11069966.
HSL color Cylindrical-coordinate representation of color #0EEAA8: hue angle of 162º 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 #0EEAA8 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 168 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.08 |
| HSL | 162º | 0.89% | 0.49% | - |
| HSV(B) | 162º | 0.94% | 0.92% | - |
| XYZ | 36.67 | 61.77 | 47.04 | - |
| YUV | 160.7 | 132.11 | 23.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 168 | 0.94 | 0 | 0.28 | 0.08 | 162 | 0.89 | 0.49 |
| Hex | E | EA | A8 | 5E | 0 | 1C | 8 | A2 | 59 | 31 |
| Octal | 16 | 352 | 250 | 136 | 0 | 34 | 10 | 242 | 131 | 61 |
| Binary | 1110 | 11101010 | 10101000 | 1011110 | 0 | 11100 | 1000 | 10100010 | 1011001 | 110001 |
Color Harmonies of #0EEAA8
Complementary color
Monochromatic Colors of #0EEAA8
Black with #0EEAA8
Text Example
Text Example
White with #0EEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEAA8; }
p { color: rgb(14,234,168); }
H1.HeaderClassName
{
color: #0EEAA8;
}
.AnyTagClassName
{
color: #0EEAA8;
}
</style>
background-color css
<style>
a { background-color: #0EEAA8; }
a { background-color: rgb(14,234,168); }
div.DivClassName
{
background-color: #0EEAA8;
}
.BgClassName
{
background-color: #0EEAA8;
}
</style>
border-color css
<style>
span { border-color: #0EEAA8; }
span { border-color: rgb(14,234,168); }
td.TdClassName
{
border-color: #0EEAA8;
}
.TagClassName
{
border-color: #0EEAA8;
}
</style>