COLOR #57C7B8

HEX: #57C7B8
RGB: (87,199,184)

Color info

#57C7B8 contains mainly green and blue colors. Web safe color of #57C7B8 is #66CCCC (or #6CC).

RGB color model

#57C7B8 color RGB value is (87,199,184).

  • red value is 87;
  • green value is 199;
  • blue value is 184.
RGB:
(87,199,184)
(34%,78%,72%)

RGB channels and saturation

R 87 of 255 = 34%
G 199 of 255 = 78%
B 184 of 255 = 72%

87
199
184

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

Portions of RGB colors in percentages

R + G + B =
87 + 199 + 184 = 470 (100%)
R 87 of 470 ~ 18.51%
G 199 of 470 ~ 42.34%
B 184 of 470 ~ 39.15%

%18.51
%42.34
%39.15

CMYK color model

#57C7B8 color CMYK value is (56,0,8,22).

  • cyan value is 56.28%
  • magenta value is 0.00%
  • yellow value is 7.54%
  • key color value is 21.96%
CMYK:
(56,0,8,22)
C56M0Y8K22 
(56%,0%,8%,22%)
(0.56/0.00/0.08/0.22)	

CMYK percentages

%56.28
%0
%7.54
%21.96

Codes

Color #57C7B8 in popluar color models

57C7B8
RGB87199184
HSL172°50.00%56.08%
HSB/HSV172°56.28%78.04%
CMYK56.28%0.00%7.54%
21.96%

Color #57C7B8 in popluar number systems.

HEX57C7B8
Decimal87199184
Binary10101111100011110111000
Octal127307270

Shades and tints

Shades of #57C7B8

#57C7B8
(87,199,184)
#50B5A8
(80,181,168)
#49A398
(73,163,152)
#429188
(66,145,136)
#3B7F78
(59,127,120)
#346D68
(52,109,104)
#2D5B58
(45,91,88)
#264948
(38,73,72)
#1F3738
(31,55,56)
#182528
(24,37,40)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #57C7B8

#57C7B8
(87,199,184)
#66CCBE
(102,204,190)
#75D1C4
(117,209,196)
#84D6CA
(132,214,202)
#93DBD0
(147,219,208)
#A2E0D6
(162,224,214)
#B1E5DC
(177,229,220)
#C0EAE2
(192,234,226)
#CFEFE8
(207,239,232)
#DEF4EE
(222,244,238)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57C7B8 color. Also use rgb(87,199,184) instead hex code.

Text Font Color

.myTextColor { color: #57C7B8; }

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

This text font color is #57C7B8.


Background Color

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

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

This div background color is #57C7B8.


Border color

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

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

This div border color is #57C7B8.


Opacity

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

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

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

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

This text has shadow with #57C7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57C7B8 on black background.


Color preview on white background

This text has color #57C7B8 on white background.



Black color preview on #57C7B8 background

This text has black color on #57C7B8 background.


White color preview on #57C7B8 background

This text has white color on #57C7B8 background.