Html Css Color HEX #0EEAB8 Medium Spring Green
📋 copy color: '#0EEAB8'red 14 ◦ green 234 ◦ blue 184
Shades of Medium Spring Green #0EEAB8
Tints of Medium Spring Green #0EEAB8
RGB
CMYK
RGB Variations
Color information
#0EEAB8 (or 0x0EEAB8) is known color: Medium Spring Green. HEX triplet: 0E, EA and B8. RGB value is (14,234,184). Sum of RGB (Red+Green+Blue) = 14+234+184=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 234 (91.80% from 255 or 54.17% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEAB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEAB8 is #F11547. Grayscale: #A2A2A2. Windows color (decimal): -15799624 or 12118542. OLE color: 12118542.
HSL color Cylindrical-coordinate representation of color #0EEAB8: hue angle of 166.36º 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 #0EEAB8 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 184 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.08 |
| HSL | 166.36º | 0.89% | 0.49% | - |
| HSV(B) | 166.36º | 0.94% | 0.92% | - |
| XYZ | 38.26 | 62.4 | 55.38 | - |
| YUV | 162.52 | 140.11 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 184 | 0.94 | 0 | 0.21 | 0.08 | 166.36 | 0.89 | 0.49 |
| Hex | E | EA | B8 | 5E | 0 | 15 | 8 | A6 | 59 | 31 |
| Octal | 16 | 352 | 270 | 136 | 0 | 25 | 10 | 246 | 131 | 61 |
| Binary | 1110 | 11101010 | 10111000 | 1011110 | 0 | 10101 | 1000 | 10100110 | 1011001 | 110001 |
Color Harmonies of #0EEAB8
Complementary color
Monochromatic Colors of #0EEAB8
Black with #0EEAB8
Text Example
Text Example
White with #0EEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEAB8; }
p { color: rgb(14,234,184); }
H1.HeaderClassName
{
color: #0EEAB8;
}
.AnyTagClassName
{
color: #0EEAB8;
}
</style>
background-color css
<style>
a { background-color: #0EEAB8; }
a { background-color: rgb(14,234,184); }
div.DivClassName
{
background-color: #0EEAB8;
}
.BgClassName
{
background-color: #0EEAB8;
}
</style>
border-color css
<style>
span { border-color: #0EEAB8; }
span { border-color: rgb(14,234,184); }
td.TdClassName
{
border-color: #0EEAB8;
}
.TagClassName
{
border-color: #0EEAB8;
}
</style>