COLOR #5AB491

HEX: #5AB491
RGB: (90,180,145)

Color info

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

RGB color model

#5AB491 color RGB value is (90,180,145).

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

RGB channels and saturation

R 90 of 255 = 35%
G 180 of 255 = 71%
B 145 of 255 = 57%

90
180
145

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

Portions of RGB colors in percentages

R + G + B =
90 + 180 + 145 = 415 (100%)
R 90 of 415 ~ 21.69%
G 180 of 415 ~ 43.37%
B 145 of 415 ~ 34.94%

%21.69
%43.37
%34.94

CMYK color model

#5AB491 color CMYK value is (50,0,19,29).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK:
(50,0,19,29)
C50M0Y19K29 
(50%,0%,19%,29%)
(0.50/0.00/0.19/0.29)	

CMYK percentages

%50
%0
%19.44
%29.41

Codes

Color #5AB491 in popluar color models

5AB491
RGB90180145
HSL157°37.50%52.94%
HSB/HSV157°50.00%70.59%
CMYK50.00%0.00%19.44%
29.41%

Color #5AB491 in popluar number systems.

HEX5AB491
Decimal90180145
Binary10110101011010010010001
Octal132264221

Shades and tints

Shades of #5AB491

#5AB491
(90,180,145)
#52A484
(82,164,132)
#4A9477
(74,148,119)
#42846A
(66,132,106)
#3A745D
(58,116,93)
#326450
(50,100,80)
#2A5443
(42,84,67)
#224436
(34,68,54)
#1A3429
(26,52,41)
#12241C
(18,36,28)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #5AB491

#5AB491
(90,180,145)
#69BA9B
(105,186,155)
#78C0A5
(120,192,165)
#87C6AF
(135,198,175)
#96CCB9
(150,204,185)
#A5D2C3
(165,210,195)
#B4D8CD
(180,216,205)
#C3DED7
(195,222,215)
#D2E4E1
(210,228,225)
#E1EAEB
(225,234,235)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB491; }

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

This text font color is #5AB491.


Background Color

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

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

This div background color is #5AB491.


Border color

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

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

This div border color is #5AB491.


Opacity

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

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

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

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

This text has shadow with #5AB491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB491 on black background.


Color preview on white background

This text has color #5AB491 on white background.



Black color preview on #5AB491 background

This text has black color on #5AB491 background.


White color preview on #5AB491 background

This text has white color on #5AB491 background.