COLOR #57B3AF

HEX: #57B3AF
RGB: (87,179,175)

Color info

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

RGB color model

#57B3AF color RGB value is (87,179,175).

  • red value is 87;
  • green value is 179;
  • blue value is 175.
RGB:
(87,179,175)
(34%,70%,69%)

RGB channels and saturation

R 87 of 255 = 34%
G 179 of 255 = 70%
B 175 of 255 = 69%

87
179
175

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

Portions of RGB colors in percentages

R + G + B =
87 + 179 + 175 = 441 (100%)
R 87 of 441 ~ 19.73%
G 179 of 441 ~ 40.59%
B 175 of 441 ~ 39.68%

%19.73
%40.59
%39.68

CMYK color model

#57B3AF color CMYK value is (51,0,2,30).

  • cyan value is 51.40%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK:
(51,0,2,30)
C51M0Y2K30 
(51%,0%,2%,30%)
(0.51/0.00/0.02/0.30)	

CMYK percentages

%51.4
%0
%2.23
%29.8

Codes

Color #57B3AF in popluar color models

57B3AF
RGB87179175
HSL177°37.70%52.16%
HSB/HSV177°51.40%70.20%
CMYK51.40%0.00%2.23%
29.80%

Color #57B3AF in popluar number systems.

HEX57B3AF
Decimal87179175
Binary10101111011001110101111
Octal127263257

Shades and tints

Shades of #57B3AF

#57B3AF
(87,179,175)
#50A3A0
(80,163,160)
#499391
(73,147,145)
#428382
(66,131,130)
#3B7373
(59,115,115)
#346364
(52,99,100)
#2D5355
(45,83,85)
#264346
(38,67,70)
#1F3337
(31,51,55)
#182328
(24,35,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #57B3AF

#57B3AF
(87,179,175)
#66B9B6
(102,185,182)
#75BFBD
(117,191,189)
#84C5C4
(132,197,196)
#93CBCB
(147,203,203)
#A2D1D2
(162,209,210)
#B1D7D9
(177,215,217)
#C0DDE0
(192,221,224)
#CFE3E7
(207,227,231)
#DEE9EE
(222,233,238)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57B3AF; }

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

This text font color is #57B3AF.


Background Color

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

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

This div background color is #57B3AF.


Border color

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

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

This div border color is #57B3AF.


Opacity

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

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

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

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

This text has shadow with #57B3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B3AF on black background.


Color preview on white background

This text has color #57B3AF on white background.



Black color preview on #57B3AF background

This text has black color on #57B3AF background.


White color preview on #57B3AF background

This text has white color on #57B3AF background.