COLOR #57B99E

HEX: #57B99E
RGB: (87,185,158)

Color info

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

RGB color model

#57B99E color RGB value is (87,185,158).

  • red value is 87;
  • green value is 185;
  • blue value is 158.
RGB:
(87,185,158)
(34%,73%,62%)

RGB channels and saturation

R 87 of 255 = 34%
G 185 of 255 = 73%
B 158 of 255 = 62%

87
185
158

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

Portions of RGB colors in percentages

R + G + B =
87 + 185 + 158 = 430 (100%)
R 87 of 430 ~ 20.23%
G 185 of 430 ~ 43.02%
B 158 of 430 ~ 36.74%

%20.23
%43.02
%36.74

CMYK color model

#57B99E color CMYK value is (53,0,15,27).

  • cyan value is 52.97%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(53,0,15,27)
C53M0Y15K27 
(53%,0%,15%,27%)
(0.53/0.00/0.15/0.27)	

CMYK percentages

%52.97
%0
%14.59
%27.45

Codes

Color #57B99E in popluar color models

57B99E
RGB87185158
HSL163°41.18%53.33%
HSB/HSV163°52.97%72.55%
CMYK52.97%0.00%14.59%
27.45%

Color #57B99E in popluar number systems.

HEX57B99E
Decimal87185158
Binary10101111011100110011110
Octal127271236

Shades and tints

Shades of #57B99E

#57B99E
(87,185,158)
#50A990
(80,169,144)
#499982
(73,153,130)
#428974
(66,137,116)
#3B7966
(59,121,102)
#346958
(52,105,88)
#2D594A
(45,89,74)
#26493C
(38,73,60)
#1F392E
(31,57,46)
#182920
(24,41,32)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #57B99E

#57B99E
(87,185,158)
#66BFA6
(102,191,166)
#75C5AE
(117,197,174)
#84CBB6
(132,203,182)
#93D1BE
(147,209,190)
#A2D7C6
(162,215,198)
#B1DDCE
(177,221,206)
#C0E3D6
(192,227,214)
#CFE9DE
(207,233,222)
#DEEFE6
(222,239,230)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57B99E; }

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

This text font color is #57B99E.


Background Color

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

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

This div background color is #57B99E.


Border color

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

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

This div border color is #57B99E.


Opacity

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

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

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

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

This text has shadow with #57B99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B99E on black background.


Color preview on white background

This text has color #57B99E on white background.



Black color preview on #57B99E background

This text has black color on #57B99E background.


White color preview on #57B99E background

This text has white color on #57B99E background.