COLOR #5EC496

HEX: #5EC496
RGB: (94,196,150)

Color info

#5EC496 contains mainly green and blue colors. Web safe color of #5EC496 is #66CC99 (or #6C9).

RGB color model

#5EC496 color RGB value is (94,196,150).

  • red value is 94;
  • green value is 196;
  • blue value is 150.
RGB:
(94,196,150)
(37%,77%,59%)

RGB channels and saturation

R 94 of 255 = 37%
G 196 of 255 = 77%
B 150 of 255 = 59%

94
196
150

R + G + B ~ 58%. #5EC496 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 196 + 150 = 440 (100%)
R 94 of 440 ~ 21.36%
G 196 of 440 ~ 44.55%
B 150 of 440 ~ 34.09%

%21.36
%44.55
%34.09

CMYK color model

#5EC496 color CMYK value is (52,0,23,23).

  • cyan value is 52.04%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 23.14%
CMYK:
(52,0,23,23)
C52M0Y23K23 
(52%,0%,23%,23%)
(0.52/0.00/0.23/0.23)	

CMYK percentages

%52.04
%0
%23.47
%23.14

Codes

Color #5EC496 in popluar color models

5EC496
RGB94196150
HSL153°46.36%56.86%
HSB/HSV153°52.04%76.86%
CMYK52.04%0.00%23.47%
23.14%

Color #5EC496 in popluar number systems.

HEX5EC496
Decimal94196150
Binary10111101100010010010110
Octal136304226

Shades and tints

Shades of #5EC496

#5EC496
(94,196,150)
#56B389
(86,179,137)
#4EA27C
(78,162,124)
#46916F
(70,145,111)
#3E8062
(62,128,98)
#366F55
(54,111,85)
#2E5E48
(46,94,72)
#264D3B
(38,77,59)
#1E3C2E
(30,60,46)
#162B21
(22,43,33)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #5EC496

#5EC496
(94,196,150)
#6CC99F
(108,201,159)
#7ACEA8
(122,206,168)
#88D3B1
(136,211,177)
#96D8BA
(150,216,186)
#A4DDC3
(164,221,195)
#B2E2CC
(178,226,204)
#C0E7D5
(192,231,213)
#CEECDE
(206,236,222)
#DCF1E7
(220,241,231)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EC496 color. Also use rgb(94,196,150) instead hex code.

Text Font Color

.myTextColor { color: #5EC496; }

<p style="color:#5EC496">This sample text font color is #5EC496.</p>

This text font color is #5EC496.


Background Color

.myBgColor { background-color: #5EC496; }

<div style="background-color:#5EC496">Inner text</div>

This div background color is #5EC496.


Border color

.myBorderColor { border: 1px solid #5EC496; }

<div style="border:3px solid #5EC496">Div</div>

This div border color is #5EC496.


Opacity

.myOpacity80 { color: #5EC496; opacity: 0.8; }

<p style="color:#5EC496;opacity:0.8;">80%</p>

Text with #5EC496 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5EC496;}

<p style="text-shadow: 3px 3px 1px #5EC496">Text here.</p>

This text has shadow with #5EC496 color.

.textShadow {text-shadow: 3px 3px 1px #5EC496, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5EC496, 5px 5px 20px red">Text here.</p>

This text has shadow with #5EC496 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5EC496, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5EC496, Direction=45, Strength=4)">Text</p>

This text has shadow with #5EC496 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5EC496;
  -webkit-box-shadow:	1px 1px 3px 2px #5EC496;
  box-shadow:		1px 1px 3px 2px #5EC496;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5EC496;
-webkit-box-shadow: 1px 1px 3px 2px #5EC496;
box-shadow:1px 1px 3px 2px #5EC496;">
Div content here</div>
This div box has shadow with color #5EC496.

Preview

Color preview on black background

This text has color #5EC496 on black background.


Color preview on white background

This text has color #5EC496 on white background.



Black color preview on #5EC496 background

This text has black color on #5EC496 background.


White color preview on #5EC496 background

This text has white color on #5EC496 background.