COLOR #5EA1A5

HEX: #5EA1A5
RGB: (94,161,165)

Color info

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

RGB color model

#5EA1A5 color RGB value is (94,161,165).

  • red value is 94;
  • green value is 161;
  • blue value is 165.
RGB:
(94,161,165)
(37%,63%,65%)

RGB channels and saturation

R 94 of 255 = 37%
G 161 of 255 = 63%
B 165 of 255 = 65%

94
161
165

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

Portions of RGB colors in percentages

R + G + B =
94 + 161 + 165 = 420 (100%)
R 94 of 420 ~ 22.38%
G 161 of 420 ~ 38.33%
B 165 of 420 ~ 39.29%

%22.38
%38.33
%39.29

CMYK color model

#5EA1A5 color CMYK value is (43,2,0,35).

  • cyan value is 43.03%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(43,2,0,35)
C43M2Y0K35 
(43%,2%,0%,35%)
(0.43/0.02/0.00/0.35)	

CMYK percentages

%43.03
%2.42
%0
%35.29

Codes

Color #5EA1A5 in popluar color models

5EA1A5
RGB94161165
HSL183°28.29%50.78%
HSB/HSV183°43.03%64.71%
CMYK43.03%2.42%0.00%
35.29%

Color #5EA1A5 in popluar number systems.

HEX5EA1A5
Decimal94161165
Binary10111101010000110100101
Octal136241245

Shades and tints

Shades of #5EA1A5

#5EA1A5
(94,161,165)
#569396
(86,147,150)
#4E8587
(78,133,135)
#467778
(70,119,120)
#3E6969
(62,105,105)
#365B5A
(54,91,90)
#2E4D4B
(46,77,75)
#263F3C
(38,63,60)
#1E312D
(30,49,45)
#16231E
(22,35,30)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #5EA1A5

#5EA1A5
(94,161,165)
#6CA9AD
(108,169,173)
#7AB1B5
(122,177,181)
#88B9BD
(136,185,189)
#96C1C5
(150,193,197)
#A4C9CD
(164,201,205)
#B2D1D5
(178,209,213)
#C0D9DD
(192,217,221)
#CEE1E5
(206,225,229)
#DCE9ED
(220,233,237)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA1A5 color. Also use rgb(94,161,165) instead hex code.

Text Font Color

.myTextColor { color: #5EA1A5; }

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

This text font color is #5EA1A5.


Background Color

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

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

This div background color is #5EA1A5.


Border color

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

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

This div border color is #5EA1A5.


Opacity

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

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

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

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

This text has shadow with #5EA1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA1A5 on black background.


Color preview on white background

This text has color #5EA1A5 on white background.



Black color preview on #5EA1A5 background

This text has black color on #5EA1A5 background.


White color preview on #5EA1A5 background

This text has white color on #5EA1A5 background.