COLOR #72AE8C

HEX: #72AE8C
RGB: (114,174,140)

Color info

#72AE8C contains mainly green and blue colors. Web safe color of #72AE8C is #669999 (or #699).

RGB color model

#72AE8C color RGB value is (114,174,140).

  • red value is 114;
  • green value is 174;
  • blue value is 140.
RGB:
(114,174,140)
(45%,68%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 174 of 255 = 68%
B 140 of 255 = 55%

114
174
140

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

Portions of RGB colors in percentages

R + G + B =
114 + 174 + 140 = 428 (100%)
R 114 of 428 ~ 26.64%
G 174 of 428 ~ 40.65%
B 140 of 428 ~ 32.71%

%26.64
%40.65
%32.71

CMYK color model

#72AE8C color CMYK value is (34,0,20,32).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 19.54%
  • key color value is 31.76%
CMYK:
(34,0,20,32)
C34M0Y20K32 
(34%,0%,20%,32%)
(0.34/0.00/0.20/0.32)	

CMYK percentages

%34.48
%0
%19.54
%31.76

Codes

Color #72AE8C in popluar color models

72AE8C
RGB114174140
HSL146°27.03%56.47%
HSB/HSV146°34.48%68.24%
CMYK34.48%0.00%19.54%
31.76%

Color #72AE8C in popluar number systems.

HEX72AE8C
Decimal114174140
Binary11100101010111010001100
Octal162256214

Shades and tints

Shades of #72AE8C

#72AE8C
(114,174,140)
#689F80
(104,159,128)
#5E9074
(94,144,116)
#548168
(84,129,104)
#4A725C
(74,114,92)
#406350
(64,99,80)
#365444
(54,84,68)
#2C4538
(44,69,56)
#22362C
(34,54,44)
#182720
(24,39,32)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #72AE8C

#72AE8C
(114,174,140)
#7EB596
(126,181,150)
#8ABCA0
(138,188,160)
#96C3AA
(150,195,170)
#A2CAB4
(162,202,180)
#AED1BE
(174,209,190)
#BAD8C8
(186,216,200)
#C6DFD2
(198,223,210)
#D2E6DC
(210,230,220)
#DEEDE6
(222,237,230)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AE8C color. Also use rgb(114,174,140) instead hex code.

Text Font Color

.myTextColor { color: #72AE8C; }

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

This text font color is #72AE8C.


Background Color

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

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

This div background color is #72AE8C.


Border color

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

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

This div border color is #72AE8C.


Opacity

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

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

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

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

This text has shadow with #72AE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AE8C on black background.


Color preview on white background

This text has color #72AE8C on white background.



Black color preview on #72AE8C background

This text has black color on #72AE8C background.


White color preview on #72AE8C background

This text has white color on #72AE8C background.