COLOR #5AB6A2

HEX: #5AB6A2
RGB: (90,182,162)

Color info

#5AB6A2 contains mainly green and blue colors. Web safe color of #5AB6A2 is #66CC99 (or #6C9).

RGB color model

#5AB6A2 color RGB value is (90,182,162).

  • red value is 90;
  • green value is 182;
  • blue value is 162.
RGB:
(90,182,162)
(35%,71%,64%)

RGB channels and saturation

R 90 of 255 = 35%
G 182 of 255 = 71%
B 162 of 255 = 64%

90
182
162

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

Portions of RGB colors in percentages

R + G + B =
90 + 182 + 162 = 434 (100%)
R 90 of 434 ~ 20.74%
G 182 of 434 ~ 41.94%
B 162 of 434 ~ 37.33%

%20.74
%41.94
%37.33

CMYK color model

#5AB6A2 color CMYK value is (51,0,11,29).

  • cyan value is 50.55%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 28.63%
CMYK:
(51,0,11,29)
C51M0Y11K29 
(51%,0%,11%,29%)
(0.51/0.00/0.11/0.29)	

CMYK percentages

%50.55
%0
%10.99
%28.63

Codes

Color #5AB6A2 in popluar color models

5AB6A2
RGB90182162
HSL167°38.66%53.33%
HSB/HSV167°50.55%71.37%
CMYK50.55%0.00%10.99%
28.63%

Color #5AB6A2 in popluar number systems.

HEX5AB6A2
Decimal90182162
Binary10110101011011010100010
Octal132266242

Shades and tints

Shades of #5AB6A2

#5AB6A2
(90,182,162)
#52A694
(82,166,148)
#4A9686
(74,150,134)
#428678
(66,134,120)
#3A766A
(58,118,106)
#32665C
(50,102,92)
#2A564E
(42,86,78)
#224640
(34,70,64)
#1A3632
(26,54,50)
#122624
(18,38,36)
#0A1616
(10,22,22)
#000000
(0,0,0)

Tints of #5AB6A2

#5AB6A2
(90,182,162)
#69BCAA
(105,188,170)
#78C2B2
(120,194,178)
#87C8BA
(135,200,186)
#96CEC2
(150,206,194)
#A5D4CA
(165,212,202)
#B4DAD2
(180,218,210)
#C3E0DA
(195,224,218)
#D2E6E2
(210,230,226)
#E1ECEA
(225,236,234)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB6A2 color. Also use rgb(90,182,162) instead hex code.

Text Font Color

.myTextColor { color: #5AB6A2; }

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

This text font color is #5AB6A2.


Background Color

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

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

This div background color is #5AB6A2.


Border color

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

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

This div border color is #5AB6A2.


Opacity

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

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

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

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

This text has shadow with #5AB6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB6A2 on black background.


Color preview on white background

This text has color #5AB6A2 on white background.



Black color preview on #5AB6A2 background

This text has black color on #5AB6A2 background.


White color preview on #5AB6A2 background

This text has white color on #5AB6A2 background.