COLOR #72AE92

HEX: #72AE92
RGB: (114,174,146)

Color info

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

RGB color model

#72AE92 color RGB value is (114,174,146).

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

RGB channels and saturation

R 114 of 255 = 45%
G 174 of 255 = 68%
B 146 of 255 = 57%

114
174
146

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

Portions of RGB colors in percentages

R + G + B =
114 + 174 + 146 = 434 (100%)
R 114 of 434 ~ 26.27%
G 174 of 434 ~ 40.09%
B 146 of 434 ~ 33.64%

%26.27
%40.09
%33.64

CMYK color model

#72AE92 color CMYK value is (34,0,16,32).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(34,0,16,32)
C34M0Y16K32 
(34%,0%,16%,32%)
(0.34/0.00/0.16/0.32)	

CMYK percentages

%34.48
%0
%16.09
%31.76

Codes

Color #72AE92 in popluar color models

72AE92
RGB114174146
HSL152°27.03%56.47%
HSB/HSV152°34.48%68.24%
CMYK34.48%0.00%16.09%
31.76%

Color #72AE92 in popluar number systems.

HEX72AE92
Decimal114174146
Binary11100101010111010010010
Octal162256222

Shades and tints

Shades of #72AE92

#72AE92
(114,174,146)
#689F85
(104,159,133)
#5E9078
(94,144,120)
#54816B
(84,129,107)
#4A725E
(74,114,94)
#406351
(64,99,81)
#365444
(54,84,68)
#2C4537
(44,69,55)
#22362A
(34,54,42)
#18271D
(24,39,29)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #72AE92

#72AE92
(114,174,146)
#7EB59B
(126,181,155)
#8ABCA4
(138,188,164)
#96C3AD
(150,195,173)
#A2CAB6
(162,202,182)
#AED1BF
(174,209,191)
#BAD8C8
(186,216,200)
#C6DFD1
(198,223,209)
#D2E6DA
(210,230,218)
#DEEDE3
(222,237,227)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AE92; }

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

This text font color is #72AE92.


Background Color

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

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

This div background color is #72AE92.


Border color

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

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

This div border color is #72AE92.


Opacity

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

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

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

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

This text has shadow with #72AE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AE92 on black background.


Color preview on white background

This text has color #72AE92 on white background.



Black color preview on #72AE92 background

This text has black color on #72AE92 background.


White color preview on #72AE92 background

This text has white color on #72AE92 background.