COLOR #56E3AD

HEX: #56E3AD
RGB: (86,227,173)

Color info

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

RGB color model

#56E3AD color RGB value is (86,227,173).

  • red value is 86;
  • green value is 227;
  • blue value is 173.
RGB:
(86,227,173)
(34%,89%,68%)

RGB channels and saturation

R 86 of 255 = 34%
G 227 of 255 = 89%
B 173 of 255 = 68%

86
227
173

R + G + B ~ 64%. #56E3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 227 + 173 = 486 (100%)
R 86 of 486 ~ 17.7%
G 227 of 486 ~ 46.71%
B 173 of 486 ~ 35.6%

%17.7
%46.71
%35.6

CMYK color model

#56E3AD color CMYK value is (62,0,24,11).

  • cyan value is 62.11%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(62,0,24,11)
C62M0Y24K11 
(62%,0%,24%,11%)
(0.62/0.00/0.24/0.11)	

CMYK percentages

%62.11
%0
%23.79
%10.98

Codes

Color #56E3AD in popluar color models

56E3AD
RGB86227173
HSL157°71.57%61.37%
HSB/HSV157°62.11%89.02%
CMYK62.11%0.00%23.79%
10.98%

Color #56E3AD in popluar number systems.

HEX56E3AD
Decimal86227173
Binary10101101110001110101101
Octal126343255

Shades and tints

Shades of #56E3AD

#56E3AD
(86,227,173)
#4FCF9E
(79,207,158)
#48BB8F
(72,187,143)
#41A780
(65,167,128)
#3A9371
(58,147,113)
#337F62
(51,127,98)
#2C6B53
(44,107,83)
#255744
(37,87,68)
#1E4335
(30,67,53)
#172F26
(23,47,38)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #56E3AD

#56E3AD
(86,227,173)
#65E5B4
(101,229,180)
#74E7BB
(116,231,187)
#83E9C2
(131,233,194)
#92EBC9
(146,235,201)
#A1EDD0
(161,237,208)
#B0EFD7
(176,239,215)
#BFF1DE
(191,241,222)
#CEF3E5
(206,243,229)
#DDF5EC
(221,245,236)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56E3AD color. Also use rgb(86,227,173) instead hex code.

Text Font Color

.myTextColor { color: #56E3AD; }

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

This text font color is #56E3AD.


Background Color

.myBgColor { background-color: #56E3AD; }

<div style="background-color:#56E3AD">Inner text</div>

This div background color is #56E3AD.


Border color

.myBorderColor { border: 1px solid #56E3AD; }

<div style="border:3px solid #56E3AD">Div</div>

This div border color is #56E3AD.


Opacity

.myOpacity80 { color: #56E3AD; opacity: 0.8; }

<p style="color:#56E3AD;opacity:0.8;">80%</p>

Text with #56E3AD 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 #56E3AD;}

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

This text has shadow with #56E3AD color.

.textShadow {text-shadow: 3px 3px 1px #56E3AD, 3px 3px 1px red;}

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

This text has shadow with #56E3AD primary color and red secondary color.


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

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

This text has shadow with #56E3AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56E3AD on black background.


Color preview on white background

This text has color #56E3AD on white background.



Black color preview on #56E3AD background

This text has black color on #56E3AD background.


White color preview on #56E3AD background

This text has white color on #56E3AD background.