COLOR #57D4AB

HEX: #57D4AB
RGB: (87,212,171)

Color info

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

RGB color model

#57D4AB color RGB value is (87,212,171).

  • red value is 87;
  • green value is 212;
  • blue value is 171.
RGB:
(87,212,171)
(34%,83%,67%)

RGB channels and saturation

R 87 of 255 = 34%
G 212 of 255 = 83%
B 171 of 255 = 67%

87
212
171

R + G + B ~ 61%. #57D4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 212 + 171 = 470 (100%)
R 87 of 470 ~ 18.51%
G 212 of 470 ~ 45.11%
B 171 of 470 ~ 36.38%

%18.51
%45.11
%36.38

CMYK color model

#57D4AB color CMYK value is (59,0,19,17).

  • cyan value is 58.96%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(59,0,19,17)
C59M0Y19K17 
(59%,0%,19%,17%)
(0.59/0.00/0.19/0.17)	

CMYK percentages

%58.96
%0
%19.34
%16.86

Codes

Color #57D4AB in popluar color models

57D4AB
RGB87212171
HSL160°59.24%58.63%
HSB/HSV160°58.96%83.14%
CMYK58.96%0.00%19.34%
16.86%

Color #57D4AB in popluar number systems.

HEX57D4AB
Decimal87212171
Binary10101111101010010101011
Octal127324253

Shades and tints

Shades of #57D4AB

#57D4AB
(87,212,171)
#50C19C
(80,193,156)
#49AE8D
(73,174,141)
#429B7E
(66,155,126)
#3B886F
(59,136,111)
#347560
(52,117,96)
#2D6251
(45,98,81)
#264F42
(38,79,66)
#1F3C33
(31,60,51)
#182924
(24,41,36)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #57D4AB

#57D4AB
(87,212,171)
#66D7B2
(102,215,178)
#75DAB9
(117,218,185)
#84DDC0
(132,221,192)
#93E0C7
(147,224,199)
#A2E3CE
(162,227,206)
#B1E6D5
(177,230,213)
#C0E9DC
(192,233,220)
#CFECE3
(207,236,227)
#DEEFEA
(222,239,234)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57D4AB; }

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

This text font color is #57D4AB.


Background Color

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

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

This div background color is #57D4AB.


Border color

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

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

This div border color is #57D4AB.


Opacity

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

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

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

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

This text has shadow with #57D4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57D4AB on black background.


Color preview on white background

This text has color #57D4AB on white background.



Black color preview on #57D4AB background

This text has black color on #57D4AB background.


White color preview on #57D4AB background

This text has white color on #57D4AB background.