COLOR #5AA88F

HEX: #5AA88F RGB: (90,168,143)

Color info

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

RGB color model

#5AA88F color RGB value is (90,168,143).

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

RGB channels and saturation

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

90
168
143

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

Portions of RGB colors in percentages

R + G + B = 90 + 168 + 143 = 401 (100%)
R 90 of 401 ~ 22.44%
G 168 of 401 ~ 41.9%
B 143 of 401 ~ 35.66'%

%22.44
%41.9
%35.66

CMYK color model

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

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • 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
%14.88
%34.12

Codes

Color #5AA88F in popluar color models

5A A8 8F
RGB 90 168 143
HSL 161° 30.95% 50.59%
HSB/HSV 161° 46.43% 65.88%
CMYK 46.43% 0.00% 14.88%
34.12%

Color #5AA88F in popluar number systems.

HEX 5A A8 8F
Decimal 90 168 143
Binary 1011010 10101000 10001111
Octal 132 250 217

Shades and tints

Shades of #5AA88F

#5AA88F
(90,168,143)
#529982
(82,153,130)
#4A8A75
(74,138,117)
#427B68
(66,123,104)
#3A6C5B
(58,108,91)
#325D4E
(50,93,78)
#2A4E41
(42,78,65)
#223F34
(34,63,52)
#1A3027
(26,48,39)
#12211A
(18,33,26)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #5AA88F

#5AA88F
(90,168,143)
#69AF99
(105,175,153)
#78B6A3
(120,182,163)
#87BDAD
(135,189,173)
#96C4B7
(150,196,183)
#A5CBC1
(165,203,193)
#B4D2CB
(180,210,203)
#C3D9D5
(195,217,213)
#D2E0DF
(210,224,223)
#E1E7E9
(225,231,233)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA88F; }

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

This text font color is #5AA88F.

Background Color

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

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

This div background color is #5AA88F.

Border color

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

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

This div border color is #5AA88F.

Opacity

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

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

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

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

This text has shadow with #5AA88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA88F.

Preview

Color preview on black background

This text has color #5AA88F on black background.


Color preview on white background

This text has color #5AA88F on white background.


Black color preview on #5AA88F background

This text has black color on #5AA88F background.


White color preview on #5AA88F background

This text has white color on #5AA88F background.


Related colors

Complementary color

Complementary color for #hex is #A55770.


I love getcolorcode.com

Triadic colors

1 #8F5AA8 and #A88F5A with #5AA88F are triadic colors.

2 #8FA85A and #A85A8F with #5AA88F are triadic colors.