COLOR #5AA09C

HEX: #5AA09C RGB: (90,160,156)

Color info

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

RGB color model

#5AA09C color RGB value is (90,160,156).

RGB: (90,160,156) (35%, 63%, 61%)

RGB channels and saturation

R 90 of 255 = 35%
G 160 of 255 = 63%
B 156 of 255 = 61%

90
160
156

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

Portions of RGB colors in percentages

R + G + B = 90 + 160 + 156 = 406 (100%)
R 90 of 406 ~ 22.17%
G 160 of 406 ~ 39.41%
B 156 of 406 ~ 38.42'%

%22.17
%39.41
%38.42

CMYK color model

#5AA09C color CMYK value is (44,0,2,37).

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

CMYK: (44,0,2,37)
C44M0Y2K37 (44%, 0%, 2%, 37%)
(0.44 / 0.00 / 0.02 / 0.37)

CMYK percentages

%43.75
%0
%2.5
%37.25

Codes

Color #5AA09C in popluar color models

5A A0 9C
RGB 90 160 156
HSL 177° 28.00% 49.02%
HSB/HSV 177° 43.75% 62.75%
CMYK 43.75% 0.00% 2.50%
37.25%

Color #5AA09C in popluar number systems.

HEX 5A A0 9C
Decimal 90 160 156
Binary 1011010 10100000 10011100
Octal 132 240 234

Shades and tints

Shades of #5AA09C

#5AA09C
(90,160,156)
#52928E
(82,146,142)
#4A8480
(74,132,128)
#427672
(66,118,114)
#3A6864
(58,104,100)
#325A56
(50,90,86)
#2A4C48
(42,76,72)
#223E3A
(34,62,58)
#1A302C
(26,48,44)
#12221E
(18,34,30)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #5AA09C

#5AA09C
(90,160,156)
#69A8A5
(105,168,165)
#78B0AE
(120,176,174)
#87B8B7
(135,184,183)
#96C0C0
(150,192,192)
#A5C8C9
(165,200,201)
#B4D0D2
(180,208,210)
#C3D8DB
(195,216,219)
#D2E0E4
(210,224,228)
#E1E8ED
(225,232,237)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA09C; }

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

This text font color is #5AA09C.

Background Color

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

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

This div background color is #5AA09C.

Border color

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

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

This div border color is #5AA09C.

Opacity

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

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

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

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

This text has shadow with #5AA09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA09C.

Preview

Color preview on black background

This text has color #5AA09C on black background.


Color preview on white background

This text has color #5AA09C on white background.


Black color preview on #5AA09C background

This text has black color on #5AA09C background.


White color preview on #5AA09C background

This text has white color on #5AA09C background.


Related colors

Complementary color

Complementary color for #hex is #A55F63.


I love getcolorcode.com

Triadic colors

1 #9C5AA0 and #A09C5A with #5AA09C are triadic colors.

2 #9CA05A and #A05A9C with #5AA09C are triadic colors.