COLOR #72B9A5

HEX: #72B9A5
RGB: (114,185,165)

Color info

#72B9A5 contains mainly green and blue colors. Web safe color of #72B9A5 is #66CC99 (or #6C9).

RGB color model

#72B9A5 color RGB value is (114,185,165).

  • red value is 114;
  • green value is 185;
  • blue value is 165.
RGB:
(114,185,165)
(45%,73%,65%)

RGB channels and saturation

R 114 of 255 = 45%
G 185 of 255 = 73%
B 165 of 255 = 65%

114
185
165

R + G + B ~ 61%. #72B9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 185 + 165 = 464 (100%)
R 114 of 464 ~ 24.57%
G 185 of 464 ~ 39.87%
B 165 of 464 ~ 35.56%

%24.57
%39.87
%35.56

CMYK color model

#72B9A5 color CMYK value is (38,0,11,27).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 27.45%
CMYK:
(38,0,11,27)
C38M0Y11K27 
(38%,0%,11%,27%)
(0.38/0.00/0.11/0.27)	

CMYK percentages

%38.38
%0
%10.81
%27.45

Codes

Color #72B9A5 in popluar color models

72B9A5
RGB114185165
HSL163°33.65%58.63%
HSB/HSV163°38.38%72.55%
CMYK38.38%0.00%10.81%
27.45%

Color #72B9A5 in popluar number systems.

HEX72B9A5
Decimal114185165
Binary11100101011100110100101
Octal162271245

Shades and tints

Shades of #72B9A5

#72B9A5
(114,185,165)
#68A996
(104,169,150)
#5E9987
(94,153,135)
#548978
(84,137,120)
#4A7969
(74,121,105)
#40695A
(64,105,90)
#36594B
(54,89,75)
#2C493C
(44,73,60)
#22392D
(34,57,45)
#18291E
(24,41,30)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #72B9A5

#72B9A5
(114,185,165)
#7EBFAD
(126,191,173)
#8AC5B5
(138,197,181)
#96CBBD
(150,203,189)
#A2D1C5
(162,209,197)
#AED7CD
(174,215,205)
#BADDD5
(186,221,213)
#C6E3DD
(198,227,221)
#D2E9E5
(210,233,229)
#DEEFED
(222,239,237)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B9A5 color. Also use rgb(114,185,165) instead hex code.

Text Font Color

.myTextColor { color: #72B9A5; }

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

This text font color is #72B9A5.


Background Color

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

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

This div background color is #72B9A5.


Border color

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

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

This div border color is #72B9A5.


Opacity

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

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

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

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

This text has shadow with #72B9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B9A5 on black background.


Color preview on white background

This text has color #72B9A5 on white background.



Black color preview on #72B9A5 background

This text has black color on #72B9A5 background.


White color preview on #72B9A5 background

This text has white color on #72B9A5 background.