COLOR #56D6B6

HEX: #56D6B6
RGB: (86,214,182)

Color info

#56D6B6 contains mainly green and blue colors. Web safe color of #56D6B6 is #66CCCC (or #6CC).

RGB color model

#56D6B6 color RGB value is (86,214,182).

  • red value is 86;
  • green value is 214;
  • blue value is 182.
RGB:
(86,214,182)
(34%,84%,71%)

RGB channels and saturation

R 86 of 255 = 34%
G 214 of 255 = 84%
B 182 of 255 = 71%

86
214
182

R + G + B ~ 63%. #56D6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 214 + 182 = 482 (100%)
R 86 of 482 ~ 17.84%
G 214 of 482 ~ 44.4%
B 182 of 482 ~ 37.76%

%17.84
%44.4
%37.76

CMYK color model

#56D6B6 color CMYK value is (60,0,15,16).

  • cyan value is 59.81%
  • magenta value is 0.00%
  • yellow value is 14.95%
  • key color value is 16.08%
CMYK:
(60,0,15,16)
C60M0Y15K16 
(60%,0%,15%,16%)
(0.60/0.00/0.15/0.16)	

CMYK percentages

%59.81
%0
%14.95
%16.08

Codes

Color #56D6B6 in popluar color models

56D6B6
RGB86214182
HSL165°60.95%58.82%
HSB/HSV165°59.81%83.92%
CMYK59.81%0.00%14.95%
16.08%

Color #56D6B6 in popluar number systems.

HEX56D6B6
Decimal86214182
Binary10101101101011010110110
Octal126326266

Shades and tints

Shades of #56D6B6

#56D6B6
(86,214,182)
#4FC3A6
(79,195,166)
#48B096
(72,176,150)
#419D86
(65,157,134)
#3A8A76
(58,138,118)
#337766
(51,119,102)
#2C6456
(44,100,86)
#255146
(37,81,70)
#1E3E36
(30,62,54)
#172B26
(23,43,38)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #56D6B6

#56D6B6
(86,214,182)
#65D9BC
(101,217,188)
#74DCC2
(116,220,194)
#83DFC8
(131,223,200)
#92E2CE
(146,226,206)
#A1E5D4
(161,229,212)
#B0E8DA
(176,232,218)
#BFEBE0
(191,235,224)
#CEEEE6
(206,238,230)
#DDF1EC
(221,241,236)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56D6B6 color. Also use rgb(86,214,182) instead hex code.

Text Font Color

.myTextColor { color: #56D6B6; }

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

This text font color is #56D6B6.


Background Color

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

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

This div background color is #56D6B6.


Border color

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

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

This div border color is #56D6B6.


Opacity

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

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

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

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

This text has shadow with #56D6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56D6B6 on black background.


Color preview on white background

This text has color #56D6B6 on white background.



Black color preview on #56D6B6 background

This text has black color on #56D6B6 background.


White color preview on #56D6B6 background

This text has white color on #56D6B6 background.