COLOR #5AB89C

HEX: #5AB89C
RGB: (90,184,156)

Color info

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

RGB color model

#5AB89C color RGB value is (90,184,156).

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

RGB channels and saturation

R 90 of 255 = 35%
G 184 of 255 = 72%
B 156 of 255 = 61%

90
184
156

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

Portions of RGB colors in percentages

R + G + B =
90 + 184 + 156 = 430 (100%)
R 90 of 430 ~ 20.93%
G 184 of 430 ~ 42.79%
B 156 of 430 ~ 36.28%

%20.93
%42.79
%36.28

CMYK color model

#5AB89C color CMYK value is (51,0,15,28).

  • cyan value is 51.09%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 27.84%
CMYK:
(51,0,15,28)
C51M0Y15K28 
(51%,0%,15%,28%)
(0.51/0.00/0.15/0.28)	

CMYK percentages

%51.09
%0
%15.22
%27.84

Codes

Color #5AB89C in popluar color models

5AB89C
RGB90184156
HSL162°39.83%53.73%
HSB/HSV162°51.09%72.16%
CMYK51.09%0.00%15.22%
27.84%

Color #5AB89C in popluar number systems.

HEX5AB89C
Decimal90184156
Binary10110101011100010011100
Octal132270234

Shades and tints

Shades of #5AB89C

#5AB89C
(90,184,156)
#52A88E
(82,168,142)
#4A9880
(74,152,128)
#428872
(66,136,114)
#3A7864
(58,120,100)
#326856
(50,104,86)
#2A5848
(42,88,72)
#22483A
(34,72,58)
#1A382C
(26,56,44)
#12281E
(18,40,30)
#0A1810
(10,24,16)
#000000
(0,0,0)

Tints of #5AB89C

#5AB89C
(90,184,156)
#69BEA5
(105,190,165)
#78C4AE
(120,196,174)
#87CAB7
(135,202,183)
#96D0C0
(150,208,192)
#A5D6C9
(165,214,201)
#B4DCD2
(180,220,210)
#C3E2DB
(195,226,219)
#D2E8E4
(210,232,228)
#E1EEED
(225,238,237)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB89C; }

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

This text font color is #5AB89C.


Background Color

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

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

This div background color is #5AB89C.


Border color

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

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

This div border color is #5AB89C.


Opacity

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

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

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

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

This text has shadow with #5AB89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB89C on black background.


Color preview on white background

This text has color #5AB89C on white background.



Black color preview on #5AB89C background

This text has black color on #5AB89C background.


White color preview on #5AB89C background

This text has white color on #5AB89C background.