COLOR #5EBB9B

HEX: #5EBB9B RGB: (94,187,155)

Color info

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

RGB color model

#5EBB9B color RGB value is (94,187,155).

RGB: (94,187,155) (37%, 73%, 61%)

RGB channels and saturation

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

94
187
155

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

Portions of RGB colors in percentages

R + G + B = 94 + 187 + 155 = 436 (100%)
R 94 of 436 ~ 21.56%
G 187 of 436 ~ 42.89%
B 155 of 436 ~ 35.55'%

%21.56
%42.89
%35.55

CMYK color model

#5EBB9B color CMYK value is (50,0,17,27).

  • cyan value is 49.73%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 26.67%

CMYK: (50,0,17,27)
C50M0Y17K27 (50%, 0%, 17%, 27%)
(0.50 / 0.00 / 0.17 / 0.27)

CMYK percentages

%49.73
%0
%17.11
%26.67

Codes

Color #5EBB9B in popluar color models

5E BB 9B
RGB 94 187 155
HSL 159° 40.61% 55.10%
HSB/HSV 159° 49.73% 73.33%
CMYK 49.73% 0.00% 17.11%
26.67%

Color #5EBB9B in popluar number systems.

HEX 5E BB 9B
Decimal 94 187 155
Binary 1011110 10111011 10011011
Octal 136 273 233

Shades and tints

Shades of #5EBB9B

#5EBB9B
(94,187,155)
#56AA8D
(86,170,141)
#4E997F
(78,153,127)
#468871
(70,136,113)
#3E7763
(62,119,99)
#366655
(54,102,85)
#2E5547
(46,85,71)
#264439
(38,68,57)
#1E332B
(30,51,43)
#16221D
(22,34,29)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #5EBB9B

#5EBB9B
(94,187,155)
#6CC1A4
(108,193,164)
#7AC7AD
(122,199,173)
#88CDB6
(136,205,182)
#96D3BF
(150,211,191)
#A4D9C8
(164,217,200)
#B2DFD1
(178,223,209)
#C0E5DA
(192,229,218)
#CEEBE3
(206,235,227)
#DCF1EC
(220,241,236)
#EAF7F5
(234,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EBB9B; }

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

This text font color is #5EBB9B.

Background Color

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

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

This div background color is #5EBB9B.

Border color

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

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

This div border color is #5EBB9B.

Opacity

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

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

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

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

This text has shadow with #5EBB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EBB9B.

Preview

Color preview on black background

This text has color #5EBB9B on black background.


Color preview on white background

This text has color #5EBB9B on white background.


Black color preview on #5EBB9B background

This text has black color on #5EBB9B background.


White color preview on #5EBB9B background

This text has white color on #5EBB9B background.


Related colors

Complementary color

Complementary color for #hex is #A14464.


I love getcolorcode.com

Triadic colors

1 #9B5EBB and #BB9B5E with #5EBB9B are triadic colors.

2 #9BBB5E and #BB5E9B with #5EBB9B are triadic colors.