Html Css Color HEX #0EE6AF Medium Spring Green
📋 copy color: '#0EE6AF'red 14 ◦ green 230 ◦ blue 175
Shades of Medium Spring Green #0EE6AF
Tints of Medium Spring Green #0EE6AF
RGB
CMYK
RGB Variations
Color information
#0EE6AF (or 0x0EE6AF) is known color: Medium Spring Green. HEX triplet: 0E, E6 and AF. RGB value is (14,230,175). Sum of RGB (Red+Green+Blue) = 14+230+175=419 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.34% from 419); Green value is 230 (90.23% from 255 or 54.89% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE6AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EE6AF is #F11950. Grayscale: #9F9F9F. Windows color (decimal): -15800657 or 11527694. OLE color: 11527694.
HSL color Cylindrical-coordinate representation of color #0EE6AF: hue angle of 164.72º 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 #0EE6AF is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 175 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.10 |
| HSL | 164.72º | 0.89% | 0.48% | - |
| HSV(B) | 164.72º | 0.94% | 0.9% | - |
| XYZ | 36.22 | 59.78 | 50.19 | - |
| YUV | 159.15 | 136.94 | 24.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 175 | 0.94 | 0 | 0.24 | 0.10 | 164.72 | 0.89 | 0.48 |
| Hex | E | E6 | AF | 5E | 0 | 18 | A | A5 | 59 | 30 |
| Octal | 16 | 346 | 257 | 136 | 0 | 30 | 12 | 245 | 131 | 60 |
| Binary | 1110 | 11100110 | 10101111 | 1011110 | 0 | 11000 | 1010 | 10100101 | 1011001 | 110000 |
Color Harmonies of #0EE6AF
Complementary color
Monochromatic Colors of #0EE6AF
Black with #0EE6AF
Text Example
Text Example
White with #0EE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE6AF; }
p { color: rgb(14,230,175); }
H1.HeaderClassName
{
color: #0EE6AF;
}
.AnyTagClassName
{
color: #0EE6AF;
}
</style>
background-color css
<style>
a { background-color: #0EE6AF; }
a { background-color: rgb(14,230,175); }
div.DivClassName
{
background-color: #0EE6AF;
}
.BgClassName
{
background-color: #0EE6AF;
}
</style>
border-color css
<style>
span { border-color: #0EE6AF; }
span { border-color: rgb(14,230,175); }
td.TdClassName
{
border-color: #0EE6AF;
}
.TagClassName
{
border-color: #0EE6AF;
}
</style>