COLOR #72A69E

HEX: #72A69E RGB: (114,166,158)

Color info

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

RGB color model

#72A69E color RGB value is (114,166,158).

RGB: (114,166,158) (45%, 65%, 62%)

RGB channels and saturation

R 114 of 255 = 45%
G 166 of 255 = 65%
B 158 of 255 = 62%

114
166
158

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

Portions of RGB colors in percentages

R + G + B = 114 + 166 + 158 = 438 (100%)
R 114 of 438 ~ 26.03%
G 166 of 438 ~ 37.9%
B 158 of 438 ~ 36.07'%

%26.03
%37.9
%36.07

CMYK color model

#72A69E color CMYK value is (31,0,5,35).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 34.90%

CMYK: (31,0,5,35)
C31M0Y5K35 (31%, 0%, 5%, 35%)
(0.31 / 0.00 / 0.05 / 0.35)

CMYK percentages

%31.33
%0
%4.82
%34.9

Codes

Color #72A69E in popluar color models

72 A6 9E
RGB 114 166 158
HSL 171° 22.61% 54.90%
HSB/HSV 171° 31.33% 65.10%
CMYK 31.33% 0.00% 4.82%
34.90%

Color #72A69E in popluar number systems.

HEX 72 A6 9E
Decimal 114 166 158
Binary 1110010 10100110 10011110
Octal 162 246 236

Shades and tints

Shades of #72A69E

#72A69E
(114,166,158)
#689790
(104,151,144)
#5E8882
(94,136,130)
#547974
(84,121,116)
#4A6A66
(74,106,102)
#405B58
(64,91,88)
#364C4A
(54,76,74)
#2C3D3C
(44,61,60)
#222E2E
(34,46,46)
#181F20
(24,31,32)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #72A69E

#72A69E
(114,166,158)
#7EAEA6
(126,174,166)
#8AB6AE
(138,182,174)
#96BEB6
(150,190,182)
#A2C6BE
(162,198,190)
#AECEC6
(174,206,198)
#BAD6CE
(186,214,206)
#C6DED6
(198,222,214)
#D2E6DE
(210,230,222)
#DEEEE6
(222,238,230)
#EAF6EE
(234,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A69E; }

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

This text font color is #72A69E.

Background Color

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

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

This div background color is #72A69E.

Border color

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

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

This div border color is #72A69E.

Opacity

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

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

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

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

This text has shadow with #72A69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A69E.

Preview

Color preview on black background

This text has color #72A69E on black background.


Color preview on white background

This text has color #72A69E on white background.


Black color preview on #72A69E background

This text has black color on #72A69E background.


White color preview on #72A69E background

This text has white color on #72A69E background.


Related colors

Complementary color

Complementary color for #hex is #8D5961.


I love getcolorcode.com

Triadic colors

1 #9E72A6 and #A69E72 with #72A69E are triadic colors.

2 #9EA672 and #A6729E with #72A69E are triadic colors.