Html Css Color HEX #0EEAAB Medium Spring Green
📋 copy color: '#0EEAAB'red 14 ◦ green 234 ◦ blue 171
Shades of Medium Spring Green #0EEAAB
Tints of Medium Spring Green #0EEAAB
RGB
CMYK
RGB Variations
Color information
#0EEAAB (or 0x0EEAAB) is known color: Medium Spring Green. HEX triplet: 0E, EA and AB. RGB value is (14,234,171). Sum of RGB (Red+Green+Blue) = 14+234+171=419 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.34% from 419); Green value is 234 (91.80% from 255 or 55.85% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEAAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEAAB is #F11554. Grayscale: #A1A1A1. Windows color (decimal): -15799637 or 11266574. OLE color: 11266574.
HSL color Cylindrical-coordinate representation of color #0EEAAB: hue angle of 162.82º 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 #0EEAAB is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 171 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.08 |
| HSL | 162.82º | 0.89% | 0.49% | - |
| HSV(B) | 162.82º | 0.94% | 0.92% | - |
| XYZ | 36.95 | 61.88 | 48.52 | - |
| YUV | 161.04 | 133.61 | 23.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 171 | 0.94 | 0 | 0.27 | 0.08 | 162.82 | 0.89 | 0.49 |
| Hex | E | EA | AB | 5E | 0 | 1B | 8 | A3 | 59 | 31 |
| Octal | 16 | 352 | 253 | 136 | 0 | 33 | 10 | 243 | 131 | 61 |
| Binary | 1110 | 11101010 | 10101011 | 1011110 | 0 | 11011 | 1000 | 10100011 | 1011001 | 110001 |
Color Harmonies of #0EEAAB
Complementary color
Monochromatic Colors of #0EEAAB
Black with #0EEAAB
Text Example
Text Example
White with #0EEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEAAB; }
p { color: rgb(14,234,171); }
H1.HeaderClassName
{
color: #0EEAAB;
}
.AnyTagClassName
{
color: #0EEAAB;
}
</style>
background-color css
<style>
a { background-color: #0EEAAB; }
a { background-color: rgb(14,234,171); }
div.DivClassName
{
background-color: #0EEAAB;
}
.BgClassName
{
background-color: #0EEAAB;
}
</style>
border-color css
<style>
span { border-color: #0EEAAB; }
span { border-color: rgb(14,234,171); }
td.TdClassName
{
border-color: #0EEAAB;
}
.TagClassName
{
border-color: #0EEAAB;
}
</style>