COLOR #57C0AB

HEX: #57C0AB RGB: (87,192,171)

Color info

#57C0AB contains mainly green and blue colors. Web safe color of #57C0AB is #66CC99 (or #6C9).

RGB color model

#57C0AB color RGB value is (87,192,171).

RGB: (87,192,171) (34%, 75%, 67%)

RGB channels and saturation

R 87 of 255 = 34%
G 192 of 255 = 75%
B 171 of 255 = 67%

87
192
171

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

Portions of RGB colors in percentages

R + G + B = 87 + 192 + 171 = 450 (100%)
R 87 of 450 ~ 19.33%
G 192 of 450 ~ 42.67%
B 171 of 450 ~ 38'%

%19.33
%42.67
%38

CMYK color model

#57C0AB color CMYK value is (55,0,11,25).

  • cyan value is 54.69%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 24.71%

CMYK: (55,0,11,25)
C55M0Y11K25 (55%, 0%, 11%, 25%)
(0.55 / 0.00 / 0.11 / 0.25)

CMYK percentages

%54.69
%0
%10.94
%24.71

Codes

Color #57C0AB in popluar color models

57 C0 AB
RGB 87 192 171
HSL 168° 45.45% 54.71%
HSB/HSV 168° 54.69% 75.29%
CMYK 54.69% 0.00% 10.94%
24.71%

Color #57C0AB in popluar number systems.

HEX 57 C0 AB
Decimal 87 192 171
Binary 1010111 11000000 10101011
Octal 127 300 253

Shades and tints

Shades of #57C0AB

#57C0AB
(87,192,171)
#50AF9C
(80,175,156)
#499E8D
(73,158,141)
#428D7E
(66,141,126)
#3B7C6F
(59,124,111)
#346B60
(52,107,96)
#2D5A51
(45,90,81)
#264942
(38,73,66)
#1F3833
(31,56,51)
#182724
(24,39,36)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #57C0AB

#57C0AB
(87,192,171)
#66C5B2
(102,197,178)
#75CAB9
(117,202,185)
#84CFC0
(132,207,192)
#93D4C7
(147,212,199)
#A2D9CE
(162,217,206)
#B1DED5
(177,222,213)
#C0E3DC
(192,227,220)
#CFE8E3
(207,232,227)
#DEEDEA
(222,237,234)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57C0AB color. Also use rgb(87,192,171) instead hex code.

Text Font Color

.myTextColor { color: #57C0AB; }

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

This text font color is #57C0AB.

Background Color

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

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

This div background color is #57C0AB.

Border color

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

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

This div border color is #57C0AB.

Opacity

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

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

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

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

This text has shadow with #57C0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57C0AB.

Preview

Color preview on black background

This text has color #57C0AB on black background.


Color preview on white background

This text has color #57C0AB on white background.


Black color preview on #57C0AB background

This text has black color on #57C0AB background.


White color preview on #57C0AB background

This text has white color on #57C0AB background.


Related colors

Complementary color

Complementary color for #hex is #A83F54.


I love getcolorcode.com

Triadic colors

1 #AB57C0 and #C0AB57 with #57C0AB are triadic colors.

2 #ABC057 and #C057AB with #57C0AB are triadic colors.