COLOR #57ABA0

HEX: #57ABA0
RGB: (87,171,160)

Color info

#57ABA0 contains mainly green and blue colors. Web safe color of #57ABA0 is #669999 (or #699).

RGB color model

#57ABA0 color RGB value is (87,171,160).

  • red value is 87;
  • green value is 171;
  • blue value is 160.
RGB:
(87,171,160)
(34%,67%,63%)

RGB channels and saturation

R 87 of 255 = 34%
G 171 of 255 = 67%
B 160 of 255 = 63%

87
171
160

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

Portions of RGB colors in percentages

R + G + B =
87 + 171 + 160 = 418 (100%)
R 87 of 418 ~ 20.81%
G 171 of 418 ~ 40.91%
B 160 of 418 ~ 38.28%

%20.81
%40.91
%38.28

CMYK color model

#57ABA0 color CMYK value is (49,0,6,33).

  • cyan value is 49.12%
  • magenta value is 0.00%
  • yellow value is 6.43%
  • key color value is 32.94%
CMYK:
(49,0,6,33)
C49M0Y6K33 
(49%,0%,6%,33%)
(0.49/0.00/0.06/0.33)	

CMYK percentages

%49.12
%0
%6.43
%32.94

Codes

Color #57ABA0 in popluar color models

57ABA0
RGB87171160
HSL172°33.33%50.59%
HSB/HSV172°49.12%67.06%
CMYK49.12%0.00%6.43%
32.94%

Color #57ABA0 in popluar number systems.

HEX57ABA0
Decimal87171160
Binary10101111010101110100000
Octal127253240

Shades and tints

Shades of #57ABA0

#57ABA0
(87,171,160)
#509C92
(80,156,146)
#498D84
(73,141,132)
#427E76
(66,126,118)
#3B6F68
(59,111,104)
#34605A
(52,96,90)
#2D514C
(45,81,76)
#26423E
(38,66,62)
#1F3330
(31,51,48)
#182422
(24,36,34)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #57ABA0

#57ABA0
(87,171,160)
#66B2A8
(102,178,168)
#75B9B0
(117,185,176)
#84C0B8
(132,192,184)
#93C7C0
(147,199,192)
#A2CEC8
(162,206,200)
#B1D5D0
(177,213,208)
#C0DCD8
(192,220,216)
#CFE3E0
(207,227,224)
#DEEAE8
(222,234,232)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57ABA0 color. Also use rgb(87,171,160) instead hex code.

Text Font Color

.myTextColor { color: #57ABA0; }

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

This text font color is #57ABA0.


Background Color

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

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

This div background color is #57ABA0.


Border color

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

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

This div border color is #57ABA0.


Opacity

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

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

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

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

This text has shadow with #57ABA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57ABA0 on black background.


Color preview on white background

This text has color #57ABA0 on white background.



Black color preview on #57ABA0 background

This text has black color on #57ABA0 background.


White color preview on #57ABA0 background

This text has white color on #57ABA0 background.