COLOR #72B597

HEX: #72B597
RGB: (114,181,151)

Color info

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

RGB color model

#72B597 color RGB value is (114,181,151).

  • red value is 114;
  • green value is 181;
  • blue value is 151.
RGB:
(114,181,151)
(45%,71%,59%)

RGB channels and saturation

R 114 of 255 = 45%
G 181 of 255 = 71%
B 151 of 255 = 59%

114
181
151

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

Portions of RGB colors in percentages

R + G + B =
114 + 181 + 151 = 446 (100%)
R 114 of 446 ~ 25.56%
G 181 of 446 ~ 40.58%
B 151 of 446 ~ 33.86%

%25.56
%40.58
%33.86

CMYK color model

#72B597 color CMYK value is (37,0,17,29).

  • cyan value is 37.02%
  • magenta value is 0.00%
  • yellow value is 16.57%
  • key color value is 29.02%
CMYK:
(37,0,17,29)
C37M0Y17K29 
(37%,0%,17%,29%)
(0.37/0.00/0.17/0.29)	

CMYK percentages

%37.02
%0
%16.57
%29.02

Codes

Color #72B597 in popluar color models

72B597
RGB114181151
HSL153°31.16%57.84%
HSB/HSV153°37.02%70.98%
CMYK37.02%0.00%16.57%
29.02%

Color #72B597 in popluar number systems.

HEX72B597
Decimal114181151
Binary11100101011010110010111
Octal162265227

Shades and tints

Shades of #72B597

#72B597
(114,181,151)
#68A58A
(104,165,138)
#5E957D
(94,149,125)
#548570
(84,133,112)
#4A7563
(74,117,99)
#406556
(64,101,86)
#365549
(54,85,73)
#2C453C
(44,69,60)
#22352F
(34,53,47)
#182522
(24,37,34)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #72B597

#72B597
(114,181,151)
#7EBBA0
(126,187,160)
#8AC1A9
(138,193,169)
#96C7B2
(150,199,178)
#A2CDBB
(162,205,187)
#AED3C4
(174,211,196)
#BAD9CD
(186,217,205)
#C6DFD6
(198,223,214)
#D2E5DF
(210,229,223)
#DEEBE8
(222,235,232)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B597 color. Also use rgb(114,181,151) instead hex code.

Text Font Color

.myTextColor { color: #72B597; }

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

This text font color is #72B597.


Background Color

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

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

This div background color is #72B597.


Border color

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

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

This div border color is #72B597.


Opacity

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

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

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

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

This text has shadow with #72B597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B597 on black background.


Color preview on white background

This text has color #72B597 on white background.



Black color preview on #72B597 background

This text has black color on #72B597 background.


White color preview on #72B597 background

This text has white color on #72B597 background.