COLOR #5AB991

HEX: #5AB991
RGB: (90,185,145)

Color info

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

RGB color model

#5AB991 color RGB value is (90,185,145).

  • red value is 90;
  • green value is 185;
  • blue value is 145.
RGB:
(90,185,145)
(35%,73%,57%)

RGB channels and saturation

R 90 of 255 = 35%
G 185 of 255 = 73%
B 145 of 255 = 57%

90
185
145

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

Portions of RGB colors in percentages

R + G + B =
90 + 185 + 145 = 420 (100%)
R 90 of 420 ~ 21.43%
G 185 of 420 ~ 44.05%
B 145 of 420 ~ 34.52%

%21.43
%44.05
%34.52

CMYK color model

#5AB991 color CMYK value is (51,0,22,27).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%
CMYK:
(51,0,22,27)
C51M0Y22K27 
(51%,0%,22%,27%)
(0.51/0.00/0.22/0.27)	

CMYK percentages

%51.35
%0
%21.62
%27.45

Codes

Color #5AB991 in popluar color models

5AB991
RGB90185145
HSL155°40.43%53.92%
HSB/HSV155°51.35%72.55%
CMYK51.35%0.00%21.62%
27.45%

Color #5AB991 in popluar number systems.

HEX5AB991
Decimal90185145
Binary10110101011100110010001
Octal132271221

Shades and tints

Shades of #5AB991

#5AB991
(90,185,145)
#52A984
(82,169,132)
#4A9977
(74,153,119)
#42896A
(66,137,106)
#3A795D
(58,121,93)
#326950
(50,105,80)
#2A5943
(42,89,67)
#224936
(34,73,54)
#1A3929
(26,57,41)
#12291C
(18,41,28)
#0A190F
(10,25,15)
#000000
(0,0,0)

Tints of #5AB991

#5AB991
(90,185,145)
#69BF9B
(105,191,155)
#78C5A5
(120,197,165)
#87CBAF
(135,203,175)
#96D1B9
(150,209,185)
#A5D7C3
(165,215,195)
#B4DDCD
(180,221,205)
#C3E3D7
(195,227,215)
#D2E9E1
(210,233,225)
#E1EFEB
(225,239,235)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB991 color. Also use rgb(90,185,145) instead hex code.

Text Font Color

.myTextColor { color: #5AB991; }

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

This text font color is #5AB991.


Background Color

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

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

This div background color is #5AB991.


Border color

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

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

This div border color is #5AB991.


Opacity

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

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

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

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

This text has shadow with #5AB991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB991 on black background.


Color preview on white background

This text has color #5AB991 on white background.



Black color preview on #5AB991 background

This text has black color on #5AB991 background.


White color preview on #5AB991 background

This text has white color on #5AB991 background.