COLOR #5EBC97

HEX: #5EBC97
RGB: (94,188,151)

Color info

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

RGB color model

#5EBC97 color RGB value is (94,188,151).

  • red value is 94;
  • green value is 188;
  • blue value is 151.
RGB:
(94,188,151)
(37%,74%,59%)

RGB channels and saturation

R 94 of 255 = 37%
G 188 of 255 = 74%
B 151 of 255 = 59%

94
188
151

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

Portions of RGB colors in percentages

R + G + B =
94 + 188 + 151 = 433 (100%)
R 94 of 433 ~ 21.71%
G 188 of 433 ~ 43.42%
B 151 of 433 ~ 34.87%

%21.71
%43.42
%34.87

CMYK color model

#5EBC97 color CMYK value is (50,0,20,26).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK:
(50,0,20,26)
C50M0Y20K26 
(50%,0%,20%,26%)
(0.50/0.00/0.20/0.26)	

CMYK percentages

%50
%0
%19.68
%26.27

Codes

Color #5EBC97 in popluar color models

5EBC97
RGB94188151
HSL156°41.23%55.29%
HSB/HSV156°50.00%73.73%
CMYK50.00%0.00%19.68%
26.27%

Color #5EBC97 in popluar number systems.

HEX5EBC97
Decimal94188151
Binary10111101011110010010111
Octal136274227

Shades and tints

Shades of #5EBC97

#5EBC97
(94,188,151)
#56AB8A
(86,171,138)
#4E9A7D
(78,154,125)
#468970
(70,137,112)
#3E7863
(62,120,99)
#366756
(54,103,86)
#2E5649
(46,86,73)
#26453C
(38,69,60)
#1E342F
(30,52,47)
#162322
(22,35,34)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #5EBC97

#5EBC97
(94,188,151)
#6CC2A0
(108,194,160)
#7AC8A9
(122,200,169)
#88CEB2
(136,206,178)
#96D4BB
(150,212,187)
#A4DAC4
(164,218,196)
#B2E0CD
(178,224,205)
#C0E6D6
(192,230,214)
#CEECDF
(206,236,223)
#DCF2E8
(220,242,232)
#EAF8F1
(234,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBC97 color. Also use rgb(94,188,151) instead hex code.

Text Font Color

.myTextColor { color: #5EBC97; }

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

This text font color is #5EBC97.


Background Color

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

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

This div background color is #5EBC97.


Border color

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

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

This div border color is #5EBC97.


Opacity

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

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

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

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

This text has shadow with #5EBC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBC97 on black background.


Color preview on white background

This text has color #5EBC97 on white background.



Black color preview on #5EBC97 background

This text has black color on #5EBC97 background.


White color preview on #5EBC97 background

This text has white color on #5EBC97 background.