COLOR #5AB2AC

HEX: #5AB2AC
RGB: (90,178,172)

Color info

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

RGB color model

#5AB2AC color RGB value is (90,178,172).

  • red value is 90;
  • green value is 178;
  • blue value is 172.
RGB:
(90,178,172)
(35%,70%,67%)

RGB channels and saturation

R 90 of 255 = 35%
G 178 of 255 = 70%
B 172 of 255 = 67%

90
178
172

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

Portions of RGB colors in percentages

R + G + B =
90 + 178 + 172 = 440 (100%)
R 90 of 440 ~ 20.45%
G 178 of 440 ~ 40.45%
B 172 of 440 ~ 39.09%

%20.45
%40.45
%39.09

CMYK color model

#5AB2AC color CMYK value is (49,0,3,30).

  • cyan value is 49.44%
  • magenta value is 0.00%
  • yellow value is 3.37%
  • key color value is 30.20%
CMYK:
(49,0,3,30)
C49M0Y3K30 
(49%,0%,3%,30%)
(0.49/0.00/0.03/0.30)	

CMYK percentages

%49.44
%0
%3.37
%30.2

Codes

Color #5AB2AC in popluar color models

5AB2AC
RGB90178172
HSL176°36.36%52.55%
HSB/HSV176°49.44%69.80%
CMYK49.44%0.00%3.37%
30.20%

Color #5AB2AC in popluar number systems.

HEX5AB2AC
Decimal90178172
Binary10110101011001010101100
Octal132262254

Shades and tints

Shades of #5AB2AC

#5AB2AC
(90,178,172)
#52A29D
(82,162,157)
#4A928E
(74,146,142)
#42827F
(66,130,127)
#3A7270
(58,114,112)
#326261
(50,98,97)
#2A5252
(42,82,82)
#224243
(34,66,67)
#1A3234
(26,50,52)
#122225
(18,34,37)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #5AB2AC

#5AB2AC
(90,178,172)
#69B9B3
(105,185,179)
#78C0BA
(120,192,186)
#87C7C1
(135,199,193)
#96CEC8
(150,206,200)
#A5D5CF
(165,213,207)
#B4DCD6
(180,220,214)
#C3E3DD
(195,227,221)
#D2EAE4
(210,234,228)
#E1F1EB
(225,241,235)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB2AC color. Also use rgb(90,178,172) instead hex code.

Text Font Color

.myTextColor { color: #5AB2AC; }

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

This text font color is #5AB2AC.


Background Color

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

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

This div background color is #5AB2AC.


Border color

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

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

This div border color is #5AB2AC.


Opacity

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

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

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

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

This text has shadow with #5AB2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB2AC on black background.


Color preview on white background

This text has color #5AB2AC on white background.



Black color preview on #5AB2AC background

This text has black color on #5AB2AC background.


White color preview on #5AB2AC background

This text has white color on #5AB2AC background.