COLOR #5E998E

HEX: #5E998E
RGB: (94,153,142)

Color info

#5E998E contains red, green and blue colors in about the same proportion. Web safe color of #5E998E is #669999 (or #699).

RGB color model

#5E998E color RGB value is (94,153,142).

  • red value is 94;
  • green value is 153;
  • blue value is 142.
RGB:
(94,153,142)
(37%,60%,56%)

RGB channels and saturation

R 94 of 255 = 37%
G 153 of 255 = 60%
B 142 of 255 = 56%

94
153
142

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

Portions of RGB colors in percentages

R + G + B =
94 + 153 + 142 = 389 (100%)
R 94 of 389 ~ 24.16%
G 153 of 389 ~ 39.33%
B 142 of 389 ~ 36.5%

%24.16
%39.33
%36.5

CMYK color model

#5E998E color CMYK value is (39,0,7,40).

  • cyan value is 38.56%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(39,0,7,40)
C39M0Y7K40 
(39%,0%,7%,40%)
(0.39/0.00/0.07/0.40)	

CMYK percentages

%38.56
%0
%7.19
%40

Codes

Color #5E998E in popluar color models

5E998E
RGB94153142
HSL169°23.89%48.43%
HSB/HSV169°38.56%60.00%
CMYK38.56%0.00%7.19%
40.00%

Color #5E998E in popluar number systems.

HEX5E998E
Decimal94153142
Binary10111101001100110001110
Octal136231216

Shades and tints

Shades of #5E998E

#5E998E
(94,153,142)
#568C82
(86,140,130)
#4E7F76
(78,127,118)
#46726A
(70,114,106)
#3E655E
(62,101,94)
#365852
(54,88,82)
#2E4B46
(46,75,70)
#263E3A
(38,62,58)
#1E312E
(30,49,46)
#162422
(22,36,34)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #5E998E

#5E998E
(94,153,142)
#6CA298
(108,162,152)
#7AABA2
(122,171,162)
#88B4AC
(136,180,172)
#96BDB6
(150,189,182)
#A4C6C0
(164,198,192)
#B2CFCA
(178,207,202)
#C0D8D4
(192,216,212)
#CEE1DE
(206,225,222)
#DCEAE8
(220,234,232)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E998E color. Also use rgb(94,153,142) instead hex code.

Text Font Color

.myTextColor { color: #5E998E; }

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

This text font color is #5E998E.


Background Color

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

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

This div background color is #5E998E.


Border color

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

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

This div border color is #5E998E.


Opacity

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

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

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

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

This text has shadow with #5E998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E998E on black background.


Color preview on white background

This text has color #5E998E on white background.



Black color preview on #5E998E background

This text has black color on #5E998E background.


White color preview on #5E998E background

This text has white color on #5E998E background.