COLOR #72AA99

HEX: #72AA99 RGB: (114,170,153)

Color info

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

RGB color model

#72AA99 color RGB value is (114,170,153).

RGB: (114,170,153) (45%, 67%, 60%)

RGB channels and saturation

R 114 of 255 = 45%
G 170 of 255 = 67%
B 153 of 255 = 60%

114
170
153

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

Portions of RGB colors in percentages

R + G + B = 114 + 170 + 153 = 437 (100%)
R 114 of 437 ~ 26.09%
G 170 of 437 ~ 38.9%
B 153 of 437 ~ 35.01'%

%26.09
%38.9
%35.01

CMYK color model

#72AA99 color CMYK value is (33,0,10,33).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 33.33%

CMYK: (33,0,10,33)
C33M0Y10K33 (33%, 0%, 10%, 33%)
(0.33 / 0.00 / 0.10 / 0.33)

CMYK percentages

%32.94
%0
%10
%33.33

Codes

Color #72AA99 in popluar color models

72 AA 99
RGB 114 170 153
HSL 162° 24.78% 55.69%
HSB/HSV 162° 32.94% 66.67%
CMYK 32.94% 0.00% 10.00%
33.33%

Color #72AA99 in popluar number systems.

HEX 72 AA 99
Decimal 114 170 153
Binary 1110010 10101010 10011001
Octal 162 252 231

Shades and tints

Shades of #72AA99

#72AA99
(114,170,153)
#689B8C
(104,155,140)
#5E8C7F
(94,140,127)
#547D72
(84,125,114)
#4A6E65
(74,110,101)
#405F58
(64,95,88)
#36504B
(54,80,75)
#2C413E
(44,65,62)
#223231
(34,50,49)
#182324
(24,35,36)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #72AA99

#72AA99
(114,170,153)
#7EB1A2
(126,177,162)
#8AB8AB
(138,184,171)
#96BFB4
(150,191,180)
#A2C6BD
(162,198,189)
#AECDC6
(174,205,198)
#BAD4CF
(186,212,207)
#C6DBD8
(198,219,216)
#D2E2E1
(210,226,225)
#DEE9EA
(222,233,234)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AA99; }

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

This text font color is #72AA99.

Background Color

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

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

This div background color is #72AA99.

Border color

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

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

This div border color is #72AA99.

Opacity

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

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

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

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

This text has shadow with #72AA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72AA99.

Preview

Color preview on black background

This text has color #72AA99 on black background.


Color preview on white background

This text has color #72AA99 on white background.


Black color preview on #72AA99 background

This text has black color on #72AA99 background.


White color preview on #72AA99 background

This text has white color on #72AA99 background.


Related colors

Complementary color

Complementary color for #hex is #8D5566.


I love getcolorcode.com

Triadic colors

1 #9972AA and #AA9972 with #72AA99 are triadic colors.

2 #99AA72 and #AA7299 with #72AA99 are triadic colors.