COLOR #57B788

HEX: #57B788
RGB: (87,183,136)

Color info

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

RGB color model

#57B788 color RGB value is (87,183,136).

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

RGB channels and saturation

R 87 of 255 = 34%
G 183 of 255 = 72%
B 136 of 255 = 53%

87
183
136

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

Portions of RGB colors in percentages

R + G + B =
87 + 183 + 136 = 406 (100%)
R 87 of 406 ~ 21.43%
G 183 of 406 ~ 45.07%
B 136 of 406 ~ 33.5%

%21.43
%45.07
%33.5

CMYK color model

#57B788 color CMYK value is (52,0,26,28).

  • cyan value is 52.46%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 28.24%
CMYK:
(52,0,26,28)
C52M0Y26K28 
(52%,0%,26%,28%)
(0.52/0.00/0.26/0.28)	

CMYK percentages

%52.46
%0
%25.68
%28.24

Codes

Color #57B788 in popluar color models

57B788
RGB87183136
HSL151°40.00%52.94%
HSB/HSV151°52.46%71.76%
CMYK52.46%0.00%25.68%
28.24%

Color #57B788 in popluar number systems.

HEX57B788
Decimal87183136
Binary10101111011011110001000
Octal127267210

Shades and tints

Shades of #57B788

#57B788
(87,183,136)
#50A77C
(80,167,124)
#499770
(73,151,112)
#428764
(66,135,100)
#3B7758
(59,119,88)
#34674C
(52,103,76)
#2D5740
(45,87,64)
#264734
(38,71,52)
#1F3728
(31,55,40)
#18271C
(24,39,28)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #57B788

#57B788
(87,183,136)
#66BD92
(102,189,146)
#75C39C
(117,195,156)
#84C9A6
(132,201,166)
#93CFB0
(147,207,176)
#A2D5BA
(162,213,186)
#B1DBC4
(177,219,196)
#C0E1CE
(192,225,206)
#CFE7D8
(207,231,216)
#DEEDE2
(222,237,226)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57B788; }

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

This text font color is #57B788.


Background Color

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

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

This div background color is #57B788.


Border color

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

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

This div border color is #57B788.


Opacity

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

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

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

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

This text has shadow with #57B788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B788 on black background.


Color preview on white background

This text has color #57B788 on white background.



Black color preview on #57B788 background

This text has black color on #57B788 background.


White color preview on #57B788 background

This text has white color on #57B788 background.