COLOR #56B492

HEX: #56B492
RGB: (86,180,146)

Color info

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

RGB color model

#56B492 color RGB value is (86,180,146).

  • red value is 86;
  • green value is 180;
  • blue value is 146.
RGB:
(86,180,146)
(34%,71%,57%)

RGB channels and saturation

R 86 of 255 = 34%
G 180 of 255 = 71%
B 146 of 255 = 57%

86
180
146

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

Portions of RGB colors in percentages

R + G + B =
86 + 180 + 146 = 412 (100%)
R 86 of 412 ~ 20.87%
G 180 of 412 ~ 43.69%
B 146 of 412 ~ 35.44%

%20.87
%43.69
%35.44

CMYK color model

#56B492 color CMYK value is (52,0,19,29).

  • cyan value is 52.22%
  • magenta value is 0.00%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(52,0,19,29)
C52M0Y19K29 
(52%,0%,19%,29%)
(0.52/0.00/0.19/0.29)	

CMYK percentages

%52.22
%0
%18.89
%29.41

Codes

Color #56B492 in popluar color models

56B492
RGB86180146
HSL158°38.52%52.16%
HSB/HSV158°52.22%70.59%
CMYK52.22%0.00%18.89%
29.41%

Color #56B492 in popluar number systems.

HEX56B492
Decimal86180146
Binary10101101011010010010010
Octal126264222

Shades and tints

Shades of #56B492

#56B492
(86,180,146)
#4FA485
(79,164,133)
#489478
(72,148,120)
#41846B
(65,132,107)
#3A745E
(58,116,94)
#336451
(51,100,81)
#2C5444
(44,84,68)
#254437
(37,68,55)
#1E342A
(30,52,42)
#17241D
(23,36,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #56B492

#56B492
(86,180,146)
#65BA9B
(101,186,155)
#74C0A4
(116,192,164)
#83C6AD
(131,198,173)
#92CCB6
(146,204,182)
#A1D2BF
(161,210,191)
#B0D8C8
(176,216,200)
#BFDED1
(191,222,209)
#CEE4DA
(206,228,218)
#DDEAE3
(221,234,227)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B492 color. Also use rgb(86,180,146) instead hex code.

Text Font Color

.myTextColor { color: #56B492; }

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

This text font color is #56B492.


Background Color

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

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

This div background color is #56B492.


Border color

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

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

This div border color is #56B492.


Opacity

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

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

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

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

This text has shadow with #56B492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56B492 on black background.


Color preview on white background

This text has color #56B492 on white background.



Black color preview on #56B492 background

This text has black color on #56B492 background.


White color preview on #56B492 background

This text has white color on #56B492 background.