COLOR #5EA39C

HEX: #5EA39C
RGB: (94,163,156)

Color info

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

RGB color model

#5EA39C color RGB value is (94,163,156).

  • red value is 94;
  • green value is 163;
  • blue value is 156.
RGB:
(94,163,156)
(37%,64%,61%)

RGB channels and saturation

R 94 of 255 = 37%
G 163 of 255 = 64%
B 156 of 255 = 61%

94
163
156

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

Portions of RGB colors in percentages

R + G + B =
94 + 163 + 156 = 413 (100%)
R 94 of 413 ~ 22.76%
G 163 of 413 ~ 39.47%
B 156 of 413 ~ 37.77%

%22.76
%39.47
%37.77

CMYK color model

#5EA39C color CMYK value is (42,0,4,36).

  • cyan value is 42.33%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 36.08%
CMYK:
(42,0,4,36)
C42M0Y4K36 
(42%,0%,4%,36%)
(0.42/0.00/0.04/0.36)	

CMYK percentages

%42.33
%0
%4.29
%36.08

Codes

Color #5EA39C in popluar color models

5EA39C
RGB94163156
HSL174°27.27%50.39%
HSB/HSV174°42.33%63.92%
CMYK42.33%0.00%4.29%
36.08%

Color #5EA39C in popluar number systems.

HEX5EA39C
Decimal94163156
Binary10111101010001110011100
Octal136243234

Shades and tints

Shades of #5EA39C

#5EA39C
(94,163,156)
#56958E
(86,149,142)
#4E8780
(78,135,128)
#467972
(70,121,114)
#3E6B64
(62,107,100)
#365D56
(54,93,86)
#2E4F48
(46,79,72)
#26413A
(38,65,58)
#1E332C
(30,51,44)
#16251E
(22,37,30)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #5EA39C

#5EA39C
(94,163,156)
#6CABA5
(108,171,165)
#7AB3AE
(122,179,174)
#88BBB7
(136,187,183)
#96C3C0
(150,195,192)
#A4CBC9
(164,203,201)
#B2D3D2
(178,211,210)
#C0DBDB
(192,219,219)
#CEE3E4
(206,227,228)
#DCEBED
(220,235,237)
#EAF3F6
(234,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA39C color. Also use rgb(94,163,156) instead hex code.

Text Font Color

.myTextColor { color: #5EA39C; }

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

This text font color is #5EA39C.


Background Color

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

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

This div background color is #5EA39C.


Border color

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

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

This div border color is #5EA39C.


Opacity

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

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

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

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

This text has shadow with #5EA39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA39C on black background.


Color preview on white background

This text has color #5EA39C on white background.



Black color preview on #5EA39C background

This text has black color on #5EA39C background.


White color preview on #5EA39C background

This text has white color on #5EA39C background.