Html Css Color HEX #0EF7BC Medium Spring Green

📋 copy color: '#0EF7BC'

red 14 ◦ green 247 ◦ blue 188

#0EF7BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0EF7BC

Tints of Medium Spring Green #0EF7BC

RGB

 RED value IS 14 (5.86% from 255) = 3.12%

 GREEN value IS 247 (96.88% from 255) = 55.01%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 3.12%
G = 55.01%
B = 41.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0EF7BC (or 0x0EF7BC) is known color: Medium Spring Green. HEX triplet: 0E, F7 and BC. RGB value is (14,247,188). Sum of RGB (Red+Green+Blue) = 14+247+188=449 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF7BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF7BC is #F10843. Grayscale: #AAAAAA. Windows color (decimal): -15796292 or 12384014. OLE color: 12384014.

HSL color Cylindrical-coordinate representation of color #0EF7BC: hue angle of 164.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF7BC is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 14 247 188 -
CMYK 0.94 0 0.24 0.03
HSL 164.81º 0.94% 0.51% -
HSV(B) 164.81º 0.94% 0.97% -
XYZ 42.52 70.25 58.89 -
YUV 170.61 137.81 16.3 -
System Red Green Blue C M Y K H S L
Decimal 14 247 188 0.94 0 0.24 0.03 164.81 0.94 0.51
Hex E F7 BC 5E 0 18 3 A5 5E 33
Octal 16 367 274 136 0 30 3 245 136 63
Binary 1110 11110111 10111100 1011110 0 11000 11 10100101 1011110 110011

Color Harmonies of #0EF7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF7BC

Black with #0EF7BC

Text Example


Text Example

White with #0EF7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EF7BC; }

 p { color: rgb(14,247,188); }

 H1.HeaderClassName
 {
   color: #0EF7BC;
 }
 .AnyTagClassName
 {
   color: #0EF7BC;
 }
</style>

background-color css

<style>
 a { background-color: #0EF7BC; }

 a { background-color: rgb(14,247,188); }

 div.DivClassName
 {
   background-color: #0EF7BC;
 }
 .BgClassName
 {
   background-color: #0EF7BC;
 }
</style>

border-color css

<style>
 span { border-color: #0EF7BC; }

 span { border-color: rgb(14,247,188); }

 td.TdClassName
 {
   border-color: #0EF7BC;
 }
 .TagClassName
 {
   border-color: #0EF7BC;
 }
</style>