COLOR #5EBA9B

HEX: #5EBA9B
RGB: (94,186,155)

Color info

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

RGB color model

#5EBA9B color RGB value is (94,186,155).

  • red value is 94;
  • green value is 186;
  • blue value is 155.
RGB:
(94,186,155)
(37%,73%,61%)

RGB channels and saturation

R 94 of 255 = 37%
G 186 of 255 = 73%
B 155 of 255 = 61%

94
186
155

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

Portions of RGB colors in percentages

R + G + B =
94 + 186 + 155 = 435 (100%)
R 94 of 435 ~ 21.61%
G 186 of 435 ~ 42.76%
B 155 of 435 ~ 35.63%

%21.61
%42.76
%35.63

CMYK color model

#5EBA9B color CMYK value is (49,0,17,27).

  • cyan value is 49.46%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 27.06%
CMYK:
(49,0,17,27)
C49M0Y17K27 
(49%,0%,17%,27%)
(0.49/0.00/0.17/0.27)	

CMYK percentages

%49.46
%0
%16.67
%27.06

Codes

Color #5EBA9B in popluar color models

5EBA9B
RGB94186155
HSL160°40.00%54.90%
HSB/HSV160°49.46%72.94%
CMYK49.46%0.00%16.67%
27.06%

Color #5EBA9B in popluar number systems.

HEX5EBA9B
Decimal94186155
Binary10111101011101010011011
Octal136272233

Shades and tints

Shades of #5EBA9B

#5EBA9B
(94,186,155)
#56AA8D
(86,170,141)
#4E9A7F
(78,154,127)
#468A71
(70,138,113)
#3E7A63
(62,122,99)
#366A55
(54,106,85)
#2E5A47
(46,90,71)
#264A39
(38,74,57)
#1E3A2B
(30,58,43)
#162A1D
(22,42,29)
#0E1A0F
(14,26,15)
#000000
(0,0,0)

Tints of #5EBA9B

#5EBA9B
(94,186,155)
#6CC0A4
(108,192,164)
#7AC6AD
(122,198,173)
#88CCB6
(136,204,182)
#96D2BF
(150,210,191)
#A4D8C8
(164,216,200)
#B2DED1
(178,222,209)
#C0E4DA
(192,228,218)
#CEEAE3
(206,234,227)
#DCF0EC
(220,240,236)
#EAF6F5
(234,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBA9B color. Also use rgb(94,186,155) instead hex code.

Text Font Color

.myTextColor { color: #5EBA9B; }

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

This text font color is #5EBA9B.


Background Color

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

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

This div background color is #5EBA9B.


Border color

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

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

This div border color is #5EBA9B.


Opacity

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

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

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

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

This text has shadow with #5EBA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBA9B on black background.


Color preview on white background

This text has color #5EBA9B on white background.



Black color preview on #5EBA9B background

This text has black color on #5EBA9B background.


White color preview on #5EBA9B background

This text has white color on #5EBA9B background.