COLOR #5AADBF

HEX: #5AADBF
RGB: (90,173,191)

Color info

#5AADBF contains mainly green and blue colors. Web safe color of #5AADBF is #6699CC (or #69C).

RGB color model

#5AADBF color RGB value is (90,173,191).

  • red value is 90;
  • green value is 173;
  • blue value is 191.
RGB:
(90,173,191)
(35%,68%,75%)

RGB channels and saturation

R 90 of 255 = 35%
G 173 of 255 = 68%
B 191 of 255 = 75%

90
173
191

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

Portions of RGB colors in percentages

R + G + B =
90 + 173 + 191 = 454 (100%)
R 90 of 454 ~ 19.82%
G 173 of 454 ~ 38.11%
B 191 of 454 ~ 42.07%

%19.82
%38.11
%42.07

CMYK color model

#5AADBF color CMYK value is (53,9,0,25).

  • cyan value is 52.88%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(53,9,0,25)
C53M9Y0K25 
(53%,9%,0%,25%)
(0.53/0.09/0.00/0.25)	

CMYK percentages

%52.88
%9.42
%0
%25.1

Codes

Color #5AADBF in popluar color models

5AADBF
RGB90173191
HSL191°44.10%55.10%
HSB/HSV191°52.88%74.90%
CMYK52.88%9.42%0.00%
25.10%

Color #5AADBF in popluar number systems.

HEX5AADBF
Decimal90173191
Binary10110101010110110111111
Octal132255277

Shades and tints

Shades of #5AADBF

#5AADBF
(90,173,191)
#529EAE
(82,158,174)
#4A8F9D
(74,143,157)
#42808C
(66,128,140)
#3A717B
(58,113,123)
#32626A
(50,98,106)
#2A5359
(42,83,89)
#224448
(34,68,72)
#1A3537
(26,53,55)
#122626
(18,38,38)
#0A1715
(10,23,21)
#000000
(0,0,0)

Tints of #5AADBF

#5AADBF
(90,173,191)
#69B4C4
(105,180,196)
#78BBC9
(120,187,201)
#87C2CE
(135,194,206)
#96C9D3
(150,201,211)
#A5D0D8
(165,208,216)
#B4D7DD
(180,215,221)
#C3DEE2
(195,222,226)
#D2E5E7
(210,229,231)
#E1ECEC
(225,236,236)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AADBF; }

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

This text font color is #5AADBF.


Background Color

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

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

This div background color is #5AADBF.


Border color

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

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

This div border color is #5AADBF.


Opacity

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

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

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

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

This text has shadow with #5AADBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AADBF on black background.


Color preview on white background

This text has color #5AADBF on white background.



Black color preview on #5AADBF background

This text has black color on #5AADBF background.


White color preview on #5AADBF background

This text has white color on #5AADBF background.