COLOR #57ABAB

HEX: #57ABAB
RGB: (87,171,171)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
171
171

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

Portions of RGB colors in percentages

R + G + B =
87 + 171 + 171 = 429 (100%)
R 87 of 429 ~ 20.28%
G 171 of 429 ~ 39.86%
B 171 of 429 ~ 39.86%

%20.28
%39.86
%39.86

CMYK color model

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

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

CMYK percentages

%49.12
%0
%0
%32.94

Codes

Color #57ABAB in popluar color models

57ABAB
RGB87171171
HSL180°33.33%50.59%
HSB/HSV180°49.12%67.06%
CMYK49.12%0.00%0.00%
32.94%

Color #57ABAB in popluar number systems.

HEX57ABAB
Decimal87171171
Binary10101111010101110101011
Octal127253253

Shades and tints

Shades of #57ABAB

#57ABAB
(87,171,171)
#509C9C
(80,156,156)
#498D8D
(73,141,141)
#427E7E
(66,126,126)
#3B6F6F
(59,111,111)
#346060
(52,96,96)
#2D5151
(45,81,81)
#264242
(38,66,66)
#1F3333
(31,51,51)
#182424
(24,36,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #57ABAB

#57ABAB
(87,171,171)
#66B2B2
(102,178,178)
#75B9B9
(117,185,185)
#84C0C0
(132,192,192)
#93C7C7
(147,199,199)
#A2CECE
(162,206,206)
#B1D5D5
(177,213,213)
#C0DCDC
(192,220,220)
#CFE3E3
(207,227,227)
#DEEAEA
(222,234,234)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57ABAB; }

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

This text font color is #57ABAB.


Background Color

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

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

This div background color is #57ABAB.


Border color

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

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

This div border color is #57ABAB.


Opacity

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

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

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

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

This text has shadow with #57ABAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57ABAB on black background.


Color preview on white background

This text has color #57ABAB on white background.



Black color preview on #57ABAB background

This text has black color on #57ABAB background.


White color preview on #57ABAB background

This text has white color on #57ABAB background.