COLOR #5AA084

HEX: #5AA084 RGB: (90,160,132)

Color info

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

RGB color model

#5AA084 color RGB value is (90,160,132).

RGB: (90,160,132) (35%, 63%, 52%)

RGB channels and saturation

R 90 of 255 = 35%
G 160 of 255 = 63%
B 132 of 255 = 52%

90
160
132

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

Portions of RGB colors in percentages

R + G + B = 90 + 160 + 132 = 382 (100%)
R 90 of 382 ~ 23.56%
G 160 of 382 ~ 41.88%
B 132 of 382 ~ 34.55'%

%23.56
%41.88
%34.55

CMYK color model

#5AA084 color CMYK value is (44,0,18,37).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 37.25%

CMYK: (44,0,18,37)
C44M0Y18K37 (44%, 0%, 18%, 37%)
(0.44 / 0.00 / 0.18 / 0.37)

CMYK percentages

%43.75
%0
%17.5
%37.25

Codes

Color #5AA084 in popluar color models

5A A0 84
RGB 90 160 132
HSL 156° 28.00% 49.02%
HSB/HSV 156° 43.75% 62.75%
CMYK 43.75% 0.00% 17.50%
37.25%

Color #5AA084 in popluar number systems.

HEX 5A A0 84
Decimal 90 160 132
Binary 1011010 10100000 10000100
Octal 132 240 204

Shades and tints

Shades of #5AA084

#5AA084
(90,160,132)
#529278
(82,146,120)
#4A846C
(74,132,108)
#427660
(66,118,96)
#3A6854
(58,104,84)
#325A48
(50,90,72)
#2A4C3C
(42,76,60)
#223E30
(34,62,48)
#1A3024
(26,48,36)
#122218
(18,34,24)
#0A140C
(10,20,12)
#000000
(0,0,0)

Tints of #5AA084

#5AA084
(90,160,132)
#69A88F
(105,168,143)
#78B09A
(120,176,154)
#87B8A5
(135,184,165)
#96C0B0
(150,192,176)
#A5C8BB
(165,200,187)
#B4D0C6
(180,208,198)
#C3D8D1
(195,216,209)
#D2E0DC
(210,224,220)
#E1E8E7
(225,232,231)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA084 color. Also use rgb(90,160,132) instead hex code.

Text Font Color

.myTextColor { color: #5AA084; }

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

This text font color is #5AA084.

Background Color

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

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

This div background color is #5AA084.

Border color

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

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

This div border color is #5AA084.

Opacity

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

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

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

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

This text has shadow with #5AA084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA084.

Preview

Color preview on black background

This text has color #5AA084 on black background.


Color preview on white background

This text has color #5AA084 on white background.


Black color preview on #5AA084 background

This text has black color on #5AA084 background.


White color preview on #5AA084 background

This text has white color on #5AA084 background.


Related colors

Complementary color

Complementary color for #hex is #A55F7B.


I love getcolorcode.com

Triadic colors

1 #845AA0 and #A0845A with #5AA084 are triadic colors.

2 #84A05A and #A05A84 with #5AA084 are triadic colors.