COLOR #57AE99

HEX: #57AE99 RGB: (87,174,153)

Color info

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

RGB color model

#57AE99 color RGB value is (87,174,153).

RGB: (87,174,153) (34%, 68%, 60%)

RGB channels and saturation

R 87 of 255 = 34%
G 174 of 255 = 68%
B 153 of 255 = 60%

87
174
153

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

Portions of RGB colors in percentages

R + G + B = 87 + 174 + 153 = 414 (100%)
R 87 of 414 ~ 21.01%
G 174 of 414 ~ 42.03%
B 153 of 414 ~ 36.96'%

%21.01
%42.03
%36.96

CMYK color model

#57AE99 color CMYK value is (50,0,12,32).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK: (50,0,12,32) C50M0Y12K32 (50%,0%,12%,32%) (0.50/0.00/0.12/0.32) 

CMYK percentages

%50
%0
%12.07
%31.76

Codes

Color #57AE99 in popluar color models

57 AE 99
RGB 87 174 153
HSL 166° 34.94% 51.18%
HSB/HSV 166° 50.00% 68.24%
CMYK 50.00% 0.00% 12.07%
31.76%

Color #57AE99 in popluar number systems.

HEX 57 AE 99
Decimal 87 174 153
Binary 1010111 10101110 10011001
Octal 127 256 231

Shades and tints

Shades of #57AE99

#57AE99
(87,174,153)
#509F8C
(80,159,140)
#49907F
(73,144,127)
#428172
(66,129,114)
#3B7265
(59,114,101)
#346358
(52,99,88)
#2D544B
(45,84,75)
#26453E
(38,69,62)
#1F3631
(31,54,49)
#182724
(24,39,36)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #57AE99

#57AE99
(87,174,153)
#66B5A2
(102,181,162)
#75BCAB
(117,188,171)
#84C3B4
(132,195,180)
#93CABD
(147,202,189)
#A2D1C6
(162,209,198)
#B1D8CF
(177,216,207)
#C0DFD8
(192,223,216)
#CFE6E1
(207,230,225)
#DEEDEA
(222,237,234)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57AE99; }

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

This text font color is #57AE99.

Background Color

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

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

This div background color is #57AE99.

Border color

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

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

This div border color is #57AE99.

Opacity

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

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

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

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

This text has shadow with #57AE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57AE99.

Preview

Color preview on black background

This text has color #57AE99 on black background.


Color preview on white background

This text has color #57AE99 on white background.


Black color preview on #57AE99 background

This text has black color on #57AE99 background.


White color preview on #57AE99 background

This text has white color on #57AE99 background.


Related colors

Complementary color

Complementary color for #hex is #A85166.


I love getcolorcode.com

Triadic colors

1 #9957AE and #AE9957 with #57AE99 are triadic colors.

2 #99AE57 and #AE5799 with #57AE99 are triadic colors.