COLOR #5EAEA5

HEX: #5EAEA5 RGB: (94,174,165)

Color info

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

RGB color model

#5EAEA5 color RGB value is (94,174,165).

RGB: (94,174,165) (37%, 68%, 65%)

RGB channels and saturation

R 94 of 255 = 37%
G 174 of 255 = 68%
B 165 of 255 = 65%

94
174
165

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

Portions of RGB colors in percentages

R + G + B = 94 + 174 + 165 = 433 (100%)
R 94 of 433 ~ 21.71%
G 174 of 433 ~ 40.18%
B 165 of 433 ~ 38.11'%

%21.71
%40.18
%38.11

CMYK color model

#5EAEA5 color CMYK value is (46,0,5,32).

  • cyan value is 45.98%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 31.76%

CMYK: (46,0,5,32)
C46M0Y5K32 (46%, 0%, 5%, 32%)
(0.46 / 0.00 / 0.05 / 0.32)

CMYK percentages

%45.98
%0
%5.17
%31.76

Codes

Color #5EAEA5 in popluar color models

5E AE A5
RGB 94 174 165
HSL 173° 33.06% 52.55%
HSB/HSV 173° 45.98% 68.24%
CMYK 45.98% 0.00% 5.17%
31.76%

Color #5EAEA5 in popluar number systems.

HEX 5E AE A5
Decimal 94 174 165
Binary 1011110 10101110 10100101
Octal 136 256 245

Shades and tints

Shades of #5EAEA5

#5EAEA5
(94,174,165)
#569F96
(86,159,150)
#4E9087
(78,144,135)
#468178
(70,129,120)
#3E7269
(62,114,105)
#36635A
(54,99,90)
#2E544B
(46,84,75)
#26453C
(38,69,60)
#1E362D
(30,54,45)
#16271E
(22,39,30)
#0E180F
(14,24,15)
#000000
(0,0,0)

Tints of #5EAEA5

#5EAEA5
(94,174,165)
#6CB5AD
(108,181,173)
#7ABCB5
(122,188,181)
#88C3BD
(136,195,189)
#96CAC5
(150,202,197)
#A4D1CD
(164,209,205)
#B2D8D5
(178,216,213)
#C0DFDD
(192,223,221)
#CEE6E5
(206,230,229)
#DCEDED
(220,237,237)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EAEA5; }

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

This text font color is #5EAEA5.

Background Color

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

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

This div background color is #5EAEA5.

Border color

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

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

This div border color is #5EAEA5.

Opacity

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

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

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

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

This text has shadow with #5EAEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EAEA5.

Preview

Color preview on black background

This text has color #5EAEA5 on black background.


Color preview on white background

This text has color #5EAEA5 on white background.


Black color preview on #5EAEA5 background

This text has black color on #5EAEA5 background.


White color preview on #5EAEA5 background

This text has white color on #5EAEA5 background.


Related colors

Complementary color

Complementary color for #hex is #A1515A.


I love getcolorcode.com

Triadic colors

1 #A55EAE and #AEA55E with #5EAEA5 are triadic colors.

2 #A5AE5E and #AE5EA5 with #5EAEA5 are triadic colors.