COLOR #57F6B4

HEX: #57F6B4
RGB: (87,246,180)

Color info

#57F6B4 contains mainly green color. Web safe color of #57F6B4 is #66FFCC (or #6FC).

RGB color model

#57F6B4 color RGB value is (87,246,180).

  • red value is 87;
  • green value is 246;
  • blue value is 180.
RGB:
(87,246,180)
(34%,96%,71%)

RGB channels and saturation

R 87 of 255 = 34%
G 246 of 255 = 96%
B 180 of 255 = 71%

87
246
180

R + G + B ~ 67%. #57F6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 246 + 180 = 513 (100%)
R 87 of 513 ~ 16.96%
G 246 of 513 ~ 47.95%
B 180 of 513 ~ 35.09%

%16.96
%47.95
%35.09

CMYK color model

#57F6B4 color CMYK value is (65,0,27,4).

  • cyan value is 64.63%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 3.53%
CMYK:
(65,0,27,4)
C65M0Y27K4 
(65%,0%,27%,4%)
(0.65/0.00/0.27/0.04)	

CMYK percentages

%64.63
%0
%26.83
%3.53

Codes

Color #57F6B4 in popluar color models

57F6B4
RGB87246180
HSL155°89.83%65.29%
HSB/HSV155°64.63%96.47%
CMYK64.63%0.00%26.83%
3.53%

Color #57F6B4 in popluar number systems.

HEX57F6B4
Decimal87246180
Binary10101111111011010110100
Octal127366264

Shades and tints

Shades of #57F6B4

#57F6B4
(87,246,180)
#50E0A4
(80,224,164)
#49CA94
(73,202,148)
#42B484
(66,180,132)
#3B9E74
(59,158,116)
#348864
(52,136,100)
#2D7254
(45,114,84)
#265C44
(38,92,68)
#1F4634
(31,70,52)
#183024
(24,48,36)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #57F6B4

#57F6B4
(87,246,180)
#66F6BA
(102,246,186)
#75F6C0
(117,246,192)
#84F6C6
(132,246,198)
#93F6CC
(147,246,204)
#A2F6D2
(162,246,210)
#B1F6D8
(177,246,216)
#C0F6DE
(192,246,222)
#CFF6E4
(207,246,228)
#DEF6EA
(222,246,234)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57F6B4; }

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

This text font color is #57F6B4.


Background Color

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

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

This div background color is #57F6B4.


Border color

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

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

This div border color is #57F6B4.


Opacity

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

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

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

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

This text has shadow with #57F6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57F6B4 on black background.


Color preview on white background

This text has color #57F6B4 on white background.



Black color preview on #57F6B4 background

This text has black color on #57F6B4 background.


White color preview on #57F6B4 background

This text has white color on #57F6B4 background.