COLOR #56A686

HEX: #56A686
RGB: (86,166,134)

Color info

#56A686 contains mainly green and blue colors. Web safe color of #56A686 is #669999 (or #699).

RGB color model

#56A686 color RGB value is (86,166,134).

  • red value is 86;
  • green value is 166;
  • blue value is 134.
RGB:
(86,166,134)
(34%,65%,53%)

RGB channels and saturation

R 86 of 255 = 34%
G 166 of 255 = 65%
B 134 of 255 = 53%

86
166
134

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

Portions of RGB colors in percentages

R + G + B =
86 + 166 + 134 = 386 (100%)
R 86 of 386 ~ 22.28%
G 166 of 386 ~ 43.01%
B 134 of 386 ~ 34.72%

%22.28
%43.01
%34.72

CMYK color model

#56A686 color CMYK value is (48,0,19,35).

  • cyan value is 48.19%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 34.90%
CMYK:
(48,0,19,35)
C48M0Y19K35 
(48%,0%,19%,35%)
(0.48/0.00/0.19/0.35)	

CMYK percentages

%48.19
%0
%19.28
%34.9

Codes

Color #56A686 in popluar color models

56A686
RGB86166134
HSL156°31.75%49.41%
HSB/HSV156°48.19%65.10%
CMYK48.19%0.00%19.28%
34.90%

Color #56A686 in popluar number systems.

HEX56A686
Decimal86166134
Binary10101101010011010000110
Octal126246206

Shades and tints

Shades of #56A686

#56A686
(86,166,134)
#4F977A
(79,151,122)
#48886E
(72,136,110)
#417962
(65,121,98)
#3A6A56
(58,106,86)
#335B4A
(51,91,74)
#2C4C3E
(44,76,62)
#253D32
(37,61,50)
#1E2E26
(30,46,38)
#171F1A
(23,31,26)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #56A686

#56A686
(86,166,134)
#65AE91
(101,174,145)
#74B69C
(116,182,156)
#83BEA7
(131,190,167)
#92C6B2
(146,198,178)
#A1CEBD
(161,206,189)
#B0D6C8
(176,214,200)
#BFDED3
(191,222,211)
#CEE6DE
(206,230,222)
#DDEEE9
(221,238,233)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A686 color. Also use rgb(86,166,134) instead hex code.

Text Font Color

.myTextColor { color: #56A686; }

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

This text font color is #56A686.


Background Color

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

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

This div background color is #56A686.


Border color

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

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

This div border color is #56A686.


Opacity

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

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

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

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

This text has shadow with #56A686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A686 on black background.


Color preview on white background

This text has color #56A686 on white background.



Black color preview on #56A686 background

This text has black color on #56A686 background.


White color preview on #56A686 background

This text has white color on #56A686 background.