COLOR #5ABAB2

HEX: #5ABAB2
RGB: (90,186,178)

Color info

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

RGB color model

#5ABAB2 color RGB value is (90,186,178).

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

RGB channels and saturation

R 90 of 255 = 35%
G 186 of 255 = 73%
B 178 of 255 = 70%

90
186
178

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

Portions of RGB colors in percentages

R + G + B =
90 + 186 + 178 = 454 (100%)
R 90 of 454 ~ 19.82%
G 186 of 454 ~ 40.97%
B 178 of 454 ~ 39.21%

%19.82
%40.97
%39.21

CMYK color model

#5ABAB2 color CMYK value is (52,0,4,27).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 4.30%
  • key color value is 27.06%
CMYK:
(52,0,4,27)
C52M0Y4K27 
(52%,0%,4%,27%)
(0.52/0.00/0.04/0.27)	

CMYK percentages

%51.61
%0
%4.3
%27.06

Codes

Color #5ABAB2 in popluar color models

5ABAB2
RGB90186178
HSL175°41.03%54.12%
HSB/HSV175°51.61%72.94%
CMYK51.61%0.00%4.30%
27.06%

Color #5ABAB2 in popluar number systems.

HEX5ABAB2
Decimal90186178
Binary10110101011101010110010
Octal132272262

Shades and tints

Shades of #5ABAB2

#5ABAB2
(90,186,178)
#52AAA2
(82,170,162)
#4A9A92
(74,154,146)
#428A82
(66,138,130)
#3A7A72
(58,122,114)
#326A62
(50,106,98)
#2A5A52
(42,90,82)
#224A42
(34,74,66)
#1A3A32
(26,58,50)
#122A22
(18,42,34)
#0A1A12
(10,26,18)
#000000
(0,0,0)

Tints of #5ABAB2

#5ABAB2
(90,186,178)
#69C0B9
(105,192,185)
#78C6C0
(120,198,192)
#87CCC7
(135,204,199)
#96D2CE
(150,210,206)
#A5D8D5
(165,216,213)
#B4DEDC
(180,222,220)
#C3E4E3
(195,228,227)
#D2EAEA
(210,234,234)
#E1F0F1
(225,240,241)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5ABAB2; }

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

This text font color is #5ABAB2.


Background Color

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

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

This div background color is #5ABAB2.


Border color

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

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

This div border color is #5ABAB2.


Opacity

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

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

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

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

This text has shadow with #5ABAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABAB2 on black background.


Color preview on white background

This text has color #5ABAB2 on white background.



Black color preview on #5ABAB2 background

This text has black color on #5ABAB2 background.


White color preview on #5ABAB2 background

This text has white color on #5ABAB2 background.