COLOR #56BE96

HEX: #56BE96
RGB: (86,190,150)

Color info

#56BE96 contains mainly green and blue colors. Web safe color of #56BE96 is #66CC99 (or #6C9).

RGB color model

#56BE96 color RGB value is (86,190,150).

  • red value is 86;
  • green value is 190;
  • blue value is 150.
RGB:
(86,190,150)
(34%,75%,59%)

RGB channels and saturation

R 86 of 255 = 34%
G 190 of 255 = 75%
B 150 of 255 = 59%

86
190
150

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

Portions of RGB colors in percentages

R + G + B =
86 + 190 + 150 = 426 (100%)
R 86 of 426 ~ 20.19%
G 190 of 426 ~ 44.6%
B 150 of 426 ~ 35.21%

%20.19
%44.6
%35.21

CMYK color model

#56BE96 color CMYK value is (55,0,21,25).

  • cyan value is 54.74%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(55,0,21,25)
C55M0Y21K25 
(55%,0%,21%,25%)
(0.55/0.00/0.21/0.25)	

CMYK percentages

%54.74
%0
%21.05
%25.49

Codes

Color #56BE96 in popluar color models

56BE96
RGB86190150
HSL157°44.44%54.12%
HSB/HSV157°54.74%74.51%
CMYK54.74%0.00%21.05%
25.49%

Color #56BE96 in popluar number systems.

HEX56BE96
Decimal86190150
Binary10101101011111010010110
Octal126276226

Shades and tints

Shades of #56BE96

#56BE96
(86,190,150)
#4FAD89
(79,173,137)
#489C7C
(72,156,124)
#418B6F
(65,139,111)
#3A7A62
(58,122,98)
#336955
(51,105,85)
#2C5848
(44,88,72)
#25473B
(37,71,59)
#1E362E
(30,54,46)
#172521
(23,37,33)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #56BE96

#56BE96
(86,190,150)
#65C39F
(101,195,159)
#74C8A8
(116,200,168)
#83CDB1
(131,205,177)
#92D2BA
(146,210,186)
#A1D7C3
(161,215,195)
#B0DCCC
(176,220,204)
#BFE1D5
(191,225,213)
#CEE6DE
(206,230,222)
#DDEBE7
(221,235,231)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56BE96 color. Also use rgb(86,190,150) instead hex code.

Text Font Color

.myTextColor { color: #56BE96; }

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

This text font color is #56BE96.


Background Color

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

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

This div background color is #56BE96.


Border color

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

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

This div border color is #56BE96.


Opacity

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

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

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

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

This text has shadow with #56BE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56BE96 on black background.


Color preview on white background

This text has color #56BE96 on white background.



Black color preview on #56BE96 background

This text has black color on #56BE96 background.


White color preview on #56BE96 background

This text has white color on #56BE96 background.