COLOR #5AB98C

HEX: #5AB98C RGB: (90,185,140)

Color info

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

RGB color model

#5AB98C color RGB value is (90,185,140).

RGB: (90,185,140) (35%, 73%, 55%)

RGB channels and saturation

R 90 of 255 = 35%
G 185 of 255 = 73%
B 140 of 255 = 55%

90
185
140

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

Portions of RGB colors in percentages

R + G + B = 90 + 185 + 140 = 415 (100%)
R 90 of 415 ~ 21.69%
G 185 of 415 ~ 44.58%
B 140 of 415 ~ 33.73'%

%21.69
%44.58
%33.73

CMYK color model

#5AB98C color CMYK value is (51,0,24,27).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 27.45%

CMYK: (51,0,24,27)
C51M0Y24K27 (51%, 0%, 24%, 27%)
(0.51 / 0.00 / 0.24 / 0.27)

CMYK percentages

%51.35
%0
%24.32
%27.45

Codes

Color #5AB98C in popluar color models

5A B9 8C
RGB 90 185 140
HSL 152° 40.43% 53.92%
HSB/HSV 152° 51.35% 72.55%
CMYK 51.35% 0.00% 24.32%
27.45%

Color #5AB98C in popluar number systems.

HEX 5A B9 8C
Decimal 90 185 140
Binary 1011010 10111001 10001100
Octal 132 271 214

Shades and tints

Shades of #5AB98C

#5AB98C
(90,185,140)
#52A980
(82,169,128)
#4A9974
(74,153,116)
#428968
(66,137,104)
#3A795C
(58,121,92)
#326950
(50,105,80)
#2A5944
(42,89,68)
#224938
(34,73,56)
#1A392C
(26,57,44)
#122920
(18,41,32)
#0A1914
(10,25,20)
#000000
(0,0,0)

Tints of #5AB98C

#5AB98C
(90,185,140)
#69BF96
(105,191,150)
#78C5A0
(120,197,160)
#87CBAA
(135,203,170)
#96D1B4
(150,209,180)
#A5D7BE
(165,215,190)
#B4DDC8
(180,221,200)
#C3E3D2
(195,227,210)
#D2E9DC
(210,233,220)
#E1EFE6
(225,239,230)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB98C; }

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

This text font color is #5AB98C.

Background Color

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

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

This div background color is #5AB98C.

Border color

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

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

This div border color is #5AB98C.

Opacity

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

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

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

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

This text has shadow with #5AB98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AB98C.

Preview

Color preview on black background

This text has color #5AB98C on black background.


Color preview on white background

This text has color #5AB98C on white background.


Black color preview on #5AB98C background

This text has black color on #5AB98C background.


White color preview on #5AB98C background

This text has white color on #5AB98C background.


Related colors

Complementary color

Complementary color for #hex is #A54673.


I love getcolorcode.com

Triadic colors

1 #8C5AB9 and #B98C5A with #5AB98C are triadic colors.

2 #8CB95A and #B95A8C with #5AB98C are triadic colors.