COLOR #57A2AD

HEX: #57A2AD
RGB: (87,162,173)

Color info

#57A2AD contains mainly green and blue colors. Web safe color of #57A2AD is #669999 (or #699).

RGB color model

#57A2AD color RGB value is (87,162,173).

  • red value is 87;
  • green value is 162;
  • blue value is 173.
RGB:
(87,162,173)
(34%,64%,68%)

RGB channels and saturation

R 87 of 255 = 34%
G 162 of 255 = 64%
B 173 of 255 = 68%

87
162
173

R + G + B ~ 55%. #57A2AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 162 + 173 = 422 (100%)
R 87 of 422 ~ 20.62%
G 162 of 422 ~ 38.39%
B 173 of 422 ~ 41%

%20.62
%38.39
%41

CMYK color model

#57A2AD color CMYK value is (50,6,0,32).

  • cyan value is 49.71%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(50,6,0,32)
C50M6Y0K32 
(50%,6%,0%,32%)
(0.50/0.06/0.00/0.32)	

CMYK percentages

%49.71
%6.36
%0
%32.16

Codes

Color #57A2AD in popluar color models

57A2AD
RGB87162173
HSL188°34.40%50.98%
HSB/HSV188°49.71%67.84%
CMYK49.71%6.36%0.00%
32.16%

Color #57A2AD in popluar number systems.

HEX57A2AD
Decimal87162173
Binary10101111010001010101101
Octal127242255

Shades and tints

Shades of #57A2AD

#57A2AD
(87,162,173)
#50949E
(80,148,158)
#49868F
(73,134,143)
#427880
(66,120,128)
#3B6A71
(59,106,113)
#345C62
(52,92,98)
#2D4E53
(45,78,83)
#264044
(38,64,68)
#1F3235
(31,50,53)
#182426
(24,36,38)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #57A2AD

#57A2AD
(87,162,173)
#66AAB4
(102,170,180)
#75B2BB
(117,178,187)
#84BAC2
(132,186,194)
#93C2C9
(147,194,201)
#A2CAD0
(162,202,208)
#B1D2D7
(177,210,215)
#C0DADE
(192,218,222)
#CFE2E5
(207,226,229)
#DEEAEC
(222,234,236)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A2AD color. Also use rgb(87,162,173) instead hex code.

Text Font Color

.myTextColor { color: #57A2AD; }

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

This text font color is #57A2AD.


Background Color

.myBgColor { background-color: #57A2AD; }

<div style="background-color:#57A2AD">Inner text</div>

This div background color is #57A2AD.


Border color

.myBorderColor { border: 1px solid #57A2AD; }

<div style="border:3px solid #57A2AD">Div</div>

This div border color is #57A2AD.


Opacity

.myOpacity80 { color: #57A2AD; opacity: 0.8; }

<p style="color:#57A2AD;opacity:0.8;">80%</p>

Text with #57A2AD 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 #57A2AD;}

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

This text has shadow with #57A2AD color.

.textShadow {text-shadow: 3px 3px 1px #57A2AD, 3px 3px 1px red;}

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

This text has shadow with #57A2AD primary color and red secondary color.


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

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

This text has shadow with #57A2AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A2AD on black background.


Color preview on white background

This text has color #57A2AD on white background.



Black color preview on #57A2AD background

This text has black color on #57A2AD background.


White color preview on #57A2AD background

This text has white color on #57A2AD background.