Html Css Color HEX #0EF3BC Medium Spring Green
📋 copy color: '#0EF3BC'red 14 ◦ green 243 ◦ blue 188
Shades of Medium Spring Green #0EF3BC
Tints of Medium Spring Green #0EF3BC
RGB
CMYK
RGB Variations
Color information
#0EF3BC (or 0x0EF3BC) is known color: Medium Spring Green. HEX triplet: 0E, F3 and BC. RGB value is (14,243,188). Sum of RGB (Red+Green+Blue) = 14+243+188=445 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #0EF3BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF3BC is #F10C43. Grayscale: #A8A8A8. Windows color (decimal): -15797316 or 12382990. OLE color: 12382990.
HSL color Cylindrical-coordinate representation of color #0EF3BC: hue angle of 165.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF3BC is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 243 | 188 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.05 |
| HSL | 165.59º | 0.91% | 0.5% | - |
| HSV(B) | 165.59º | 0.94% | 0.95% | - |
| XYZ | 41.31 | 67.83 | 58.49 | - |
| YUV | 168.26 | 139.13 | 17.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 243 | 188 | 0.94 | 0 | 0.23 | 0.05 | 165.59 | 0.91 | 0.5 |
| Hex | E | F3 | BC | 5E | 0 | 17 | 5 | A6 | 5B | 32 |
| Octal | 16 | 363 | 274 | 136 | 0 | 27 | 5 | 246 | 133 | 62 |
| Binary | 1110 | 11110011 | 10111100 | 1011110 | 0 | 10111 | 101 | 10100110 | 1011011 | 110010 |
Color Harmonies of #0EF3BC
Complementary color
Monochromatic Colors of #0EF3BC
Black with #0EF3BC
Text Example
Text Example
White with #0EF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF3BC; }
p { color: rgb(14,243,188); }
H1.HeaderClassName
{
color: #0EF3BC;
}
.AnyTagClassName
{
color: #0EF3BC;
}
</style>
background-color css
<style>
a { background-color: #0EF3BC; }
a { background-color: rgb(14,243,188); }
div.DivClassName
{
background-color: #0EF3BC;
}
.BgClassName
{
background-color: #0EF3BC;
}
</style>
border-color css
<style>
span { border-color: #0EF3BC; }
span { border-color: rgb(14,243,188); }
td.TdClassName
{
border-color: #0EF3BC;
}
.TagClassName
{
border-color: #0EF3BC;
}
</style>