Html Css Color HEX #0EFBAB Medium Spring Green
📋 copy color: '#0EFBAB'red 14 ◦ green 251 ◦ blue 171
Shades of Medium Spring Green #0EFBAB
Tints of Medium Spring Green #0EFBAB
RGB
CMYK
RGB Variations
Color information
#0EFBAB (or 0x0EFBAB) is known color: Medium Spring Green. HEX triplet: 0E, FB and AB. RGB value is (14,251,171). Sum of RGB (Red+Green+Blue) = 14+251+171=436 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.21% from 436); Green value is 251 (98.44% from 255 or 57.57% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFBAB is #F10454. Grayscale: #ABABAB. Windows color (decimal): -15795285 or 11270926. OLE color: 11270926.
HSL color Cylindrical-coordinate representation of color #0EFBAB: hue angle of 159.75º 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 #0EFBAB is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 171 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.02 |
| HSL | 159.75º | 0.97% | 0.52% | - |
| HSV(B) | 159.75º | 0.94% | 0.98% | - |
| XYZ | 42.03 | 72.03 | 50.22 | - |
| YUV | 171.02 | 127.98 | 16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 171 | 0.94 | 0 | 0.32 | 0.02 | 159.75 | 0.97 | 0.52 |
| Hex | E | FB | AB | 5E | 0 | 20 | 2 | A0 | 61 | 34 |
| Octal | 16 | 373 | 253 | 136 | 0 | 40 | 2 | 240 | 141 | 64 |
| Binary | 1110 | 11111011 | 10101011 | 1011110 | 0 | 100000 | 10 | 10100000 | 1100001 | 110100 |
Color Harmonies of #0EFBAB
Complementary color
Monochromatic Colors of #0EFBAB
Black with #0EFBAB
Text Example
Text Example
White with #0EFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFBAB; }
p { color: rgb(14,251,171); }
H1.HeaderClassName
{
color: #0EFBAB;
}
.AnyTagClassName
{
color: #0EFBAB;
}
</style>
background-color css
<style>
a { background-color: #0EFBAB; }
a { background-color: rgb(14,251,171); }
div.DivClassName
{
background-color: #0EFBAB;
}
.BgClassName
{
background-color: #0EFBAB;
}
</style>
border-color css
<style>
span { border-color: #0EFBAB; }
span { border-color: rgb(14,251,171); }
td.TdClassName
{
border-color: #0EFBAB;
}
.TagClassName
{
border-color: #0EFBAB;
}
</style>