COLOR #72AA8B

HEX: #72AA8B
RGB: (114,170,139)

Color info

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

RGB color model

#72AA8B color RGB value is (114,170,139).

  • red value is 114;
  • green value is 170;
  • blue value is 139.
RGB:
(114,170,139)
(45%,67%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 170 of 255 = 67%
B 139 of 255 = 55%

114
170
139

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

Portions of RGB colors in percentages

R + G + B =
114 + 170 + 139 = 423 (100%)
R 114 of 423 ~ 26.95%
G 170 of 423 ~ 40.19%
B 139 of 423 ~ 32.86%

%26.95
%40.19
%32.86

CMYK color model

#72AA8B color CMYK value is (33,0,18,33).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(33,0,18,33)
C33M0Y18K33 
(33%,0%,18%,33%)
(0.33/0.00/0.18/0.33)	

CMYK percentages

%32.94
%0
%18.24
%33.33

Codes

Color #72AA8B in popluar color models

72AA8B
RGB114170139
HSL147°24.78%55.69%
HSB/HSV147°32.94%66.67%
CMYK32.94%0.00%18.24%
33.33%

Color #72AA8B in popluar number systems.

HEX72AA8B
Decimal114170139
Binary11100101010101010001011
Octal162252213

Shades and tints

Shades of #72AA8B

#72AA8B
(114,170,139)
#689B7F
(104,155,127)
#5E8C73
(94,140,115)
#547D67
(84,125,103)
#4A6E5B
(74,110,91)
#405F4F
(64,95,79)
#365043
(54,80,67)
#2C4137
(44,65,55)
#22322B
(34,50,43)
#18231F
(24,35,31)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #72AA8B

#72AA8B
(114,170,139)
#7EB195
(126,177,149)
#8AB89F
(138,184,159)
#96BFA9
(150,191,169)
#A2C6B3
(162,198,179)
#AECDBD
(174,205,189)
#BAD4C7
(186,212,199)
#C6DBD1
(198,219,209)
#D2E2DB
(210,226,219)
#DEE9E5
(222,233,229)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AA8B color. Also use rgb(114,170,139) instead hex code.

Text Font Color

.myTextColor { color: #72AA8B; }

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

This text font color is #72AA8B.


Background Color

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

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

This div background color is #72AA8B.


Border color

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

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

This div border color is #72AA8B.


Opacity

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

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

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

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

This text has shadow with #72AA8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AA8B on black background.


Color preview on white background

This text has color #72AA8B on white background.



Black color preview on #72AA8B background

This text has black color on #72AA8B background.


White color preview on #72AA8B background

This text has white color on #72AA8B background.