COLOR #5EBDB6

HEX: #5EBDB6 RGB: (94,189,182)

Color info

#5EBDB6 contains mainly green and blue colors. Web safe color of #5EBDB6 is #66CCCC (or #6CC).

RGB color model

#5EBDB6 color RGB value is (94,189,182).

RGB: (94,189,182) (37%, 74%, 71%)

RGB channels and saturation

R 94 of 255 = 37%
G 189 of 255 = 74%
B 182 of 255 = 71%

94
189
182

R + G + B ~ 61%. #5EBDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 94 + 189 + 182 = 465 (100%)
R 94 of 465 ~ 20.22%
G 189 of 465 ~ 40.65%
B 182 of 465 ~ 39.14'%

%20.22
%40.65
%39.14

CMYK color model

#5EBDB6 color CMYK value is (50,0,4,26).

  • cyan value is 50.26%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 25.88%

CMYK: (50,0,4,26)
C50M0Y4K26 (50%, 0%, 4%, 26%)
(0.50 / 0.00 / 0.04 / 0.26)

CMYK percentages

%50.26
%0
%3.7
%25.88

Codes

Color #5EBDB6 in popluar color models

5E BD B6
RGB 94 189 182
HSL 176° 41.85% 55.49%
HSB/HSV 176° 50.26% 74.12%
CMYK 50.26% 0.00% 3.70%
25.88%

Color #5EBDB6 in popluar number systems.

HEX 5E BD B6
Decimal 94 189 182
Binary 1011110 10111101 10110110
Octal 136 275 266

Shades and tints

Shades of #5EBDB6

#5EBDB6
(94,189,182)
#56ACA6
(86,172,166)
#4E9B96
(78,155,150)
#468A86
(70,138,134)
#3E7976
(62,121,118)
#366866
(54,104,102)
#2E5756
(46,87,86)
#264646
(38,70,70)
#1E3536
(30,53,54)
#162426
(22,36,38)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #5EBDB6

#5EBDB6
(94,189,182)
#6CC3BC
(108,195,188)
#7AC9C2
(122,201,194)
#88CFC8
(136,207,200)
#96D5CE
(150,213,206)
#A4DBD4
(164,219,212)
#B2E1DA
(178,225,218)
#C0E7E0
(192,231,224)
#CEEDE6
(206,237,230)
#DCF3EC
(220,243,236)
#EAF9F2
(234,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBDB6 color. Also use rgb(94,189,182) instead hex code.

Text Font Color

.myTextColor { color: #5EBDB6; }

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

This text font color is #5EBDB6.

Background Color

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

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

This div background color is #5EBDB6.

Border color

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

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

This div border color is #5EBDB6.

Opacity

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

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

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

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

This text has shadow with #5EBDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EBDB6.

Preview

Color preview on black background

This text has color #5EBDB6 on black background.


Color preview on white background

This text has color #5EBDB6 on white background.


Black color preview on #5EBDB6 background

This text has black color on #5EBDB6 background.


White color preview on #5EBDB6 background

This text has white color on #5EBDB6 background.


Related colors

Complementary color

Complementary color for #hex is #A14249.


I love getcolorcode.com

Triadic colors

1 #B65EBD and #BDB65E with #5EBDB6 are triadic colors.

2 #B6BD5E and #BD5EB6 with #5EBDB6 are triadic colors.