COLOR #5EB7B1

HEX: #5EB7B1 RGB: (94,183,177)

Color info

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

RGB color model

#5EB7B1 color RGB value is (94,183,177).

RGB: (94,183,177) (37%, 72%, 69%)

RGB channels and saturation

R 94 of 255 = 37%
G 183 of 255 = 72%
B 177 of 255 = 69%

94
183
177

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

Portions of RGB colors in percentages

R + G + B = 94 + 183 + 177 = 454 (100%)
R 94 of 454 ~ 20.7%
G 183 of 454 ~ 40.31%
B 177 of 454 ~ 38.99'%

%20.7
%40.31
%38.99

CMYK color model

#5EB7B1 color CMYK value is (49,0,3,28).

  • cyan value is 48.63%
  • magenta value is 0.00%
  • yellow value is 3.28%
  • key color value is 28.24%
CMYK: (49,0,3,28) C49M0Y3K28 (49%,0%,3%,28%) (0.49/0.00/0.03/0.28) 

CMYK percentages

%48.63
%0
%3.28
%28.24

Codes

Color #5EB7B1 in popluar color models

5E B7 B1
RGB 94 183 177
HSL 176° 38.20% 54.31%
HSB/HSV 176° 48.63% 71.76%
CMYK 48.63% 0.00% 3.28%
28.24%

Color #5EB7B1 in popluar number systems.

HEX 5E B7 B1
Decimal 94 183 177
Binary 1011110 10110111 10110001
Octal 136 267 261

Shades and tints

Shades of #5EB7B1

#5EB7B1
(94,183,177)
#56A7A1
(86,167,161)
#4E9791
(78,151,145)
#468781
(70,135,129)
#3E7771
(62,119,113)
#366761
(54,103,97)
#2E5751
(46,87,81)
#264741
(38,71,65)
#1E3731
(30,55,49)
#162721
(22,39,33)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #5EB7B1

#5EB7B1
(94,183,177)
#6CBDB8
(108,189,184)
#7AC3BF
(122,195,191)
#88C9C6
(136,201,198)
#96CFCD
(150,207,205)
#A4D5D4
(164,213,212)
#B2DBDB
(178,219,219)
#C0E1E2
(192,225,226)
#CEE7E9
(206,231,233)
#DCEDF0
(220,237,240)
#EAF3F7
(234,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB7B1 color. Also use rgb(94,183,177) instead hex code.

Text Font Color

.myTextColor { color: #5EB7B1; }

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

This text font color is #5EB7B1.

Background Color

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

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

This div background color is #5EB7B1.

Border color

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

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

This div border color is #5EB7B1.

Opacity

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

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

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

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

This text has shadow with #5EB7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EB7B1.

Preview

Color preview on black background

This text has color #5EB7B1 on black background.


Color preview on white background

This text has color #5EB7B1 on white background.


Black color preview on #5EB7B1 background

This text has black color on #5EB7B1 background.


White color preview on #5EB7B1 background

This text has white color on #5EB7B1 background.


Related colors

Complementary color

Complementary color for #hex is #A1484E.


I love getcolorcode.com

Triadic colors

1 #B15EB7 and #B7B15E with #5EB7B1 are triadic colors.

2 #B1B75E and #B75EB1 with #5EB7B1 are triadic colors.