COLOR #57CFB0

HEX: #57CFB0 RGB: (87,207,176)

Color info

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

RGB color model

#57CFB0 color RGB value is (87,207,176).

RGB: (87,207,176) (34%, 81%, 69%)

RGB channels and saturation

R 87 of 255 = 34%
G 207 of 255 = 81%
B 176 of 255 = 69%

87
207
176

R + G + B ~ 61%. #57CFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 87 + 207 + 176 = 470 (100%)
R 87 of 470 ~ 18.51%
G 207 of 470 ~ 44.04%
B 176 of 470 ~ 37.45'%

%18.51
%44.04
%37.45

CMYK color model

#57CFB0 color CMYK value is (58,0,15,19).

  • cyan value is 57.97%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 18.82%
CMYK: (58,0,15,19) C58M0Y15K19 (58%,0%,15%,19%) (0.58/0.00/0.15/0.19) 

CMYK percentages

%57.97
%0
%14.98
%18.82

Codes

Color #57CFB0 in popluar color models

57 CF B0
RGB 87 207 176
HSL 165° 55.56% 57.65%
HSB/HSV 165° 57.97% 81.18%
CMYK 57.97% 0.00% 14.98%
18.82%

Color #57CFB0 in popluar number systems.

HEX 57 CF B0
Decimal 87 207 176
Binary 1010111 11001111 10110000
Octal 127 317 260

Shades and tints

Shades of #57CFB0

#57CFB0
(87,207,176)
#50BDA0
(80,189,160)
#49AB90
(73,171,144)
#429980
(66,153,128)
#3B8770
(59,135,112)
#347560
(52,117,96)
#2D6350
(45,99,80)
#265140
(38,81,64)
#1F3F30
(31,63,48)
#182D20
(24,45,32)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #57CFB0

#57CFB0
(87,207,176)
#66D3B7
(102,211,183)
#75D7BE
(117,215,190)
#84DBC5
(132,219,197)
#93DFCC
(147,223,204)
#A2E3D3
(162,227,211)
#B1E7DA
(177,231,218)
#C0EBE1
(192,235,225)
#CFEFE8
(207,239,232)
#DEF3EF
(222,243,239)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57CFB0; }

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

This text font color is #57CFB0.

Background Color

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

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

This div background color is #57CFB0.

Border color

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

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

This div border color is #57CFB0.

Opacity

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

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

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

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

This text has shadow with #57CFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57CFB0.

Preview

Color preview on black background

This text has color #57CFB0 on black background.


Color preview on white background

This text has color #57CFB0 on white background.


Black color preview on #57CFB0 background

This text has black color on #57CFB0 background.


White color preview on #57CFB0 background

This text has white color on #57CFB0 background.


Related colors

Complementary color

Complementary color for #hex is #A8304F.


I love getcolorcode.com

Triadic colors

1 #B057CF and #CFB057 with #57CFB0 are triadic colors.

2 #B0CF57 and #CF57B0 with #57CFB0 are triadic colors.