Html Css Color HEX #0EEFBA Medium Spring Green
📋 copy color: '#0EEFBA'red 14 ◦ green 239 ◦ blue 186
Shades of Medium Spring Green #0EEFBA
Tints of Medium Spring Green #0EEFBA
RGB
CMYK
RGB Variations
Color information
#0EEFBA (or 0x0EEFBA) is known color: Medium Spring Green. HEX triplet: 0E, EF and BA. RGB value is (14,239,186). Sum of RGB (Red+Green+Blue) = 14+239+186=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 239 (93.75% from 255 or 54.44% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEFBA is #F11045. Grayscale: #A5A5A5. Windows color (decimal): -15798342 or 12250894. OLE color: 12250894.
HSL color Cylindrical-coordinate representation of color #0EEFBA: hue angle of 165.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEFBA is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 186 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.06 |
| HSL | 165.87º | 0.89% | 0.5% | - |
| HSV(B) | 165.87º | 0.94% | 0.94% | - |
| XYZ | 39.91 | 65.37 | 56.97 | - |
| YUV | 165.68 | 139.46 | 19.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 186 | 0.94 | 0 | 0.22 | 0.06 | 165.87 | 0.89 | 0.5 |
| Hex | E | EF | BA | 5E | 0 | 16 | 6 | A6 | 59 | 32 |
| Octal | 16 | 357 | 272 | 136 | 0 | 26 | 6 | 246 | 131 | 62 |
| Binary | 1110 | 11101111 | 10111010 | 1011110 | 0 | 10110 | 110 | 10100110 | 1011001 | 110010 |
Color Harmonies of #0EEFBA
Complementary color
Monochromatic Colors of #0EEFBA
Black with #0EEFBA
Text Example
Text Example
White with #0EEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEFBA; }
p { color: rgb(14,239,186); }
H1.HeaderClassName
{
color: #0EEFBA;
}
.AnyTagClassName
{
color: #0EEFBA;
}
</style>
background-color css
<style>
a { background-color: #0EEFBA; }
a { background-color: rgb(14,239,186); }
div.DivClassName
{
background-color: #0EEFBA;
}
.BgClassName
{
background-color: #0EEFBA;
}
</style>
border-color css
<style>
span { border-color: #0EEFBA; }
span { border-color: rgb(14,239,186); }
td.TdClassName
{
border-color: #0EEFBA;
}
.TagClassName
{
border-color: #0EEFBA;
}
</style>