COLOR #5ABDAD

HEX: #5ABDAD RGB: (90,189,173)

Color info

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

RGB color model

#5ABDAD color RGB value is (90,189,173).

RGB: (90,189,173) (35%, 74%, 68%)

RGB channels and saturation

R 90 of 255 = 35%
G 189 of 255 = 74%
B 173 of 255 = 68%

90
189
173

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

Portions of RGB colors in percentages

R + G + B = 90 + 189 + 173 = 452 (100%)
R 90 of 452 ~ 19.91%
G 189 of 452 ~ 41.81%
B 173 of 452 ~ 38.27'%

%19.91
%41.81
%38.27

CMYK color model

#5ABDAD color CMYK value is (52,0,8,26).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 25.88%
CMYK: (52,0,8,26) C52M0Y8K26 (52%,0%,8%,26%) (0.52/0.00/0.08/0.26) 

CMYK percentages

%52.38
%0
%8.47
%25.88

Codes

Color #5ABDAD in popluar color models

5A BD AD
RGB 90 189 173
HSL 170° 42.86% 54.71%
HSB/HSV 170° 52.38% 74.12%
CMYK 52.38% 0.00% 8.47%
25.88%

Color #5ABDAD in popluar number systems.

HEX 5A BD AD
Decimal 90 189 173
Binary 1011010 10111101 10101101
Octal 132 275 255

Shades and tints

Shades of #5ABDAD

#5ABDAD
(90,189,173)
#52AC9E
(82,172,158)
#4A9B8F
(74,155,143)
#428A80
(66,138,128)
#3A7971
(58,121,113)
#326862
(50,104,98)
#2A5753
(42,87,83)
#224644
(34,70,68)
#1A3535
(26,53,53)
#122426
(18,36,38)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #5ABDAD

#5ABDAD
(90,189,173)
#69C3B4
(105,195,180)
#78C9BB
(120,201,187)
#87CFC2
(135,207,194)
#96D5C9
(150,213,201)
#A5DBD0
(165,219,208)
#B4E1D7
(180,225,215)
#C3E7DE
(195,231,222)
#D2EDE5
(210,237,229)
#E1F3EC
(225,243,236)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5ABDAD; }

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

This text font color is #5ABDAD.

Background Color

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

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

This div background color is #5ABDAD.

Border color

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

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

This div border color is #5ABDAD.

Opacity

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

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

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

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

This text has shadow with #5ABDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5ABDAD.

Preview

Color preview on black background

This text has color #5ABDAD on black background.


Color preview on white background

This text has color #5ABDAD on white background.


Black color preview on #5ABDAD background

This text has black color on #5ABDAD background.


White color preview on #5ABDAD background

This text has white color on #5ABDAD background.


Related colors

Complementary color

Complementary color for #hex is #A54252.


I love getcolorcode.com

Triadic colors

1 #AD5ABD and #BDAD5A with #5ABDAD are triadic colors.

2 #ADBD5A and #BD5AAD with #5ABDAD are triadic colors.