COLOR #5E998A

HEX: #5E998A
RGB: (94,153,138)

Color info

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

RGB color model

#5E998A color RGB value is (94,153,138).

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

RGB channels and saturation

R 94 of 255 = 37%
G 153 of 255 = 60%
B 138 of 255 = 54%

94
153
138

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

Portions of RGB colors in percentages

R + G + B =
94 + 153 + 138 = 385 (100%)
R 94 of 385 ~ 24.42%
G 153 of 385 ~ 39.74%
B 138 of 385 ~ 35.84%

%24.42
%39.74
%35.84

CMYK color model

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

  • cyan value is 38.56%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK:
(39,0,10,40)
C39M0Y10K40 
(39%,0%,10%,40%)
(0.39/0.00/0.10/0.40)	

CMYK percentages

%38.56
%0
%9.8
%40

Codes

Color #5E998A in popluar color models

5E998A
RGB94153138
HSL165°23.89%48.43%
HSB/HSV165°38.56%60.00%
CMYK38.56%0.00%9.80%
40.00%

Color #5E998A in popluar number systems.

HEX5E998A
Decimal94153138
Binary10111101001100110001010
Octal136231212

Shades and tints

Shades of #5E998A

#5E998A
(94,153,138)
#568C7E
(86,140,126)
#4E7F72
(78,127,114)
#467266
(70,114,102)
#3E655A
(62,101,90)
#36584E
(54,88,78)
#2E4B42
(46,75,66)
#263E36
(38,62,54)
#1E312A
(30,49,42)
#16241E
(22,36,30)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #5E998A

#5E998A
(94,153,138)
#6CA294
(108,162,148)
#7AAB9E
(122,171,158)
#88B4A8
(136,180,168)
#96BDB2
(150,189,178)
#A4C6BC
(164,198,188)
#B2CFC6
(178,207,198)
#C0D8D0
(192,216,208)
#CEE1DA
(206,225,218)
#DCEAE4
(220,234,228)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E998A; }

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

This text font color is #5E998A.


Background Color

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

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

This div background color is #5E998A.


Border color

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

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

This div border color is #5E998A.


Opacity

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

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

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

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

This text has shadow with #5E998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E998A on black background.


Color preview on white background

This text has color #5E998A on white background.



Black color preview on #5E998A background

This text has black color on #5E998A background.


White color preview on #5E998A background

This text has white color on #5E998A background.