COLOR #72A39E

HEX: #72A39E RGB: (114,163,158)

Color info

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

RGB color model

#72A39E color RGB value is (114,163,158).

RGB: (114,163,158) (45%, 64%, 62%)

RGB channels and saturation

R 114 of 255 = 45%
G 163 of 255 = 64%
B 158 of 255 = 62%

114
163
158

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

Portions of RGB colors in percentages

R + G + B = 114 + 163 + 158 = 435 (100%)
R 114 of 435 ~ 26.21%
G 163 of 435 ~ 37.47%
B 158 of 435 ~ 36.32'%

%26.21
%37.47
%36.32

CMYK color model

#72A39E color CMYK value is (30,0,3,36).

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 3.07%
  • key color value is 36.08%

CMYK: (30,0,3,36)
C30M0Y3K36 (30%, 0%, 3%, 36%)
(0.30 / 0.00 / 0.03 / 0.36)

CMYK percentages

%30.06
%0
%3.07
%36.08

Codes

Color #72A39E in popluar color models

72 A3 9E
RGB 114 163 158
HSL 174° 21.03% 54.31%
HSB/HSV 174° 30.06% 63.92%
CMYK 30.06% 0.00% 3.07%
36.08%

Color #72A39E in popluar number systems.

HEX 72 A3 9E
Decimal 114 163 158
Binary 1110010 10100011 10011110
Octal 162 243 236

Shades and tints

Shades of #72A39E

#72A39E
(114,163,158)
#689590
(104,149,144)
#5E8782
(94,135,130)
#547974
(84,121,116)
#4A6B66
(74,107,102)
#405D58
(64,93,88)
#364F4A
(54,79,74)
#2C413C
(44,65,60)
#22332E
(34,51,46)
#182520
(24,37,32)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #72A39E

#72A39E
(114,163,158)
#7EABA6
(126,171,166)
#8AB3AE
(138,179,174)
#96BBB6
(150,187,182)
#A2C3BE
(162,195,190)
#AECBC6
(174,203,198)
#BAD3CE
(186,211,206)
#C6DBD6
(198,219,214)
#D2E3DE
(210,227,222)
#DEEBE6
(222,235,230)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A39E color. Also use rgb(114,163,158) instead hex code.

Text Font Color

.myTextColor { color: #72A39E; }

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

This text font color is #72A39E.

Background Color

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

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

This div background color is #72A39E.

Border color

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

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

This div border color is #72A39E.

Opacity

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

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

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

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

This text has shadow with #72A39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A39E.

Preview

Color preview on black background

This text has color #72A39E on black background.


Color preview on white background

This text has color #72A39E on white background.


Black color preview on #72A39E background

This text has black color on #72A39E background.


White color preview on #72A39E background

This text has white color on #72A39E background.


Related colors

Complementary color

Complementary color for #hex is #8D5C61.


I love getcolorcode.com

Triadic colors

1 #9E72A3 and #A39E72 with #72A39E are triadic colors.

2 #9EA372 and #A3729E with #72A39E are triadic colors.