COLOR #57C29C

HEX: #57C29C
RGB: (87,194,156)

Color info

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

RGB color model

#57C29C color RGB value is (87,194,156).

  • red value is 87;
  • green value is 194;
  • blue value is 156.
RGB:
(87,194,156)
(34%,76%,61%)

RGB channels and saturation

R 87 of 255 = 34%
G 194 of 255 = 76%
B 156 of 255 = 61%

87
194
156

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

Portions of RGB colors in percentages

R + G + B =
87 + 194 + 156 = 437 (100%)
R 87 of 437 ~ 19.91%
G 194 of 437 ~ 44.39%
B 156 of 437 ~ 35.7%

%19.91
%44.39
%35.7

CMYK color model

#57C29C color CMYK value is (55,0,20,24).

  • cyan value is 55.15%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 23.92%
CMYK:
(55,0,20,24)
C55M0Y20K24 
(55%,0%,20%,24%)
(0.55/0.00/0.20/0.24)	

CMYK percentages

%55.15
%0
%19.59
%23.92

Codes

Color #57C29C in popluar color models

57C29C
RGB87194156
HSL159°46.72%55.10%
HSB/HSV159°55.15%76.08%
CMYK55.15%0.00%19.59%
23.92%

Color #57C29C in popluar number systems.

HEX57C29C
Decimal87194156
Binary10101111100001010011100
Octal127302234

Shades and tints

Shades of #57C29C

#57C29C
(87,194,156)
#50B18E
(80,177,142)
#49A080
(73,160,128)
#428F72
(66,143,114)
#3B7E64
(59,126,100)
#346D56
(52,109,86)
#2D5C48
(45,92,72)
#264B3A
(38,75,58)
#1F3A2C
(31,58,44)
#18291E
(24,41,30)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #57C29C

#57C29C
(87,194,156)
#66C7A5
(102,199,165)
#75CCAE
(117,204,174)
#84D1B7
(132,209,183)
#93D6C0
(147,214,192)
#A2DBC9
(162,219,201)
#B1E0D2
(177,224,210)
#C0E5DB
(192,229,219)
#CFEAE4
(207,234,228)
#DEEFED
(222,239,237)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57C29C color. Also use rgb(87,194,156) instead hex code.

Text Font Color

.myTextColor { color: #57C29C; }

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

This text font color is #57C29C.


Background Color

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

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

This div background color is #57C29C.


Border color

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

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

This div border color is #57C29C.


Opacity

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

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

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

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

This text has shadow with #57C29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57C29C on black background.


Color preview on white background

This text has color #57C29C on white background.



Black color preview on #57C29C background

This text has black color on #57C29C background.


White color preview on #57C29C background

This text has white color on #57C29C background.