COLOR #5ABD9A

HEX: #5ABD9A RGB: (90,189,154)

Color info

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

RGB color model

#5ABD9A color RGB value is (90,189,154).

RGB: (90,189,154) (35%, 74%, 60%)

RGB channels and saturation

R 90 of 255 = 35%
G 189 of 255 = 74%
B 154 of 255 = 60%

90
189
154

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

Portions of RGB colors in percentages

R + G + B = 90 + 189 + 154 = 433 (100%)
R 90 of 433 ~ 20.79%
G 189 of 433 ~ 43.65%
B 154 of 433 ~ 35.57'%

%20.79
%43.65
%35.57

CMYK color model

#5ABD9A color CMYK value is (52,0,19,26).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK: (52,0,19,26) C52M0Y19K26 (52%,0%,19%,26%) (0.52/0.00/0.19/0.26) 

CMYK percentages

%52.38
%0
%18.52
%25.88

Codes

Color #5ABD9A in popluar color models

5A BD 9A
RGB 90 189 154
HSL 159° 42.86% 54.71%
HSB/HSV 159° 52.38% 74.12%
CMYK 52.38% 0.00% 18.52%
25.88%

Color #5ABD9A in popluar number systems.

HEX 5A BD 9A
Decimal 90 189 154
Binary 1011010 10111101 10011010
Octal 132 275 232

Shades and tints

Shades of #5ABD9A

#5ABD9A
(90,189,154)
#52AC8C
(82,172,140)
#4A9B7E
(74,155,126)
#428A70
(66,138,112)
#3A7962
(58,121,98)
#326854
(50,104,84)
#2A5746
(42,87,70)
#224638
(34,70,56)
#1A352A
(26,53,42)
#12241C
(18,36,28)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #5ABD9A

#5ABD9A
(90,189,154)
#69C3A3
(105,195,163)
#78C9AC
(120,201,172)
#87CFB5
(135,207,181)
#96D5BE
(150,213,190)
#A5DBC7
(165,219,199)
#B4E1D0
(180,225,208)
#C3E7D9
(195,231,217)
#D2EDE2
(210,237,226)
#E1F3EB
(225,243,235)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABD9A color. Also use rgb(90,189,154) instead hex code.

Text Font Color

.myTextColor { color: #5ABD9A; }

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

This text font color is #5ABD9A.

Background Color

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

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

This div background color is #5ABD9A.

Border color

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

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

This div border color is #5ABD9A.

Opacity

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

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

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

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

This text has shadow with #5ABD9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5ABD9A.

Preview

Color preview on black background

This text has color #5ABD9A on black background.


Color preview on white background

This text has color #5ABD9A on white background.


Black color preview on #5ABD9A background

This text has black color on #5ABD9A background.


White color preview on #5ABD9A background

This text has white color on #5ABD9A background.


Related colors

Complementary color

Complementary color for #hex is #A54265.


I love getcolorcode.com

Triadic colors

1 #9A5ABD and #BD9A5A with #5ABD9A are triadic colors.

2 #9ABD5A and #BD5A9A with #5ABD9A are triadic colors.