COLOR #72A996

HEX: #72A996 RGB: (114,169,150)

Color info

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

RGB color model

#72A996 color RGB value is (114,169,150).

RGB: (114,169,150) (45%, 66%, 59%)

RGB channels and saturation

R 114 of 255 = 45%
G 169 of 255 = 66%
B 150 of 255 = 59%

114
169
150

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

Portions of RGB colors in percentages

R + G + B = 114 + 169 + 150 = 433 (100%)
R 114 of 433 ~ 26.33%
G 169 of 433 ~ 39.03%
B 150 of 433 ~ 34.64'%

%26.33
%39.03
%34.64

CMYK color model

#72A996 color CMYK value is (33,0,11,34).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 33.73%

CMYK: (33,0,11,34)
C33M0Y11K34 (33%, 0%, 11%, 34%)
(0.33 / 0.00 / 0.11 / 0.34)

CMYK percentages

%32.54
%0
%11.24
%33.73

Codes

Color #72A996 in popluar color models

72 A9 96
RGB 114 169 150
HSL 159° 24.23% 55.49%
HSB/HSV 159° 32.54% 66.27%
CMYK 32.54% 0.00% 11.24%
33.73%

Color #72A996 in popluar number systems.

HEX 72 A9 96
Decimal 114 169 150
Binary 1110010 10101001 10010110
Octal 162 251 226

Shades and tints

Shades of #72A996

#72A996
(114,169,150)
#689A89
(104,154,137)
#5E8B7C
(94,139,124)
#547C6F
(84,124,111)
#4A6D62
(74,109,98)
#405E55
(64,94,85)
#364F48
(54,79,72)
#2C403B
(44,64,59)
#22312E
(34,49,46)
#182221
(24,34,33)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #72A996

#72A996
(114,169,150)
#7EB09F
(126,176,159)
#8AB7A8
(138,183,168)
#96BEB1
(150,190,177)
#A2C5BA
(162,197,186)
#AECCC3
(174,204,195)
#BAD3CC
(186,211,204)
#C6DAD5
(198,218,213)
#D2E1DE
(210,225,222)
#DEE8E7
(222,232,231)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A996 color. Also use rgb(114,169,150) instead hex code.

Text Font Color

.myTextColor { color: #72A996; }

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

This text font color is #72A996.

Background Color

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

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

This div background color is #72A996.

Border color

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

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

This div border color is #72A996.

Opacity

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

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

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

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

This text has shadow with #72A996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A996.

Preview

Color preview on black background

This text has color #72A996 on black background.


Color preview on white background

This text has color #72A996 on white background.


Black color preview on #72A996 background

This text has black color on #72A996 background.


White color preview on #72A996 background

This text has white color on #72A996 background.


Related colors

Complementary color

Complementary color for #hex is #8D5669.


I love getcolorcode.com

Triadic colors

1 #9672A9 and #A99672 with #72A996 are triadic colors.

2 #96A972 and #A97296 with #72A996 are triadic colors.