COLOR #56B19B

HEX: #56B19B
RGB: (86,177,155)

Color info

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

RGB color model

#56B19B color RGB value is (86,177,155).

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

RGB channels and saturation

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

86
177
155

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

Portions of RGB colors in percentages

R + G + B =
86 + 177 + 155 = 418 (100%)
R 86 of 418 ~ 20.57%
G 177 of 418 ~ 42.34%
B 155 of 418 ~ 37.08%

%20.57
%42.34
%37.08

CMYK color model

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

  • cyan value is 51.41%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • 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
%12.43
%30.59

Codes

Color #56B19B in popluar color models

56B19B
RGB86177155
HSL165°36.84%51.57%
HSB/HSV165°51.41%69.41%
CMYK51.41%0.00%12.43%
30.59%

Color #56B19B in popluar number systems.

HEX56B19B
Decimal86177155
Binary10101101011000110011011
Octal126261233

Shades and tints

Shades of #56B19B

#56B19B
(86,177,155)
#4FA18D
(79,161,141)
#48917F
(72,145,127)
#418171
(65,129,113)
#3A7163
(58,113,99)
#336155
(51,97,85)
#2C5147
(44,81,71)
#254139
(37,65,57)
#1E312B
(30,49,43)
#17211D
(23,33,29)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #56B19B

#56B19B
(86,177,155)
#65B8A4
(101,184,164)
#74BFAD
(116,191,173)
#83C6B6
(131,198,182)
#92CDBF
(146,205,191)
#A1D4C8
(161,212,200)
#B0DBD1
(176,219,209)
#BFE2DA
(191,226,218)
#CEE9E3
(206,233,227)
#DDF0EC
(221,240,236)
#ECF7F5
(236,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56B19B; }

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

This text font color is #56B19B.


Background Color

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

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

This div background color is #56B19B.


Border color

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

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

This div border color is #56B19B.


Opacity

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

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

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

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

This text has shadow with #56B19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56B19B on black background.


Color preview on white background

This text has color #56B19B on white background.



Black color preview on #56B19B background

This text has black color on #56B19B background.


White color preview on #56B19B background

This text has white color on #56B19B background.