COLOR #72AC87

HEX: #72AC87 RGB: (114,172,135)

Color info

#72AC87 contains red, green and blue colors in about the same proportion. Web safe color of #72AC87 is #669999 (or #699).

RGB color model

#72AC87 color RGB value is (114,172,135).

RGB: (114,172,135) (45%, 67%, 53%)

RGB channels and saturation

R 114 of 255 = 45%
G 172 of 255 = 67%
B 135 of 255 = 53%

114
172
135

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

Portions of RGB colors in percentages

R + G + B = 114 + 172 + 135 = 421 (100%)
R 114 of 421 ~ 27.08%
G 172 of 421 ~ 40.86%
B 135 of 421 ~ 32.07'%

%27.08
%40.86
%32.07

CMYK color model

#72AC87 color CMYK value is (34,0,22,33).

  • cyan value is 33.72%
  • magenta value is 0.00%
  • yellow value is 21.51%
  • key color value is 32.55%

CMYK: (34,0,22,33)
C34M0Y22K33 (34%, 0%, 22%, 33%)
(0.34 / 0.00 / 0.22 / 0.33)

CMYK percentages

%33.72
%0
%21.51
%32.55

Codes

Color #72AC87 in popluar color models

72 AC 87
RGB 114 172 135
HSL 142° 25.89% 56.08%
HSB/HSV 142° 33.72% 67.45%
CMYK 33.72% 0.00% 21.51%
32.55%

Color #72AC87 in popluar number systems.

HEX 72 AC 87
Decimal 114 172 135
Binary 1110010 10101100 10000111
Octal 162 254 207

Shades and tints

Shades of #72AC87

#72AC87
(114,172,135)
#689D7B
(104,157,123)
#5E8E6F
(94,142,111)
#547F63
(84,127,99)
#4A7057
(74,112,87)
#40614B
(64,97,75)
#36523F
(54,82,63)
#2C4333
(44,67,51)
#223427
(34,52,39)
#18251B
(24,37,27)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #72AC87

#72AC87
(114,172,135)
#7EB391
(126,179,145)
#8ABA9B
(138,186,155)
#96C1A5
(150,193,165)
#A2C8AF
(162,200,175)
#AECFB9
(174,207,185)
#BAD6C3
(186,214,195)
#C6DDCD
(198,221,205)
#D2E4D7
(210,228,215)
#DEEBE1
(222,235,225)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AC87 color. Also use rgb(114,172,135) instead hex code.

Text Font Color

.myTextColor { color: #72AC87; }

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

This text font color is #72AC87.

Background Color

.myBgColor { background-color: #72AC87; }

<div style="background-color:#72AC87">Inner text</div>

This div background color is #72AC87.

Border color

.myBorderColor { border: 1px solid #72AC87; }

<div style="border:3px solid #72AC87">Div</div>

This div border color is #72AC87.

Opacity

.myOpacity80 { color: #72AC87; opacity: 0.8; }

<p style="color:#72AC87;opacity:0.8;">80%</p>

Text with #72AC87 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 #72AC87;}

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

This text has shadow with #72AC87 color.


.textShadow {text-shadow: 3px 3px 1px #72AC87', 3px 3px 1px red;}

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

This text has shadow with #72AC87 primary color and red secondary color.


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

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

This text has shadow with #72AC87 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72AC87; -webkit-box-shadow: 1px 1px 3px 2px #72AC87; box-shadow:1px 1px 3px 2px #72AC87;">
Div content here
</div>

This div box has shadow with color #72AC87.

Preview

Color preview on black background

This text has color #72AC87 on black background.


Color preview on white background

This text has color #72AC87 on white background.


Black color preview on #72AC87 background

This text has black color on #72AC87 background.


White color preview on #72AC87 background

This text has white color on #72AC87 background.


Related colors

Complementary color

Complementary color for #hex is #8D5378.


I love getcolorcode.com

Triadic colors

1 #8772AC and #AC8772 with #72AC87 are triadic colors.

2 #87AC72 and #AC7287 with #72AC87 are triadic colors.