COLOR #5AB8A3

HEX: #5AB8A3
RGB: (90,184,163)

Color info

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

RGB color model

#5AB8A3 color RGB value is (90,184,163).

  • red value is 90;
  • green value is 184;
  • blue value is 163.
RGB:
(90,184,163)
(35%,72%,64%)

RGB channels and saturation

R 90 of 255 = 35%
G 184 of 255 = 72%
B 163 of 255 = 64%

90
184
163

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

Portions of RGB colors in percentages

R + G + B =
90 + 184 + 163 = 437 (100%)
R 90 of 437 ~ 20.59%
G 184 of 437 ~ 42.11%
B 163 of 437 ~ 37.3%

%20.59
%42.11
%37.3

CMYK color model

#5AB8A3 color CMYK value is (51,0,11,28).

  • cyan value is 51.09%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • key color value is 27.84%
CMYK:
(51,0,11,28)
C51M0Y11K28 
(51%,0%,11%,28%)
(0.51/0.00/0.11/0.28)	

CMYK percentages

%51.09
%0
%11.41
%27.84

Codes

Color #5AB8A3 in popluar color models

5AB8A3
RGB90184163
HSL167°39.83%53.73%
HSB/HSV167°51.09%72.16%
CMYK51.09%0.00%11.41%
27.84%

Color #5AB8A3 in popluar number systems.

HEX5AB8A3
Decimal90184163
Binary10110101011100010100011
Octal132270243

Shades and tints

Shades of #5AB8A3

#5AB8A3
(90,184,163)
#52A895
(82,168,149)
#4A9887
(74,152,135)
#428879
(66,136,121)
#3A786B
(58,120,107)
#32685D
(50,104,93)
#2A584F
(42,88,79)
#224841
(34,72,65)
#1A3833
(26,56,51)
#122825
(18,40,37)
#0A1817
(10,24,23)
#000000
(0,0,0)

Tints of #5AB8A3

#5AB8A3
(90,184,163)
#69BEAB
(105,190,171)
#78C4B3
(120,196,179)
#87CABB
(135,202,187)
#96D0C3
(150,208,195)
#A5D6CB
(165,214,203)
#B4DCD3
(180,220,211)
#C3E2DB
(195,226,219)
#D2E8E3
(210,232,227)
#E1EEEB
(225,238,235)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB8A3 color. Also use rgb(90,184,163) instead hex code.

Text Font Color

.myTextColor { color: #5AB8A3; }

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

This text font color is #5AB8A3.


Background Color

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

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

This div background color is #5AB8A3.


Border color

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

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

This div border color is #5AB8A3.


Opacity

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

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

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

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

This text has shadow with #5AB8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB8A3 on black background.


Color preview on white background

This text has color #5AB8A3 on white background.



Black color preview on #5AB8A3 background

This text has black color on #5AB8A3 background.


White color preview on #5AB8A3 background

This text has white color on #5AB8A3 background.