COLOR #5ABAAA

HEX: #5ABAAA
RGB: (90,186,170)

Color info

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

RGB color model

#5ABAAA color RGB value is (90,186,170).

  • red value is 90;
  • green value is 186;
  • blue value is 170.
RGB:
(90,186,170)
(35%,73%,67%)

RGB channels and saturation

R 90 of 255 = 35%
G 186 of 255 = 73%
B 170 of 255 = 67%

90
186
170

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

Portions of RGB colors in percentages

R + G + B =
90 + 186 + 170 = 446 (100%)
R 90 of 446 ~ 20.18%
G 186 of 446 ~ 41.7%
B 170 of 446 ~ 38.12%

%20.18
%41.7
%38.12

CMYK color model

#5ABAAA color CMYK value is (52,0,9,27).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(52,0,9,27)
C52M0Y9K27 
(52%,0%,9%,27%)
(0.52/0.00/0.09/0.27)	

CMYK percentages

%51.61
%0
%8.6
%27.06

Codes

Color #5ABAAA in popluar color models

5ABAAA
RGB90186170
HSL170°41.03%54.12%
HSB/HSV170°51.61%72.94%
CMYK51.61%0.00%8.60%
27.06%

Color #5ABAAA in popluar number systems.

HEX5ABAAA
Decimal90186170
Binary10110101011101010101010
Octal132272252

Shades and tints

Shades of #5ABAAA

#5ABAAA
(90,186,170)
#52AA9B
(82,170,155)
#4A9A8C
(74,154,140)
#428A7D
(66,138,125)
#3A7A6E
(58,122,110)
#326A5F
(50,106,95)
#2A5A50
(42,90,80)
#224A41
(34,74,65)
#1A3A32
(26,58,50)
#122A23
(18,42,35)
#0A1A14
(10,26,20)
#000000
(0,0,0)

Tints of #5ABAAA

#5ABAAA
(90,186,170)
#69C0B1
(105,192,177)
#78C6B8
(120,198,184)
#87CCBF
(135,204,191)
#96D2C6
(150,210,198)
#A5D8CD
(165,216,205)
#B4DED4
(180,222,212)
#C3E4DB
(195,228,219)
#D2EAE2
(210,234,226)
#E1F0E9
(225,240,233)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABAAA color. Also use rgb(90,186,170) instead hex code.

Text Font Color

.myTextColor { color: #5ABAAA; }

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

This text font color is #5ABAAA.


Background Color

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

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

This div background color is #5ABAAA.


Border color

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

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

This div border color is #5ABAAA.


Opacity

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

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

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

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

This text has shadow with #5ABAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABAAA on black background.


Color preview on white background

This text has color #5ABAAA on white background.



Black color preview on #5ABAAA background

This text has black color on #5ABAAA background.


White color preview on #5ABAAA background

This text has white color on #5ABAAA background.