COLOR #56B19C

HEX: #56B19C
RGB: (86,177,156)

Color info

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

RGB color model

#56B19C color RGB value is (86,177,156).

  • red value is 86;
  • green value is 177;
  • blue value is 156.
RGB:
(86,177,156)
(34%,69%,61%)

RGB channels and saturation

R 86 of 255 = 34%
G 177 of 255 = 69%
B 156 of 255 = 61%

86
177
156

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

Portions of RGB colors in percentages

R + G + B =
86 + 177 + 156 = 419 (100%)
R 86 of 419 ~ 20.53%
G 177 of 419 ~ 42.24%
B 156 of 419 ~ 37.23%

%20.53
%42.24
%37.23

CMYK color model

#56B19C color CMYK value is (51,0,12,31).

  • cyan value is 51.41%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 30.59%
CMYK:
(51,0,12,31)
C51M0Y12K31 
(51%,0%,12%,31%)
(0.51/0.00/0.12/0.31)	

CMYK percentages

%51.41
%0
%11.86
%30.59

Codes

Color #56B19C in popluar color models

56B19C
RGB86177156
HSL166°36.84%51.57%
HSB/HSV166°51.41%69.41%
CMYK51.41%0.00%11.86%
30.59%

Color #56B19C in popluar number systems.

HEX56B19C
Decimal86177156
Binary10101101011000110011100
Octal126261234

Shades and tints

Shades of #56B19C

#56B19C
(86,177,156)
#4FA18E
(79,161,142)
#489180
(72,145,128)
#418172
(65,129,114)
#3A7164
(58,113,100)
#336156
(51,97,86)
#2C5148
(44,81,72)
#25413A
(37,65,58)
#1E312C
(30,49,44)
#17211E
(23,33,30)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #56B19C

#56B19C
(86,177,156)
#65B8A5
(101,184,165)
#74BFAE
(116,191,174)
#83C6B7
(131,198,183)
#92CDC0
(146,205,192)
#A1D4C9
(161,212,201)
#B0DBD2
(176,219,210)
#BFE2DB
(191,226,219)
#CEE9E4
(206,233,228)
#DDF0ED
(221,240,237)
#ECF7F6
(236,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B19C color. Also use rgb(86,177,156) instead hex code.

Text Font Color

.myTextColor { color: #56B19C; }

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

This text font color is #56B19C.


Background Color

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

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

This div background color is #56B19C.


Border color

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

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

This div border color is #56B19C.


Opacity

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

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

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

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

This text has shadow with #56B19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56B19C on black background.


Color preview on white background

This text has color #56B19C on white background.



Black color preview on #56B19C background

This text has black color on #56B19C background.


White color preview on #56B19C background

This text has white color on #56B19C background.