COLOR #56B09A

HEX: #56B09A
RGB: (86,176,154)

Color info

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

RGB color model

#56B09A color RGB value is (86,176,154).

  • red value is 86;
  • green value is 176;
  • blue value is 154.
RGB:
(86,176,154)
(34%,69%,60%)

RGB channels and saturation

R 86 of 255 = 34%
G 176 of 255 = 69%
B 154 of 255 = 60%

86
176
154

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

Portions of RGB colors in percentages

R + G + B =
86 + 176 + 154 = 416 (100%)
R 86 of 416 ~ 20.67%
G 176 of 416 ~ 42.31%
B 154 of 416 ~ 37.02%

%20.67
%42.31
%37.02

CMYK color model

#56B09A color CMYK value is (51,0,13,31).

  • cyan value is 51.14%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(51,0,13,31)
C51M0Y13K31 
(51%,0%,13%,31%)
(0.51/0.00/0.13/0.31)	

CMYK percentages

%51.14
%0
%12.5
%30.98

Codes

Color #56B09A in popluar color models

56B09A
RGB86176154
HSL165°36.29%51.37%
HSB/HSV165°51.14%69.02%
CMYK51.14%0.00%12.50%
30.98%

Color #56B09A in popluar number systems.

HEX56B09A
Decimal86176154
Binary10101101011000010011010
Octal126260232

Shades and tints

Shades of #56B09A

#56B09A
(86,176,154)
#4FA08C
(79,160,140)
#48907E
(72,144,126)
#418070
(65,128,112)
#3A7062
(58,112,98)
#336054
(51,96,84)
#2C5046
(44,80,70)
#254038
(37,64,56)
#1E302A
(30,48,42)
#17201C
(23,32,28)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #56B09A

#56B09A
(86,176,154)
#65B7A3
(101,183,163)
#74BEAC
(116,190,172)
#83C5B5
(131,197,181)
#92CCBE
(146,204,190)
#A1D3C7
(161,211,199)
#B0DAD0
(176,218,208)
#BFE1D9
(191,225,217)
#CEE8E2
(206,232,226)
#DDEFEB
(221,239,235)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B09A color. Also use rgb(86,176,154) instead hex code.

Text Font Color

.myTextColor { color: #56B09A; }

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

This text font color is #56B09A.


Background Color

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

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

This div background color is #56B09A.


Border color

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

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

This div border color is #56B09A.


Opacity

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

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

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

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

This text has shadow with #56B09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56B09A on black background.


Color preview on white background

This text has color #56B09A on white background.



Black color preview on #56B09A background

This text has black color on #56B09A background.


White color preview on #56B09A background

This text has white color on #56B09A background.