COLOR #72A992

HEX: #72A992
RGB: (114,169,146)

Color info

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

RGB color model

#72A992 color RGB value is (114,169,146).

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

RGB channels and saturation

R 114 of 255 = 45%
G 169 of 255 = 66%
B 146 of 255 = 57%

114
169
146

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

Portions of RGB colors in percentages

R + G + B =
114 + 169 + 146 = 429 (100%)
R 114 of 429 ~ 26.57%
G 169 of 429 ~ 39.39%
B 146 of 429 ~ 34.03%

%26.57
%39.39
%34.03

CMYK color model

#72A992 color CMYK value is (33,0,14,34).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(33,0,14,34)
C33M0Y14K34 
(33%,0%,14%,34%)
(0.33/0.00/0.14/0.34)	

CMYK percentages

%32.54
%0
%13.61
%33.73

Codes

Color #72A992 in popluar color models

72A992
RGB114169146
HSL155°24.23%55.49%
HSB/HSV155°32.54%66.27%
CMYK32.54%0.00%13.61%
33.73%

Color #72A992 in popluar number systems.

HEX72A992
Decimal114169146
Binary11100101010100110010010
Octal162251222

Shades and tints

Shades of #72A992

#72A992
(114,169,146)
#689A85
(104,154,133)
#5E8B78
(94,139,120)
#547C6B
(84,124,107)
#4A6D5E
(74,109,94)
#405E51
(64,94,81)
#364F44
(54,79,68)
#2C4037
(44,64,55)
#22312A
(34,49,42)
#18221D
(24,34,29)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #72A992

#72A992
(114,169,146)
#7EB09B
(126,176,155)
#8AB7A4
(138,183,164)
#96BEAD
(150,190,173)
#A2C5B6
(162,197,182)
#AECCBF
(174,204,191)
#BAD3C8
(186,211,200)
#C6DAD1
(198,218,209)
#D2E1DA
(210,225,218)
#DEE8E3
(222,232,227)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A992; }

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

This text font color is #72A992.


Background Color

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

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

This div background color is #72A992.


Border color

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

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

This div border color is #72A992.


Opacity

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

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

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

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

This text has shadow with #72A992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A992 on black background.


Color preview on white background

This text has color #72A992 on white background.



Black color preview on #72A992 background

This text has black color on #72A992 background.


White color preview on #72A992 background

This text has white color on #72A992 background.