COLOR #5EBC9C

HEX: #5EBC9C
RGB: (94,188,156)

Color info

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

RGB color model

#5EBC9C color RGB value is (94,188,156).

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

RGB channels and saturation

R 94 of 255 = 37%
G 188 of 255 = 74%
B 156 of 255 = 61%

94
188
156

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

Portions of RGB colors in percentages

R + G + B =
94 + 188 + 156 = 438 (100%)
R 94 of 438 ~ 21.46%
G 188 of 438 ~ 42.92%
B 156 of 438 ~ 35.62%

%21.46
%42.92
%35.62

CMYK color model

#5EBC9C color CMYK value is (50,0,17,26).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 26.27%
CMYK:
(50,0,17,26)
C50M0Y17K26 
(50%,0%,17%,26%)
(0.50/0.00/0.17/0.26)	

CMYK percentages

%50
%0
%17.02
%26.27

Codes

Color #5EBC9C in popluar color models

5EBC9C
RGB94188156
HSL160°41.23%55.29%
HSB/HSV160°50.00%73.73%
CMYK50.00%0.00%17.02%
26.27%

Color #5EBC9C in popluar number systems.

HEX5EBC9C
Decimal94188156
Binary10111101011110010011100
Octal136274234

Shades and tints

Shades of #5EBC9C

#5EBC9C
(94,188,156)
#56AB8E
(86,171,142)
#4E9A80
(78,154,128)
#468972
(70,137,114)
#3E7864
(62,120,100)
#366756
(54,103,86)
#2E5648
(46,86,72)
#26453A
(38,69,58)
#1E342C
(30,52,44)
#16231E
(22,35,30)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #5EBC9C

#5EBC9C
(94,188,156)
#6CC2A5
(108,194,165)
#7AC8AE
(122,200,174)
#88CEB7
(136,206,183)
#96D4C0
(150,212,192)
#A4DAC9
(164,218,201)
#B2E0D2
(178,224,210)
#C0E6DB
(192,230,219)
#CEECE4
(206,236,228)
#DCF2ED
(220,242,237)
#EAF8F6
(234,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EBC9C; }

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

This text font color is #5EBC9C.


Background Color

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

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

This div background color is #5EBC9C.


Border color

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

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

This div border color is #5EBC9C.


Opacity

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

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

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

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

This text has shadow with #5EBC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBC9C on black background.


Color preview on white background

This text has color #5EBC9C on white background.



Black color preview on #5EBC9C background

This text has black color on #5EBC9C background.


White color preview on #5EBC9C background

This text has white color on #5EBC9C background.