COLOR #72B0A0

HEX: #72B0A0
RGB: (114,176,160)

Color info

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

RGB color model

#72B0A0 color RGB value is (114,176,160).

  • red value is 114;
  • green value is 176;
  • blue value is 160.
RGB:
(114,176,160)
(45%,69%,63%)

RGB channels and saturation

R 114 of 255 = 45%
G 176 of 255 = 69%
B 160 of 255 = 63%

114
176
160

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

Portions of RGB colors in percentages

R + G + B =
114 + 176 + 160 = 450 (100%)
R 114 of 450 ~ 25.33%
G 176 of 450 ~ 39.11%
B 160 of 450 ~ 35.56%

%25.33
%39.11
%35.56

CMYK color model

#72B0A0 color CMYK value is (35,0,9,31).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 30.98%
CMYK:
(35,0,9,31)
C35M0Y9K31 
(35%,0%,9%,31%)
(0.35/0.00/0.09/0.31)	

CMYK percentages

%35.23
%0
%9.09
%30.98

Codes

Color #72B0A0 in popluar color models

72B0A0
RGB114176160
HSL165°28.18%56.86%
HSB/HSV165°35.23%69.02%
CMYK35.23%0.00%9.09%
30.98%

Color #72B0A0 in popluar number systems.

HEX72B0A0
Decimal114176160
Binary11100101011000010100000
Octal162260240

Shades and tints

Shades of #72B0A0

#72B0A0
(114,176,160)
#68A092
(104,160,146)
#5E9084
(94,144,132)
#548076
(84,128,118)
#4A7068
(74,112,104)
#40605A
(64,96,90)
#36504C
(54,80,76)
#2C403E
(44,64,62)
#223030
(34,48,48)
#182022
(24,32,34)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #72B0A0

#72B0A0
(114,176,160)
#7EB7A8
(126,183,168)
#8ABEB0
(138,190,176)
#96C5B8
(150,197,184)
#A2CCC0
(162,204,192)
#AED3C8
(174,211,200)
#BADAD0
(186,218,208)
#C6E1D8
(198,225,216)
#D2E8E0
(210,232,224)
#DEEFE8
(222,239,232)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B0A0 color. Also use rgb(114,176,160) instead hex code.

Text Font Color

.myTextColor { color: #72B0A0; }

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

This text font color is #72B0A0.


Background Color

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

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

This div background color is #72B0A0.


Border color

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

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

This div border color is #72B0A0.


Opacity

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

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

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

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

This text has shadow with #72B0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B0A0 on black background.


Color preview on white background

This text has color #72B0A0 on white background.



Black color preview on #72B0A0 background

This text has black color on #72B0A0 background.


White color preview on #72B0A0 background

This text has white color on #72B0A0 background.