COLOR #57AC92

HEX: #57AC92 RGB: (87,172,146)

Color info

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

RGB color model

#57AC92 color RGB value is (87,172,146).

RGB: (87,172,146) (34%, 67%, 57%)

RGB channels and saturation

R 87 of 255 = 34%
G 172 of 255 = 67%
B 146 of 255 = 57%

87
172
146

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

Portions of RGB colors in percentages

R + G + B = 87 + 172 + 146 = 405 (100%)
R 87 of 405 ~ 21.48%
G 172 of 405 ~ 42.47%
B 146 of 405 ~ 36.05'%

%21.48
%42.47
%36.05

CMYK color model

#57AC92 color CMYK value is (49,0,15,33).

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

CMYK: (49,0,15,33)
C49M0Y15K33 (49%, 0%, 15%, 33%)
(0.49 / 0.00 / 0.15 / 0.33)

CMYK percentages

%49.42
%0
%15.12
%32.55

Codes

Color #57AC92 in popluar color models

57 AC 92
RGB 87 172 146
HSL 162° 33.86% 50.78%
HSB/HSV 162° 49.42% 67.45%
CMYK 49.42% 0.00% 15.12%
32.55%

Color #57AC92 in popluar number systems.

HEX 57 AC 92
Decimal 87 172 146
Binary 1010111 10101100 10010010
Octal 127 254 222

Shades and tints

Shades of #57AC92

#57AC92
(87,172,146)
#509D85
(80,157,133)
#498E78
(73,142,120)
#427F6B
(66,127,107)
#3B705E
(59,112,94)
#346151
(52,97,81)
#2D5244
(45,82,68)
#264337
(38,67,55)
#1F342A
(31,52,42)
#18251D
(24,37,29)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #57AC92

#57AC92
(87,172,146)
#66B39B
(102,179,155)
#75BAA4
(117,186,164)
#84C1AD
(132,193,173)
#93C8B6
(147,200,182)
#A2CFBF
(162,207,191)
#B1D6C8
(177,214,200)
#C0DDD1
(192,221,209)
#CFE4DA
(207,228,218)
#DEEBE3
(222,235,227)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57AC92; }

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

This text font color is #57AC92.

Background Color

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

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

This div background color is #57AC92.

Border color

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

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

This div border color is #57AC92.

Opacity

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

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

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

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

This text has shadow with #57AC92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57AC92.

Preview

Color preview on black background

This text has color #57AC92 on black background.


Color preview on white background

This text has color #57AC92 on white background.


Black color preview on #57AC92 background

This text has black color on #57AC92 background.


White color preview on #57AC92 background

This text has white color on #57AC92 background.


Related colors

Complementary color

Complementary color for #hex is #A8536D.


I love getcolorcode.com

Triadic colors

1 #9257AC and #AC9257 with #57AC92 are triadic colors.

2 #92AC57 and #AC5792 with #57AC92 are triadic colors.