COLOR #5AB1AD

HEX: #5AB1AD RGB: (90,177,173)

Color info

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

RGB color model

#5AB1AD color RGB value is (90,177,173).

RGB: (90,177,173) (35%, 69%, 68%)

RGB channels and saturation

R 90 of 255 = 35%
G 177 of 255 = 69%
B 173 of 255 = 68%

90
177
173

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

Portions of RGB colors in percentages

R + G + B = 90 + 177 + 173 = 440 (100%)
R 90 of 440 ~ 20.45%
G 177 of 440 ~ 40.23%
B 173 of 440 ~ 39.32'%

%20.45
%40.23
%39.32

CMYK color model

#5AB1AD color CMYK value is (49,0,2,31).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 30.59%

CMYK: (49,0,2,31)
C49M0Y2K31 (49%, 0%, 2%, 31%)
(0.49 / 0.00 / 0.02 / 0.31)

CMYK percentages

%49.15
%0
%2.26
%30.59

Codes

Color #5AB1AD in popluar color models

5A B1 AD
RGB 90 177 173
HSL 177° 35.80% 52.35%
HSB/HSV 177° 49.15% 69.41%
CMYK 49.15% 0.00% 2.26%
30.59%

Color #5AB1AD in popluar number systems.

HEX 5A B1 AD
Decimal 90 177 173
Binary 1011010 10110001 10101101
Octal 132 261 255

Shades and tints

Shades of #5AB1AD

#5AB1AD
(90,177,173)
#52A19E
(82,161,158)
#4A918F
(74,145,143)
#428180
(66,129,128)
#3A7171
(58,113,113)
#326162
(50,97,98)
#2A5153
(42,81,83)
#224144
(34,65,68)
#1A3135
(26,49,53)
#122126
(18,33,38)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #5AB1AD

#5AB1AD
(90,177,173)
#69B8B4
(105,184,180)
#78BFBB
(120,191,187)
#87C6C2
(135,198,194)
#96CDC9
(150,205,201)
#A5D4D0
(165,212,208)
#B4DBD7
(180,219,215)
#C3E2DE
(195,226,222)
#D2E9E5
(210,233,229)
#E1F0EC
(225,240,236)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB1AD; }

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

This text font color is #5AB1AD.

Background Color

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

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

This div background color is #5AB1AD.

Border color

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

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

This div border color is #5AB1AD.

Opacity

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

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

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

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

This text has shadow with #5AB1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AB1AD.

Preview

Color preview on black background

This text has color #5AB1AD on black background.


Color preview on white background

This text has color #5AB1AD on white background.


Black color preview on #5AB1AD background

This text has black color on #5AB1AD background.


White color preview on #5AB1AD background

This text has white color on #5AB1AD background.


Related colors

Complementary color

Complementary color for #hex is #A54E52.


I love getcolorcode.com

Triadic colors

1 #AD5AB1 and #B1AD5A with #5AB1AD are triadic colors.

2 #ADB15A and #B15AAD with #5AB1AD are triadic colors.