Html Css Color HEX #0EFBBA Medium Spring Green
📋 copy color: '#0EFBBA'red 14 ◦ green 251 ◦ blue 186
Shades of Medium Spring Green #0EFBBA
Tints of Medium Spring Green #0EFBBA
RGB
CMYK
RGB Variations
Color information
#0EFBBA (or 0x0EFBBA) is known color: Medium Spring Green. HEX triplet: 0E, FB and BA. RGB value is (14,251,186). Sum of RGB (Red+Green+Blue) = 14+251+186=451 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 451); Green value is 251 (98.44% from 255 or 55.65% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFBBA is #F10445. Grayscale: #ACACAC. Windows color (decimal): -15795270 or 12253966. OLE color: 12253966.
HSL color Cylindrical-coordinate representation of color #0EFBBA: hue angle of 163.54º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFBBA is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 186 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.02 |
| HSL | 163.54º | 0.97% | 0.52% | - |
| HSV(B) | 163.54º | 0.94% | 0.98% | - |
| XYZ | 43.54 | 72.63 | 58.18 | - |
| YUV | 172.73 | 135.48 | 14.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 186 | 0.94 | 0 | 0.26 | 0.02 | 163.54 | 0.97 | 0.52 |
| Hex | E | FB | BA | 5E | 0 | 1A | 2 | A4 | 61 | 34 |
| Octal | 16 | 373 | 272 | 136 | 0 | 32 | 2 | 244 | 141 | 64 |
| Binary | 1110 | 11111011 | 10111010 | 1011110 | 0 | 11010 | 10 | 10100100 | 1100001 | 110100 |
Color Harmonies of #0EFBBA
Complementary color
Monochromatic Colors of #0EFBBA
Black with #0EFBBA
Text Example
Text Example
White with #0EFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFBBA; }
p { color: rgb(14,251,186); }
H1.HeaderClassName
{
color: #0EFBBA;
}
.AnyTagClassName
{
color: #0EFBBA;
}
</style>
background-color css
<style>
a { background-color: #0EFBBA; }
a { background-color: rgb(14,251,186); }
div.DivClassName
{
background-color: #0EFBBA;
}
.BgClassName
{
background-color: #0EFBBA;
}
</style>
border-color css
<style>
span { border-color: #0EFBBA; }
span { border-color: rgb(14,251,186); }
td.TdClassName
{
border-color: #0EFBBA;
}
.TagClassName
{
border-color: #0EFBBA;
}
</style>