COLOR #57CAAD

HEX: #57CAAD
RGB: (87,202,173)

Color info

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

RGB color model

#57CAAD color RGB value is (87,202,173).

  • red value is 87;
  • green value is 202;
  • blue value is 173.
RGB:
(87,202,173)
(34%,79%,68%)

RGB channels and saturation

R 87 of 255 = 34%
G 202 of 255 = 79%
B 173 of 255 = 68%

87
202
173

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

Portions of RGB colors in percentages

R + G + B =
87 + 202 + 173 = 462 (100%)
R 87 of 462 ~ 18.83%
G 202 of 462 ~ 43.72%
B 173 of 462 ~ 37.45%

%18.83
%43.72
%37.45

CMYK color model

#57CAAD color CMYK value is (57,0,14,21).

  • cyan value is 56.93%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 20.78%
CMYK:
(57,0,14,21)
C57M0Y14K21 
(57%,0%,14%,21%)
(0.57/0.00/0.14/0.21)	

CMYK percentages

%56.93
%0
%14.36
%20.78

Codes

Color #57CAAD in popluar color models

57CAAD
RGB87202173
HSL165°52.04%56.67%
HSB/HSV165°56.93%79.22%
CMYK56.93%0.00%14.36%
20.78%

Color #57CAAD in popluar number systems.

HEX57CAAD
Decimal87202173
Binary10101111100101010101101
Octal127312255

Shades and tints

Shades of #57CAAD

#57CAAD
(87,202,173)
#50B89E
(80,184,158)
#49A68F
(73,166,143)
#429480
(66,148,128)
#3B8271
(59,130,113)
#347062
(52,112,98)
#2D5E53
(45,94,83)
#264C44
(38,76,68)
#1F3A35
(31,58,53)
#182826
(24,40,38)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #57CAAD

#57CAAD
(87,202,173)
#66CEB4
(102,206,180)
#75D2BB
(117,210,187)
#84D6C2
(132,214,194)
#93DAC9
(147,218,201)
#A2DED0
(162,222,208)
#B1E2D7
(177,226,215)
#C0E6DE
(192,230,222)
#CFEAE5
(207,234,229)
#DEEEEC
(222,238,236)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57CAAD; }

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

This text font color is #57CAAD.


Background Color

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

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

This div background color is #57CAAD.


Border color

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

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

This div border color is #57CAAD.


Opacity

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

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

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

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

This text has shadow with #57CAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57CAAD on black background.


Color preview on white background

This text has color #57CAAD on white background.



Black color preview on #57CAAD background

This text has black color on #57CAAD background.


White color preview on #57CAAD background

This text has white color on #57CAAD background.