COLOR #5AB594

HEX: #5AB594
RGB: (90,181,148)

Color info

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

RGB color model

#5AB594 color RGB value is (90,181,148).

  • red value is 90;
  • green value is 181;
  • blue value is 148.
RGB:
(90,181,148)
(35%,71%,58%)

RGB channels and saturation

R 90 of 255 = 35%
G 181 of 255 = 71%
B 148 of 255 = 58%

90
181
148

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

Portions of RGB colors in percentages

R + G + B =
90 + 181 + 148 = 419 (100%)
R 90 of 419 ~ 21.48%
G 181 of 419 ~ 43.2%
B 148 of 419 ~ 35.32%

%21.48
%43.2
%35.32

CMYK color model

#5AB594 color CMYK value is (50,0,18,29).

  • cyan value is 50.28%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(50,0,18,29)
C50M0Y18K29 
(50%,0%,18%,29%)
(0.50/0.00/0.18/0.29)	

CMYK percentages

%50.28
%0
%18.23
%29.02

Codes

Color #5AB594 in popluar color models

5AB594
RGB90181148
HSL158°38.08%53.14%
HSB/HSV158°50.28%70.98%
CMYK50.28%0.00%18.23%
29.02%

Color #5AB594 in popluar number systems.

HEX5AB594
Decimal90181148
Binary10110101011010110010100
Octal132265224

Shades and tints

Shades of #5AB594

#5AB594
(90,181,148)
#52A587
(82,165,135)
#4A957A
(74,149,122)
#42856D
(66,133,109)
#3A7560
(58,117,96)
#326553
(50,101,83)
#2A5546
(42,85,70)
#224539
(34,69,57)
#1A352C
(26,53,44)
#12251F
(18,37,31)
#0A1512
(10,21,18)
#000000
(0,0,0)

Tints of #5AB594

#5AB594
(90,181,148)
#69BB9D
(105,187,157)
#78C1A6
(120,193,166)
#87C7AF
(135,199,175)
#96CDB8
(150,205,184)
#A5D3C1
(165,211,193)
#B4D9CA
(180,217,202)
#C3DFD3
(195,223,211)
#D2E5DC
(210,229,220)
#E1EBE5
(225,235,229)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB594 color. Also use rgb(90,181,148) instead hex code.

Text Font Color

.myTextColor { color: #5AB594; }

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

This text font color is #5AB594.


Background Color

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

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

This div background color is #5AB594.


Border color

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

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

This div border color is #5AB594.


Opacity

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

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

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

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

This text has shadow with #5AB594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB594 on black background.


Color preview on white background

This text has color #5AB594 on white background.



Black color preview on #5AB594 background

This text has black color on #5AB594 background.


White color preview on #5AB594 background

This text has white color on #5AB594 background.