COLOR #5E9B8C

HEX: #5E9B8C RGB: (94,155,140)

Color info

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

RGB color model

#5E9B8C color RGB value is (94,155,140).

RGB: (94,155,140) (37%, 61%, 55%)

RGB channels and saturation

R 94 of 255 = 37%
G 155 of 255 = 61%
B 140 of 255 = 55%

94
155
140

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

Portions of RGB colors in percentages

R + G + B = 94 + 155 + 140 = 389 (100%)
R 94 of 389 ~ 24.16%
G 155 of 389 ~ 39.85%
B 140 of 389 ~ 35.99'%

%24.16
%39.85
%35.99

CMYK color model

#5E9B8C color CMYK value is (39,0,10,39).

  • cyan value is 39.35%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 39.22%

CMYK: (39,0,10,39)
C39M0Y10K39 (39%, 0%, 10%, 39%)
(0.39 / 0.00 / 0.10 / 0.39)

CMYK percentages

%39.35
%0
%9.68
%39.22

Codes

Color #5E9B8C in popluar color models

5E 9B 8C
RGB 94 155 140
HSL 165° 24.50% 48.82%
HSB/HSV 165° 39.35% 60.78%
CMYK 39.35% 0.00% 9.68%
39.22%

Color #5E9B8C in popluar number systems.

HEX 5E 9B 8C
Decimal 94 155 140
Binary 1011110 10011011 10001100
Octal 136 233 214

Shades and tints

Shades of #5E9B8C

#5E9B8C
(94,155,140)
#568D80
(86,141,128)
#4E7F74
(78,127,116)
#467168
(70,113,104)
#3E635C
(62,99,92)
#365550
(54,85,80)
#2E4744
(46,71,68)
#263938
(38,57,56)
#1E2B2C
(30,43,44)
#161D20
(22,29,32)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #5E9B8C

#5E9B8C
(94,155,140)
#6CA496
(108,164,150)
#7AADA0
(122,173,160)
#88B6AA
(136,182,170)
#96BFB4
(150,191,180)
#A4C8BE
(164,200,190)
#B2D1C8
(178,209,200)
#C0DAD2
(192,218,210)
#CEE3DC
(206,227,220)
#DCECE6
(220,236,230)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9B8C; }

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

This text font color is #5E9B8C.

Background Color

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

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

This div background color is #5E9B8C.

Border color

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

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

This div border color is #5E9B8C.

Opacity

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

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

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

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

This text has shadow with #5E9B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9B8C.

Preview

Color preview on black background

This text has color #5E9B8C on black background.


Color preview on white background

This text has color #5E9B8C on white background.


Black color preview on #5E9B8C background

This text has black color on #5E9B8C background.


White color preview on #5E9B8C background

This text has white color on #5E9B8C background.


Related colors

Complementary color

Complementary color for #hex is #A16473.


I love getcolorcode.com

Triadic colors

1 #8C5E9B and #9B8C5E with #5E9B8C are triadic colors.

2 #8C9B5E and #9B5E8C with #5E9B8C are triadic colors.