COLOR #5AA88E

HEX: #5AA88E RGB: (90,168,142)

Color info

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

RGB color model

#5AA88E color RGB value is (90,168,142).

RGB: (90,168,142) (35%, 66%, 56%)

RGB channels and saturation

R 90 of 255 = 35%
G 168 of 255 = 66%
B 142 of 255 = 56%

90
168
142

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

Portions of RGB colors in percentages

R + G + B = 90 + 168 + 142 = 400 (100%)
R 90 of 400 ~ 22.5%
G 168 of 400 ~ 42%
B 142 of 400 ~ 35.5'%

%22.5
%42
%35.5

CMYK color model

#5AA88E color CMYK value is (46,0,15,34).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 34.12%

CMYK: (46,0,15,34)
C46M0Y15K34 (46%, 0%, 15%, 34%)
(0.46 / 0.00 / 0.15 / 0.34)

CMYK percentages

%46.43
%0
%15.48
%34.12

Codes

Color #5AA88E in popluar color models

5A A8 8E
RGB 90 168 142
HSL 160° 30.95% 50.59%
HSB/HSV 160° 46.43% 65.88%
CMYK 46.43% 0.00% 15.48%
34.12%

Color #5AA88E in popluar number systems.

HEX 5A A8 8E
Decimal 90 168 142
Binary 1011010 10101000 10001110
Octal 132 250 216

Shades and tints

Shades of #5AA88E

#5AA88E
(90,168,142)
#529982
(82,153,130)
#4A8A76
(74,138,118)
#427B6A
(66,123,106)
#3A6C5E
(58,108,94)
#325D52
(50,93,82)
#2A4E46
(42,78,70)
#223F3A
(34,63,58)
#1A302E
(26,48,46)
#122122
(18,33,34)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #5AA88E

#5AA88E
(90,168,142)
#69AF98
(105,175,152)
#78B6A2
(120,182,162)
#87BDAC
(135,189,172)
#96C4B6
(150,196,182)
#A5CBC0
(165,203,192)
#B4D2CA
(180,210,202)
#C3D9D4
(195,217,212)
#D2E0DE
(210,224,222)
#E1E7E8
(225,231,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA88E color. Also use rgb(90,168,142) instead hex code.

Text Font Color

.myTextColor { color: #5AA88E; }

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

This text font color is #5AA88E.

Background Color

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

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

This div background color is #5AA88E.

Border color

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

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

This div border color is #5AA88E.

Opacity

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

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

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

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

This text has shadow with #5AA88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA88E.

Preview

Color preview on black background

This text has color #5AA88E on black background.


Color preview on white background

This text has color #5AA88E on white background.


Black color preview on #5AA88E background

This text has black color on #5AA88E background.


White color preview on #5AA88E background

This text has white color on #5AA88E background.


Related colors

Complementary color

Complementary color for #hex is #A55771.


I love getcolorcode.com

Triadic colors

1 #8E5AA8 and #A88E5A with #5AA88E are triadic colors.

2 #8EA85A and #A85A8E with #5AA88E are triadic colors.