COLOR #5AB48B

HEX: #5AB48B RGB: (90,180,139)

Color info

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

RGB color model

#5AB48B color RGB value is (90,180,139).

RGB: (90,180,139) (35%, 71%, 55%)

RGB channels and saturation

R 90 of 255 = 35%
G 180 of 255 = 71%
B 139 of 255 = 55%

90
180
139

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

Portions of RGB colors in percentages

R + G + B = 90 + 180 + 139 = 409 (100%)
R 90 of 409 ~ 22%
G 180 of 409 ~ 44.01%
B 139 of 409 ~ 33.99'%

%22
%44.01
%33.99

CMYK color model

#5AB48B color CMYK value is (50,0,23,29).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 29.41%

CMYK: (50,0,23,29)
C50M0Y23K29 (50%, 0%, 23%, 29%)
(0.50 / 0.00 / 0.23 / 0.29)

CMYK percentages

%50
%0
%22.78
%29.41

Codes

Color #5AB48B in popluar color models

5A B4 8B
RGB 90 180 139
HSL 153° 37.50% 52.94%
HSB/HSV 153° 50.00% 70.59%
CMYK 50.00% 0.00% 22.78%
29.41%

Color #5AB48B in popluar number systems.

HEX 5A B4 8B
Decimal 90 180 139
Binary 1011010 10110100 10001011
Octal 132 264 213

Shades and tints

Shades of #5AB48B

#5AB48B
(90,180,139)
#52A47F
(82,164,127)
#4A9473
(74,148,115)
#428467
(66,132,103)
#3A745B
(58,116,91)
#32644F
(50,100,79)
#2A5443
(42,84,67)
#224437
(34,68,55)
#1A342B
(26,52,43)
#12241F
(18,36,31)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #5AB48B

#5AB48B
(90,180,139)
#69BA95
(105,186,149)
#78C09F
(120,192,159)
#87C6A9
(135,198,169)
#96CCB3
(150,204,179)
#A5D2BD
(165,210,189)
#B4D8C7
(180,216,199)
#C3DED1
(195,222,209)
#D2E4DB
(210,228,219)
#E1EAE5
(225,234,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB48B; }

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

This text font color is #5AB48B.

Background Color

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

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

This div background color is #5AB48B.

Border color

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

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

This div border color is #5AB48B.

Opacity

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

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

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

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

This text has shadow with #5AB48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AB48B.

Preview

Color preview on black background

This text has color #5AB48B on black background.


Color preview on white background

This text has color #5AB48B on white background.


Black color preview on #5AB48B background

This text has black color on #5AB48B background.


White color preview on #5AB48B background

This text has white color on #5AB48B background.


Related colors

Complementary color

Complementary color for #hex is #A54B74.


I love getcolorcode.com

Triadic colors

1 #8B5AB4 and #B48B5A with #5AB48B are triadic colors.

2 #8BB45A and #B45A8B with #5AB48B are triadic colors.