COLOR #72AC83

HEX: #72AC83
RGB: (114,172,131)

Color info

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

RGB color model

#72AC83 color RGB value is (114,172,131).

  • red value is 114;
  • green value is 172;
  • blue value is 131.
RGB:
(114,172,131)
(45%,67%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 172 of 255 = 67%
B 131 of 255 = 51%

114
172
131

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

Portions of RGB colors in percentages

R + G + B =
114 + 172 + 131 = 417 (100%)
R 114 of 417 ~ 27.34%
G 172 of 417 ~ 41.25%
B 131 of 417 ~ 31.41%

%27.34
%41.25
%31.41

CMYK color model

#72AC83 color CMYK value is (34,0,24,33).

  • cyan value is 33.72%
  • magenta value is 0.00%
  • yellow value is 23.84%
  • key color value is 32.55%
CMYK:
(34,0,24,33)
C34M0Y24K33 
(34%,0%,24%,33%)
(0.34/0.00/0.24/0.33)	

CMYK percentages

%33.72
%0
%23.84
%32.55

Codes

Color #72AC83 in popluar color models

72AC83
RGB114172131
HSL138°25.89%56.08%
HSB/HSV138°33.72%67.45%
CMYK33.72%0.00%23.84%
32.55%

Color #72AC83 in popluar number systems.

HEX72AC83
Decimal114172131
Binary11100101010110010000011
Octal162254203

Shades and tints

Shades of #72AC83

#72AC83
(114,172,131)
#689D78
(104,157,120)
#5E8E6D
(94,142,109)
#547F62
(84,127,98)
#4A7057
(74,112,87)
#40614C
(64,97,76)
#365241
(54,82,65)
#2C4336
(44,67,54)
#22342B
(34,52,43)
#182520
(24,37,32)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #72AC83

#72AC83
(114,172,131)
#7EB38E
(126,179,142)
#8ABA99
(138,186,153)
#96C1A4
(150,193,164)
#A2C8AF
(162,200,175)
#AECFBA
(174,207,186)
#BAD6C5
(186,214,197)
#C6DDD0
(198,221,208)
#D2E4DB
(210,228,219)
#DEEBE6
(222,235,230)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AC83; }

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

This text font color is #72AC83.


Background Color

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

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

This div background color is #72AC83.


Border color

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

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

This div border color is #72AC83.


Opacity

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

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

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

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

This text has shadow with #72AC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AC83 on black background.


Color preview on white background

This text has color #72AC83 on white background.



Black color preview on #72AC83 background

This text has black color on #72AC83 background.


White color preview on #72AC83 background

This text has white color on #72AC83 background.