COLOR #57BCA1

HEX: #57BCA1
RGB: (87,188,161)

Color info

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

RGB color model

#57BCA1 color RGB value is (87,188,161).

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

RGB channels and saturation

R 87 of 255 = 34%
G 188 of 255 = 74%
B 161 of 255 = 63%

87
188
161

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

Portions of RGB colors in percentages

R + G + B =
87 + 188 + 161 = 436 (100%)
R 87 of 436 ~ 19.95%
G 188 of 436 ~ 43.12%
B 161 of 436 ~ 36.93%

%19.95
%43.12
%36.93

CMYK color model

#57BCA1 color CMYK value is (54,0,14,26).

  • cyan value is 53.72%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 26.27%
CMYK:
(54,0,14,26)
C54M0Y14K26 
(54%,0%,14%,26%)
(0.54/0.00/0.14/0.26)	

CMYK percentages

%53.72
%0
%14.36
%26.27

Codes

Color #57BCA1 in popluar color models

57BCA1
RGB87188161
HSL164°42.98%53.92%
HSB/HSV164°53.72%73.73%
CMYK53.72%0.00%14.36%
26.27%

Color #57BCA1 in popluar number systems.

HEX57BCA1
Decimal87188161
Binary10101111011110010100001
Octal127274241

Shades and tints

Shades of #57BCA1

#57BCA1
(87,188,161)
#50AB93
(80,171,147)
#499A85
(73,154,133)
#428977
(66,137,119)
#3B7869
(59,120,105)
#34675B
(52,103,91)
#2D564D
(45,86,77)
#26453F
(38,69,63)
#1F3431
(31,52,49)
#182323
(24,35,35)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #57BCA1

#57BCA1
(87,188,161)
#66C2A9
(102,194,169)
#75C8B1
(117,200,177)
#84CEB9
(132,206,185)
#93D4C1
(147,212,193)
#A2DAC9
(162,218,201)
#B1E0D1
(177,224,209)
#C0E6D9
(192,230,217)
#CFECE1
(207,236,225)
#DEF2E9
(222,242,233)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57BCA1; }

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

This text font color is #57BCA1.


Background Color

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

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

This div background color is #57BCA1.


Border color

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

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

This div border color is #57BCA1.


Opacity

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

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

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

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

This text has shadow with #57BCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57BCA1 on black background.


Color preview on white background

This text has color #57BCA1 on white background.



Black color preview on #57BCA1 background

This text has black color on #57BCA1 background.


White color preview on #57BCA1 background

This text has white color on #57BCA1 background.