Html Css Color HEX #0EE6AA Medium Spring Green
📋 copy color: '#0EE6AA'red 14 ◦ green 230 ◦ blue 170
Shades of Medium Spring Green #0EE6AA
Tints of Medium Spring Green #0EE6AA
RGB
CMYK
RGB Variations
Color information
#0EE6AA (or 0x0EE6AA) is known color: Medium Spring Green. HEX triplet: 0E, E6 and AA. RGB value is (14,230,170). Sum of RGB (Red+Green+Blue) = 14+230+170=414 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.38% from 414); Green value is 230 (90.23% from 255 or 55.56% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE6AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EE6AA is #F11955. Grayscale: #9E9E9E. Windows color (decimal): -15800662 or 11200014. OLE color: 11200014.
HSL color Cylindrical-coordinate representation of color #0EE6AA: hue angle of 163.33º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE6AA is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 170 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.10 |
| HSL | 163.33º | 0.89% | 0.48% | - |
| HSV(B) | 163.33º | 0.94% | 0.9% | - |
| XYZ | 35.73 | 59.59 | 47.65 | - |
| YUV | 158.58 | 134.44 | 24.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 170 | 0.94 | 0 | 0.26 | 0.10 | 163.33 | 0.89 | 0.48 |
| Hex | E | E6 | AA | 5E | 0 | 1A | A | A3 | 59 | 30 |
| Octal | 16 | 346 | 252 | 136 | 0 | 32 | 12 | 243 | 131 | 60 |
| Binary | 1110 | 11100110 | 10101010 | 1011110 | 0 | 11010 | 1010 | 10100011 | 1011001 | 110000 |
Color Harmonies of #0EE6AA
Complementary color
Monochromatic Colors of #0EE6AA
Black with #0EE6AA
Text Example
Text Example
White with #0EE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE6AA; }
p { color: rgb(14,230,170); }
H1.HeaderClassName
{
color: #0EE6AA;
}
.AnyTagClassName
{
color: #0EE6AA;
}
</style>
background-color css
<style>
a { background-color: #0EE6AA; }
a { background-color: rgb(14,230,170); }
div.DivClassName
{
background-color: #0EE6AA;
}
.BgClassName
{
background-color: #0EE6AA;
}
</style>
border-color css
<style>
span { border-color: #0EE6AA; }
span { border-color: rgb(14,230,170); }
td.TdClassName
{
border-color: #0EE6AA;
}
.TagClassName
{
border-color: #0EE6AA;
}
</style>