COLOR #5EA88C

HEX: #5EA88C
RGB: (94,168,140)

Color info

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

RGB color model

#5EA88C color RGB value is (94,168,140).

  • red value is 94;
  • green value is 168;
  • blue value is 140.
RGB:
(94,168,140)
(37%,66%,55%)

RGB channels and saturation

R 94 of 255 = 37%
G 168 of 255 = 66%
B 140 of 255 = 55%

94
168
140

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

Portions of RGB colors in percentages

R + G + B =
94 + 168 + 140 = 402 (100%)
R 94 of 402 ~ 23.38%
G 168 of 402 ~ 41.79%
B 140 of 402 ~ 34.83%

%23.38
%41.79
%34.83

CMYK color model

#5EA88C color CMYK value is (44,0,17,34).

  • cyan value is 44.05%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK:
(44,0,17,34)
C44M0Y17K34 
(44%,0%,17%,34%)
(0.44/0.00/0.17/0.34)	

CMYK percentages

%44.05
%0
%16.67
%34.12

Codes

Color #5EA88C in popluar color models

5EA88C
RGB94168140
HSL157°29.84%51.37%
HSB/HSV157°44.05%65.88%
CMYK44.05%0.00%16.67%
34.12%

Color #5EA88C in popluar number systems.

HEX5EA88C
Decimal94168140
Binary10111101010100010001100
Octal136250214

Shades and tints

Shades of #5EA88C

#5EA88C
(94,168,140)
#569980
(86,153,128)
#4E8A74
(78,138,116)
#467B68
(70,123,104)
#3E6C5C
(62,108,92)
#365D50
(54,93,80)
#2E4E44
(46,78,68)
#263F38
(38,63,56)
#1E302C
(30,48,44)
#162120
(22,33,32)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #5EA88C

#5EA88C
(94,168,140)
#6CAF96
(108,175,150)
#7AB6A0
(122,182,160)
#88BDAA
(136,189,170)
#96C4B4
(150,196,180)
#A4CBBE
(164,203,190)
#B2D2C8
(178,210,200)
#C0D9D2
(192,217,210)
#CEE0DC
(206,224,220)
#DCE7E6
(220,231,230)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA88C; }

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

This text font color is #5EA88C.


Background Color

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

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

This div background color is #5EA88C.


Border color

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

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

This div border color is #5EA88C.


Opacity

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

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

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

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

This text has shadow with #5EA88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA88C on black background.


Color preview on white background

This text has color #5EA88C on white background.



Black color preview on #5EA88C background

This text has black color on #5EA88C background.


White color preview on #5EA88C background

This text has white color on #5EA88C background.