COLOR #5EAB9B

HEX: #5EAB9B
RGB: (94,171,155)

Color info

#5EAB9B contains mainly green and blue colors. Web safe color of #5EAB9B is #669999 (or #699).

RGB color model

#5EAB9B color RGB value is (94,171,155).

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

RGB channels and saturation

R 94 of 255 = 37%
G 171 of 255 = 67%
B 155 of 255 = 61%

94
171
155

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

Portions of RGB colors in percentages

R + G + B =
94 + 171 + 155 = 420 (100%)
R 94 of 420 ~ 22.38%
G 171 of 420 ~ 40.71%
B 155 of 420 ~ 36.9%

%22.38
%40.71
%36.9

CMYK color model

#5EAB9B color CMYK value is (45,0,9,33).

  • cyan value is 45.03%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(45,0,9,33)
C45M0Y9K33 
(45%,0%,9%,33%)
(0.45/0.00/0.09/0.33)	

CMYK percentages

%45.03
%0
%9.36
%32.94

Codes

Color #5EAB9B in popluar color models

5EAB9B
RGB94171155
HSL168°31.43%51.96%
HSB/HSV168°45.03%67.06%
CMYK45.03%0.00%9.36%
32.94%

Color #5EAB9B in popluar number systems.

HEX5EAB9B
Decimal94171155
Binary10111101010101110011011
Octal136253233

Shades and tints

Shades of #5EAB9B

#5EAB9B
(94,171,155)
#569C8D
(86,156,141)
#4E8D7F
(78,141,127)
#467E71
(70,126,113)
#3E6F63
(62,111,99)
#366055
(54,96,85)
#2E5147
(46,81,71)
#264239
(38,66,57)
#1E332B
(30,51,43)
#16241D
(22,36,29)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #5EAB9B

#5EAB9B
(94,171,155)
#6CB2A4
(108,178,164)
#7AB9AD
(122,185,173)
#88C0B6
(136,192,182)
#96C7BF
(150,199,191)
#A4CEC8
(164,206,200)
#B2D5D1
(178,213,209)
#C0DCDA
(192,220,218)
#CEE3E3
(206,227,227)
#DCEAEC
(220,234,236)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EAB9B; }

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

This text font color is #5EAB9B.


Background Color

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

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

This div background color is #5EAB9B.


Border color

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

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

This div border color is #5EAB9B.


Opacity

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

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

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

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

This text has shadow with #5EAB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAB9B on black background.


Color preview on white background

This text has color #5EAB9B on white background.



Black color preview on #5EAB9B background

This text has black color on #5EAB9B background.


White color preview on #5EAB9B background

This text has white color on #5EAB9B background.