COLOR #5EB79D

HEX: #5EB79D
RGB: (94,183,157)

Color info

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

RGB color model

#5EB79D color RGB value is (94,183,157).

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

RGB channels and saturation

R 94 of 255 = 37%
G 183 of 255 = 72%
B 157 of 255 = 62%

94
183
157

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

Portions of RGB colors in percentages

R + G + B =
94 + 183 + 157 = 434 (100%)
R 94 of 434 ~ 21.66%
G 183 of 434 ~ 42.17%
B 157 of 434 ~ 36.18%

%21.66
%42.17
%36.18

CMYK color model

#5EB79D color CMYK value is (49,0,14,28).

  • cyan value is 48.63%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 28.24%
CMYK:
(49,0,14,28)
C49M0Y14K28 
(49%,0%,14%,28%)
(0.49/0.00/0.14/0.28)	

CMYK percentages

%48.63
%0
%14.21
%28.24

Codes

Color #5EB79D in popluar color models

5EB79D
RGB94183157
HSL162°38.20%54.31%
HSB/HSV162°48.63%71.76%
CMYK48.63%0.00%14.21%
28.24%

Color #5EB79D in popluar number systems.

HEX5EB79D
Decimal94183157
Binary10111101011011110011101
Octal136267235

Shades and tints

Shades of #5EB79D

#5EB79D
(94,183,157)
#56A78F
(86,167,143)
#4E9781
(78,151,129)
#468773
(70,135,115)
#3E7765
(62,119,101)
#366757
(54,103,87)
#2E5749
(46,87,73)
#26473B
(38,71,59)
#1E372D
(30,55,45)
#16271F
(22,39,31)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #5EB79D

#5EB79D
(94,183,157)
#6CBDA5
(108,189,165)
#7AC3AD
(122,195,173)
#88C9B5
(136,201,181)
#96CFBD
(150,207,189)
#A4D5C5
(164,213,197)
#B2DBCD
(178,219,205)
#C0E1D5
(192,225,213)
#CEE7DD
(206,231,221)
#DCEDE5
(220,237,229)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EB79D; }

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

This text font color is #5EB79D.


Background Color

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

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

This div background color is #5EB79D.


Border color

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

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

This div border color is #5EB79D.


Opacity

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

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

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

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

This text has shadow with #5EB79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB79D on black background.


Color preview on white background

This text has color #5EB79D on white background.



Black color preview on #5EB79D background

This text has black color on #5EB79D background.


White color preview on #5EB79D background

This text has white color on #5EB79D background.