COLOR #57AC81

HEX: #57AC81 RGB: (87,172,129)

Color info

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

RGB color model

#57AC81 color RGB value is (87,172,129).

RGB: (87,172,129) (34%, 67%, 51%)

RGB channels and saturation

R 87 of 255 = 34%
G 172 of 255 = 67%
B 129 of 255 = 51%

87
172
129

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

Portions of RGB colors in percentages

R + G + B = 87 + 172 + 129 = 388 (100%)
R 87 of 388 ~ 22.42%
G 172 of 388 ~ 44.33%
B 129 of 388 ~ 33.25'%

%22.42
%44.33
%33.25

CMYK color model

#57AC81 color CMYK value is (49,0,25,33).

  • cyan value is 49.42%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 32.55%

CMYK: (49,0,25,33)
C49M0Y25K33 (49%, 0%, 25%, 33%)
(0.49 / 0.00 / 0.25 / 0.33)

CMYK percentages

%49.42
%0
%25
%32.55

Codes

Color #57AC81 in popluar color models

57 AC 81
RGB 87 172 129
HSL 150° 33.86% 50.78%
HSB/HSV 150° 49.42% 67.45%
CMYK 49.42% 0.00% 25.00%
32.55%

Color #57AC81 in popluar number systems.

HEX 57 AC 81
Decimal 87 172 129
Binary 1010111 10101100 10000001
Octal 127 254 201

Shades and tints

Shades of #57AC81

#57AC81
(87,172,129)
#509D76
(80,157,118)
#498E6B
(73,142,107)
#427F60
(66,127,96)
#3B7055
(59,112,85)
#34614A
(52,97,74)
#2D523F
(45,82,63)
#264334
(38,67,52)
#1F3429
(31,52,41)
#18251E
(24,37,30)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #57AC81

#57AC81
(87,172,129)
#66B38C
(102,179,140)
#75BA97
(117,186,151)
#84C1A2
(132,193,162)
#93C8AD
(147,200,173)
#A2CFB8
(162,207,184)
#B1D6C3
(177,214,195)
#C0DDCE
(192,221,206)
#CFE4D9
(207,228,217)
#DEEBE4
(222,235,228)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57AC81 color. Also use rgb(87,172,129) instead hex code.

Text Font Color

.myTextColor { color: #57AC81; }

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

This text font color is #57AC81.

Background Color

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

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

This div background color is #57AC81.

Border color

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

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

This div border color is #57AC81.

Opacity

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

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

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

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

This text has shadow with #57AC81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57AC81.

Preview

Color preview on black background

This text has color #57AC81 on black background.


Color preview on white background

This text has color #57AC81 on white background.


Black color preview on #57AC81 background

This text has black color on #57AC81 background.


White color preview on #57AC81 background

This text has white color on #57AC81 background.


Related colors

Complementary color

Complementary color for #hex is #A8537E.


I love getcolorcode.com

Triadic colors

1 #8157AC and #AC8157 with #57AC81 are triadic colors.

2 #81AC57 and #AC5781 with #57AC81 are triadic colors.