COLOR #5AB0AC

HEX: #5AB0AC RGB: (90,176,172)

Color info

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

RGB color model

#5AB0AC color RGB value is (90,176,172).

RGB: (90,176,172) (35%, 69%, 67%)

RGB channels and saturation

R 90 of 255 = 35%
G 176 of 255 = 69%
B 172 of 255 = 67%

90
176
172

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

Portions of RGB colors in percentages

R + G + B = 90 + 176 + 172 = 438 (100%)
R 90 of 438 ~ 20.55%
G 176 of 438 ~ 40.18%
B 172 of 438 ~ 39.27'%

%20.55
%40.18
%39.27

CMYK color model

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

  • cyan value is 48.86%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 30.98%

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

CMYK percentages

%48.86
%0
%2.27
%30.98

Codes

Color #5AB0AC in popluar color models

5A B0 AC
RGB 90 176 172
HSL 177° 35.25% 52.16%
HSB/HSV 177° 48.86% 69.02%
CMYK 48.86% 0.00% 2.27%
30.98%

Color #5AB0AC in popluar number systems.

HEX 5A B0 AC
Decimal 90 176 172
Binary 1011010 10110000 10101100
Octal 132 260 254

Shades and tints

Shades of #5AB0AC

#5AB0AC
(90,176,172)
#52A09D
(82,160,157)
#4A908E
(74,144,142)
#42807F
(66,128,127)
#3A7070
(58,112,112)
#326061
(50,96,97)
#2A5052
(42,80,82)
#224043
(34,64,67)
#1A3034
(26,48,52)
#122025
(18,32,37)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #5AB0AC

#5AB0AC
(90,176,172)
#69B7B3
(105,183,179)
#78BEBA
(120,190,186)
#87C5C1
(135,197,193)
#96CCC8
(150,204,200)
#A5D3CF
(165,211,207)
#B4DAD6
(180,218,214)
#C3E1DD
(195,225,221)
#D2E8E4
(210,232,228)
#E1EFEB
(225,239,235)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB0AC; }

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

This text font color is #5AB0AC.

Background Color

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

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

This div background color is #5AB0AC.

Border color

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

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

This div border color is #5AB0AC.

Opacity

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

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

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

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

This text has shadow with #5AB0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AB0AC.

Preview

Color preview on black background

This text has color #5AB0AC on black background.


Color preview on white background

This text has color #5AB0AC on white background.


Black color preview on #5AB0AC background

This text has black color on #5AB0AC background.


White color preview on #5AB0AC background

This text has white color on #5AB0AC background.


Related colors

Complementary color

Complementary color for #hex is #A54F53.


I love getcolorcode.com

Triadic colors

1 #AC5AB0 and #B0AC5A with #5AB0AC are triadic colors.

2 #ACB05A and #B05AAC with #5AB0AC are triadic colors.