COLOR #72AE85

HEX: #72AE85
RGB: (114,174,133)

Color info

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

RGB color model

#72AE85 color RGB value is (114,174,133).

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

RGB channels and saturation

R 114 of 255 = 45%
G 174 of 255 = 68%
B 133 of 255 = 52%

114
174
133

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

Portions of RGB colors in percentages

R + G + B =
114 + 174 + 133 = 421 (100%)
R 114 of 421 ~ 27.08%
G 174 of 421 ~ 41.33%
B 133 of 421 ~ 31.59%

%27.08
%41.33
%31.59

CMYK color model

#72AE85 color CMYK value is (34,0,24,32).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK:
(34,0,24,32)
C34M0Y24K32 
(34%,0%,24%,32%)
(0.34/0.00/0.24/0.32)	

CMYK percentages

%34.48
%0
%23.56
%31.76

Codes

Color #72AE85 in popluar color models

72AE85
RGB114174133
HSL139°27.03%56.47%
HSB/HSV139°34.48%68.24%
CMYK34.48%0.00%23.56%
31.76%

Color #72AE85 in popluar number systems.

HEX72AE85
Decimal114174133
Binary11100101010111010000101
Octal162256205

Shades and tints

Shades of #72AE85

#72AE85
(114,174,133)
#689F79
(104,159,121)
#5E906D
(94,144,109)
#548161
(84,129,97)
#4A7255
(74,114,85)
#406349
(64,99,73)
#36543D
(54,84,61)
#2C4531
(44,69,49)
#223625
(34,54,37)
#182719
(24,39,25)
#0E180D
(14,24,13)
#000000
(0,0,0)

Tints of #72AE85

#72AE85
(114,174,133)
#7EB590
(126,181,144)
#8ABC9B
(138,188,155)
#96C3A6
(150,195,166)
#A2CAB1
(162,202,177)
#AED1BC
(174,209,188)
#BAD8C7
(186,216,199)
#C6DFD2
(198,223,210)
#D2E6DD
(210,230,221)
#DEEDE8
(222,237,232)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AE85; }

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

This text font color is #72AE85.


Background Color

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

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

This div background color is #72AE85.


Border color

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

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

This div border color is #72AE85.


Opacity

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

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

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

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

This text has shadow with #72AE85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AE85 on black background.


Color preview on white background

This text has color #72AE85 on white background.



Black color preview on #72AE85 background

This text has black color on #72AE85 background.


White color preview on #72AE85 background

This text has white color on #72AE85 background.