COLOR #72A99A

HEX: #72A99A
RGB: (114,169,154)

Color info

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

RGB color model

#72A99A color RGB value is (114,169,154).

  • red value is 114;
  • green value is 169;
  • blue value is 154.
RGB:
(114,169,154)
(45%,66%,60%)

RGB channels and saturation

R 114 of 255 = 45%
G 169 of 255 = 66%
B 154 of 255 = 60%

114
169
154

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

Portions of RGB colors in percentages

R + G + B =
114 + 169 + 154 = 437 (100%)
R 114 of 437 ~ 26.09%
G 169 of 437 ~ 38.67%
B 154 of 437 ~ 35.24%

%26.09
%38.67
%35.24

CMYK color model

#72A99A color CMYK value is (33,0,9,34).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 8.88%
  • key color value is 33.73%
CMYK:
(33,0,9,34)
C33M0Y9K34 
(33%,0%,9%,34%)
(0.33/0.00/0.09/0.34)	

CMYK percentages

%32.54
%0
%8.88
%33.73

Codes

Color #72A99A in popluar color models

72A99A
RGB114169154
HSL164°24.23%55.49%
HSB/HSV164°32.54%66.27%
CMYK32.54%0.00%8.88%
33.73%

Color #72A99A in popluar number systems.

HEX72A99A
Decimal114169154
Binary11100101010100110011010
Octal162251232

Shades and tints

Shades of #72A99A

#72A99A
(114,169,154)
#689A8C
(104,154,140)
#5E8B7E
(94,139,126)
#547C70
(84,124,112)
#4A6D62
(74,109,98)
#405E54
(64,94,84)
#364F46
(54,79,70)
#2C4038
(44,64,56)
#22312A
(34,49,42)
#18221C
(24,34,28)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #72A99A

#72A99A
(114,169,154)
#7EB0A3
(126,176,163)
#8AB7AC
(138,183,172)
#96BEB5
(150,190,181)
#A2C5BE
(162,197,190)
#AECCC7
(174,204,199)
#BAD3D0
(186,211,208)
#C6DAD9
(198,218,217)
#D2E1E2
(210,225,226)
#DEE8EB
(222,232,235)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A99A; }

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

This text font color is #72A99A.


Background Color

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

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

This div background color is #72A99A.


Border color

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

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

This div border color is #72A99A.


Opacity

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

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

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

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

This text has shadow with #72A99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A99A on black background.


Color preview on white background

This text has color #72A99A on white background.



Black color preview on #72A99A background

This text has black color on #72A99A background.


White color preview on #72A99A background

This text has white color on #72A99A background.