COLOR #5EB79A

HEX: #5EB79A
RGB: (94,183,154)

Color info

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

RGB color model

#5EB79A color RGB value is (94,183,154).

  • red value is 94;
  • green value is 183;
  • blue value is 154.
RGB:
(94,183,154)
(37%,72%,60%)

RGB channels and saturation

R 94 of 255 = 37%
G 183 of 255 = 72%
B 154 of 255 = 60%

94
183
154

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

Portions of RGB colors in percentages

R + G + B =
94 + 183 + 154 = 431 (100%)
R 94 of 431 ~ 21.81%
G 183 of 431 ~ 42.46%
B 154 of 431 ~ 35.73%

%21.81
%42.46
%35.73

CMYK color model

#5EB79A color CMYK value is (49,0,16,28).

  • cyan value is 48.63%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK:
(49,0,16,28)
C49M0Y16K28 
(49%,0%,16%,28%)
(0.49/0.00/0.16/0.28)	

CMYK percentages

%48.63
%0
%15.85
%28.24

Codes

Color #5EB79A in popluar color models

5EB79A
RGB94183154
HSL160°38.20%54.31%
HSB/HSV160°48.63%71.76%
CMYK48.63%0.00%15.85%
28.24%

Color #5EB79A in popluar number systems.

HEX5EB79A
Decimal94183154
Binary10111101011011110011010
Octal136267232

Shades and tints

Shades of #5EB79A

#5EB79A
(94,183,154)
#56A78C
(86,167,140)
#4E977E
(78,151,126)
#468770
(70,135,112)
#3E7762
(62,119,98)
#366754
(54,103,84)
#2E5746
(46,87,70)
#264738
(38,71,56)
#1E372A
(30,55,42)
#16271C
(22,39,28)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #5EB79A

#5EB79A
(94,183,154)
#6CBDA3
(108,189,163)
#7AC3AC
(122,195,172)
#88C9B5
(136,201,181)
#96CFBE
(150,207,190)
#A4D5C7
(164,213,199)
#B2DBD0
(178,219,208)
#C0E1D9
(192,225,217)
#CEE7E2
(206,231,226)
#DCEDEB
(220,237,235)
#EAF3F4
(234,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB79A color. Also use rgb(94,183,154) instead hex code.

Text Font Color

.myTextColor { color: #5EB79A; }

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

This text font color is #5EB79A.


Background Color

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

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

This div background color is #5EB79A.


Border color

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

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

This div border color is #5EB79A.


Opacity

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

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

Text with #5EB79A 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 #5EB79A;}

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

This text has shadow with #5EB79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB79A on black background.


Color preview on white background

This text has color #5EB79A on white background.



Black color preview on #5EB79A background

This text has black color on #5EB79A background.


White color preview on #5EB79A background

This text has white color on #5EB79A background.