COLOR #56AF88

HEX: #56AF88
RGB: (86,175,136)

Color info

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

RGB color model

#56AF88 color RGB value is (86,175,136).

  • red value is 86;
  • green value is 175;
  • blue value is 136.
RGB:
(86,175,136)
(34%,69%,53%)

RGB channels and saturation

R 86 of 255 = 34%
G 175 of 255 = 69%
B 136 of 255 = 53%

86
175
136

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

Portions of RGB colors in percentages

R + G + B =
86 + 175 + 136 = 397 (100%)
R 86 of 397 ~ 21.66%
G 175 of 397 ~ 44.08%
B 136 of 397 ~ 34.26%

%21.66
%44.08
%34.26

CMYK color model

#56AF88 color CMYK value is (51,0,22,31).

  • cyan value is 50.86%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK:
(51,0,22,31)
C51M0Y22K31 
(51%,0%,22%,31%)
(0.51/0.00/0.22/0.31)	

CMYK percentages

%50.86
%0
%22.29
%31.37

Codes

Color #56AF88 in popluar color models

56AF88
RGB86175136
HSL154°35.74%51.18%
HSB/HSV154°50.86%68.63%
CMYK50.86%0.00%22.29%
31.37%

Color #56AF88 in popluar number systems.

HEX56AF88
Decimal86175136
Binary10101101010111110001000
Octal126257210

Shades and tints

Shades of #56AF88

#56AF88
(86,175,136)
#4FA07C
(79,160,124)
#489170
(72,145,112)
#418264
(65,130,100)
#3A7358
(58,115,88)
#33644C
(51,100,76)
#2C5540
(44,85,64)
#254634
(37,70,52)
#1E3728
(30,55,40)
#17281C
(23,40,28)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #56AF88

#56AF88
(86,175,136)
#65B692
(101,182,146)
#74BD9C
(116,189,156)
#83C4A6
(131,196,166)
#92CBB0
(146,203,176)
#A1D2BA
(161,210,186)
#B0D9C4
(176,217,196)
#BFE0CE
(191,224,206)
#CEE7D8
(206,231,216)
#DDEEE2
(221,238,226)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56AF88 color. Also use rgb(86,175,136) instead hex code.

Text Font Color

.myTextColor { color: #56AF88; }

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

This text font color is #56AF88.


Background Color

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

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

This div background color is #56AF88.


Border color

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

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

This div border color is #56AF88.


Opacity

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

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

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

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

This text has shadow with #56AF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56AF88 on black background.


Color preview on white background

This text has color #56AF88 on white background.



Black color preview on #56AF88 background

This text has black color on #56AF88 background.


White color preview on #56AF88 background

This text has white color on #56AF88 background.