COLOR #57A899

HEX: #57A899 RGB: (87,168,153)

Color info

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

RGB color model

#57A899 color RGB value is (87,168,153).

RGB: (87,168,153) (34%, 66%, 60%)

RGB channels and saturation

R 87 of 255 = 34%
G 168 of 255 = 66%
B 153 of 255 = 60%

87
168
153

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

Portions of RGB colors in percentages

R + G + B = 87 + 168 + 153 = 408 (100%)
R 87 of 408 ~ 21.32%
G 168 of 408 ~ 41.18%
B 153 of 408 ~ 37.5'%

%21.32
%41.18
%37.5

CMYK color model

#57A899 color CMYK value is (48,0,9,34).

  • cyan value is 48.21%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 34.12%

CMYK: (48,0,9,34)
C48M0Y9K34 (48%, 0%, 9%, 34%)
(0.48 / 0.00 / 0.09 / 0.34)

CMYK percentages

%48.21
%0
%8.93
%34.12

Codes

Color #57A899 in popluar color models

57 A8 99
RGB 87 168 153
HSL 169° 31.76% 50.00%
HSB/HSV 169° 48.21% 65.88%
CMYK 48.21% 0.00% 8.93%
34.12%

Color #57A899 in popluar number systems.

HEX 57 A8 99
Decimal 87 168 153
Binary 1010111 10101000 10011001
Octal 127 250 231

Shades and tints

Shades of #57A899

#57A899
(87,168,153)
#50998C
(80,153,140)
#498A7F
(73,138,127)
#427B72
(66,123,114)
#3B6C65
(59,108,101)
#345D58
(52,93,88)
#2D4E4B
(45,78,75)
#263F3E
(38,63,62)
#1F3031
(31,48,49)
#182124
(24,33,36)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #57A899

#57A899
(87,168,153)
#66AFA2
(102,175,162)
#75B6AB
(117,182,171)
#84BDB4
(132,189,180)
#93C4BD
(147,196,189)
#A2CBC6
(162,203,198)
#B1D2CF
(177,210,207)
#C0D9D8
(192,217,216)
#CFE0E1
(207,224,225)
#DEE7EA
(222,231,234)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A899 color. Also use rgb(87,168,153) instead hex code.

Text Font Color

.myTextColor { color: #57A899; }

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

This text font color is #57A899.

Background Color

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

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

This div background color is #57A899.

Border color

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

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

This div border color is #57A899.

Opacity

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

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

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

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

This text has shadow with #57A899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57A899.

Preview

Color preview on black background

This text has color #57A899 on black background.


Color preview on white background

This text has color #57A899 on white background.


Black color preview on #57A899 background

This text has black color on #57A899 background.


White color preview on #57A899 background

This text has white color on #57A899 background.


Related colors

Complementary color

Complementary color for #hex is #A85766.


I love getcolorcode.com

Triadic colors

1 #9957A8 and #A89957 with #57A899 are triadic colors.

2 #99A857 and #A85799 with #57A899 are triadic colors.