COLOR #57B688

HEX: #57B688
RGB: (87,182,136)

Color info

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

RGB color model

#57B688 color RGB value is (87,182,136).

  • red value is 87;
  • green value is 182;
  • blue value is 136.
RGB:
(87,182,136)
(34%,71%,53%)

RGB channels and saturation

R 87 of 255 = 34%
G 182 of 255 = 71%
B 136 of 255 = 53%

87
182
136

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

Portions of RGB colors in percentages

R + G + B =
87 + 182 + 136 = 405 (100%)
R 87 of 405 ~ 21.48%
G 182 of 405 ~ 44.94%
B 136 of 405 ~ 33.58%

%21.48
%44.94
%33.58

CMYK color model

#57B688 color CMYK value is (52,0,25,29).

  • cyan value is 52.20%
  • magenta value is 0.00%
  • yellow value is 25.27%
  • key color value is 28.63%
CMYK:
(52,0,25,29)
C52M0Y25K29 
(52%,0%,25%,29%)
(0.52/0.00/0.25/0.29)	

CMYK percentages

%52.2
%0
%25.27
%28.63

Codes

Color #57B688 in popluar color models

57B688
RGB87182136
HSL151°39.42%52.75%
HSB/HSV151°52.20%71.37%
CMYK52.20%0.00%25.27%
28.63%

Color #57B688 in popluar number systems.

HEX57B688
Decimal87182136
Binary10101111011011010001000
Octal127266210

Shades and tints

Shades of #57B688

#57B688
(87,182,136)
#50A67C
(80,166,124)
#499670
(73,150,112)
#428664
(66,134,100)
#3B7658
(59,118,88)
#34664C
(52,102,76)
#2D5640
(45,86,64)
#264634
(38,70,52)
#1F3628
(31,54,40)
#18261C
(24,38,28)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #57B688

#57B688
(87,182,136)
#66BC92
(102,188,146)
#75C29C
(117,194,156)
#84C8A6
(132,200,166)
#93CEB0
(147,206,176)
#A2D4BA
(162,212,186)
#B1DAC4
(177,218,196)
#C0E0CE
(192,224,206)
#CFE6D8
(207,230,216)
#DEECE2
(222,236,226)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B688 color. Also use rgb(87,182,136) instead hex code.

Text Font Color

.myTextColor { color: #57B688; }

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

This text font color is #57B688.


Background Color

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

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

This div background color is #57B688.


Border color

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

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

This div border color is #57B688.


Opacity

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

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

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

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

This text has shadow with #57B688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B688 on black background.


Color preview on white background

This text has color #57B688 on white background.



Black color preview on #57B688 background

This text has black color on #57B688 background.


White color preview on #57B688 background

This text has white color on #57B688 background.