Html Css Color HEX #0EEAB5 Medium Spring Green
📋 copy color: '#0EEAB5'red 14 ◦ green 234 ◦ blue 181
Shades of Medium Spring Green #0EEAB5
Tints of Medium Spring Green #0EEAB5
RGB
CMYK
RGB Variations
Color information
#0EEAB5 (or 0x0EEAB5) is known color: Medium Spring Green. HEX triplet: 0E, EA and B5. RGB value is (14,234,181). Sum of RGB (Red+Green+Blue) = 14+234+181=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEAB5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEAB5 is #F1154A. Grayscale: #A2A2A2. Windows color (decimal): -15799627 or 11921934. OLE color: 11921934.
HSL color Cylindrical-coordinate representation of color #0EEAB5: hue angle of 165.55º 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 #0EEAB5 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 181 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.08 |
| HSL | 165.55º | 0.89% | 0.49% | - |
| HSV(B) | 165.55º | 0.94% | 0.92% | - |
| XYZ | 37.94 | 62.28 | 53.74 | - |
| YUV | 162.18 | 138.61 | 22.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 181 | 0.94 | 0 | 0.23 | 0.08 | 165.55 | 0.89 | 0.49 |
| Hex | E | EA | B5 | 5E | 0 | 17 | 8 | A6 | 59 | 31 |
| Octal | 16 | 352 | 265 | 136 | 0 | 27 | 10 | 246 | 131 | 61 |
| Binary | 1110 | 11101010 | 10110101 | 1011110 | 0 | 10111 | 1000 | 10100110 | 1011001 | 110001 |
Color Harmonies of #0EEAB5
Complementary color
Monochromatic Colors of #0EEAB5
Black with #0EEAB5
Text Example
Text Example
White with #0EEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEAB5; }
p { color: rgb(14,234,181); }
H1.HeaderClassName
{
color: #0EEAB5;
}
.AnyTagClassName
{
color: #0EEAB5;
}
</style>
background-color css
<style>
a { background-color: #0EEAB5; }
a { background-color: rgb(14,234,181); }
div.DivClassName
{
background-color: #0EEAB5;
}
.BgClassName
{
background-color: #0EEAB5;
}
</style>
border-color css
<style>
span { border-color: #0EEAB5; }
span { border-color: rgb(14,234,181); }
td.TdClassName
{
border-color: #0EEAB5;
}
.TagClassName
{
border-color: #0EEAB5;
}
</style>