COLOR #5AAD9A

HEX: #5AAD9A
RGB: (90,173,154)

Color info

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

RGB color model

#5AAD9A color RGB value is (90,173,154).

  • red value is 90;
  • green value is 173;
  • blue value is 154.
RGB:
(90,173,154)
(35%,68%,60%)

RGB channels and saturation

R 90 of 255 = 35%
G 173 of 255 = 68%
B 154 of 255 = 60%

90
173
154

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

Portions of RGB colors in percentages

R + G + B =
90 + 173 + 154 = 417 (100%)
R 90 of 417 ~ 21.58%
G 173 of 417 ~ 41.49%
B 154 of 417 ~ 36.93%

%21.58
%41.49
%36.93

CMYK color model

#5AAD9A color CMYK value is (48,0,11,32).

  • cyan value is 47.98%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK:
(48,0,11,32)
C48M0Y11K32 
(48%,0%,11%,32%)
(0.48/0.00/0.11/0.32)	

CMYK percentages

%47.98
%0
%10.98
%32.16

Codes

Color #5AAD9A in popluar color models

5AAD9A
RGB90173154
HSL166°33.60%51.57%
HSB/HSV166°47.98%67.84%
CMYK47.98%0.00%10.98%
32.16%

Color #5AAD9A in popluar number systems.

HEX5AAD9A
Decimal90173154
Binary10110101010110110011010
Octal132255232

Shades and tints

Shades of #5AAD9A

#5AAD9A
(90,173,154)
#529E8C
(82,158,140)
#4A8F7E
(74,143,126)
#428070
(66,128,112)
#3A7162
(58,113,98)
#326254
(50,98,84)
#2A5346
(42,83,70)
#224438
(34,68,56)
#1A352A
(26,53,42)
#12261C
(18,38,28)
#0A170E
(10,23,14)
#000000
(0,0,0)

Tints of #5AAD9A

#5AAD9A
(90,173,154)
#69B4A3
(105,180,163)
#78BBAC
(120,187,172)
#87C2B5
(135,194,181)
#96C9BE
(150,201,190)
#A5D0C7
(165,208,199)
#B4D7D0
(180,215,208)
#C3DED9
(195,222,217)
#D2E5E2
(210,229,226)
#E1ECEB
(225,236,235)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AAD9A color. Also use rgb(90,173,154) instead hex code.

Text Font Color

.myTextColor { color: #5AAD9A; }

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

This text font color is #5AAD9A.


Background Color

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

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

This div background color is #5AAD9A.


Border color

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

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

This div border color is #5AAD9A.


Opacity

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

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

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

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

This text has shadow with #5AAD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AAD9A on black background.


Color preview on white background

This text has color #5AAD9A on white background.



Black color preview on #5AAD9A background

This text has black color on #5AAD9A background.


White color preview on #5AAD9A background

This text has white color on #5AAD9A background.