COLOR #57BCB1

HEX: #57BCB1
RGB: (87,188,177)

Color info

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

RGB color model

#57BCB1 color RGB value is (87,188,177).

  • red value is 87;
  • green value is 188;
  • blue value is 177.
RGB:
(87,188,177)
(34%,74%,69%)

RGB channels and saturation

R 87 of 255 = 34%
G 188 of 255 = 74%
B 177 of 255 = 69%

87
188
177

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

Portions of RGB colors in percentages

R + G + B =
87 + 188 + 177 = 452 (100%)
R 87 of 452 ~ 19.25%
G 188 of 452 ~ 41.59%
B 177 of 452 ~ 39.16%

%19.25
%41.59
%39.16

CMYK color model

#57BCB1 color CMYK value is (54,0,6,26).

  • cyan value is 53.72%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK:
(54,0,6,26)
C54M0Y6K26 
(54%,0%,6%,26%)
(0.54/0.00/0.06/0.26)	

CMYK percentages

%53.72
%0
%5.85
%26.27

Codes

Color #57BCB1 in popluar color models

57BCB1
RGB87188177
HSL173°42.98%53.92%
HSB/HSV173°53.72%73.73%
CMYK53.72%0.00%5.85%
26.27%

Color #57BCB1 in popluar number systems.

HEX57BCB1
Decimal87188177
Binary10101111011110010110001
Octal127274261

Shades and tints

Shades of #57BCB1

#57BCB1
(87,188,177)
#50ABA1
(80,171,161)
#499A91
(73,154,145)
#428981
(66,137,129)
#3B7871
(59,120,113)
#346761
(52,103,97)
#2D5651
(45,86,81)
#264541
(38,69,65)
#1F3431
(31,52,49)
#182321
(24,35,33)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #57BCB1

#57BCB1
(87,188,177)
#66C2B8
(102,194,184)
#75C8BF
(117,200,191)
#84CEC6
(132,206,198)
#93D4CD
(147,212,205)
#A2DAD4
(162,218,212)
#B1E0DB
(177,224,219)
#C0E6E2
(192,230,226)
#CFECE9
(207,236,233)
#DEF2F0
(222,242,240)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57BCB1 color. Also use rgb(87,188,177) instead hex code.

Text Font Color

.myTextColor { color: #57BCB1; }

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

This text font color is #57BCB1.


Background Color

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

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

This div background color is #57BCB1.


Border color

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

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

This div border color is #57BCB1.


Opacity

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

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

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

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

This text has shadow with #57BCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57BCB1 on black background.


Color preview on white background

This text has color #57BCB1 on white background.



Black color preview on #57BCB1 background

This text has black color on #57BCB1 background.


White color preview on #57BCB1 background

This text has white color on #57BCB1 background.