COLOR #57D7AB

HEX: #57D7AB
RGB: (87,215,171)

Color info

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

RGB color model

#57D7AB color RGB value is (87,215,171).

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

RGB channels and saturation

R 87 of 255 = 34%
G 215 of 255 = 84%
B 171 of 255 = 67%

87
215
171

R + G + B ~ 62%. #57D7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 215 + 171 = 473 (100%)
R 87 of 473 ~ 18.39%
G 215 of 473 ~ 45.45%
B 171 of 473 ~ 36.15%

%18.39
%45.45
%36.15

CMYK color model

#57D7AB color CMYK value is (60,0,20,16).

  • cyan value is 59.53%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(60,0,20,16)
C60M0Y20K16 
(60%,0%,20%,16%)
(0.60/0.00/0.20/0.16)	

CMYK percentages

%59.53
%0
%20.47
%15.69

Codes

Color #57D7AB in popluar color models

57D7AB
RGB87215171
HSL159°61.54%59.22%
HSB/HSV159°59.53%84.31%
CMYK59.53%0.00%20.47%
15.69%

Color #57D7AB in popluar number systems.

HEX57D7AB
Decimal87215171
Binary10101111101011110101011
Octal127327253

Shades and tints

Shades of #57D7AB

#57D7AB
(87,215,171)
#50C49C
(80,196,156)
#49B18D
(73,177,141)
#429E7E
(66,158,126)
#3B8B6F
(59,139,111)
#347860
(52,120,96)
#2D6551
(45,101,81)
#265242
(38,82,66)
#1F3F33
(31,63,51)
#182C24
(24,44,36)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #57D7AB

#57D7AB
(87,215,171)
#66DAB2
(102,218,178)
#75DDB9
(117,221,185)
#84E0C0
(132,224,192)
#93E3C7
(147,227,199)
#A2E6CE
(162,230,206)
#B1E9D5
(177,233,213)
#C0ECDC
(192,236,220)
#CFEFE3
(207,239,227)
#DEF2EA
(222,242,234)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57D7AB; }

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

This text font color is #57D7AB.


Background Color

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

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

This div background color is #57D7AB.


Border color

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

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

This div border color is #57D7AB.


Opacity

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

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

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

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

This text has shadow with #57D7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57D7AB on black background.


Color preview on white background

This text has color #57D7AB on white background.



Black color preview on #57D7AB background

This text has black color on #57D7AB background.


White color preview on #57D7AB background

This text has white color on #57D7AB background.