COLOR #72B59E

HEX: #72B59E
RGB: (114,181,158)

Color info

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

RGB color model

#72B59E color RGB value is (114,181,158).

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

RGB channels and saturation

R 114 of 255 = 45%
G 181 of 255 = 71%
B 158 of 255 = 62%

114
181
158

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

Portions of RGB colors in percentages

R + G + B =
114 + 181 + 158 = 453 (100%)
R 114 of 453 ~ 25.17%
G 181 of 453 ~ 39.96%
B 158 of 453 ~ 34.88%

%25.17
%39.96
%34.88

CMYK color model

#72B59E color CMYK value is (37,0,13,29).

  • cyan value is 37.02%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(37,0,13,29)
C37M0Y13K29 
(37%,0%,13%,29%)
(0.37/0.00/0.13/0.29)	

CMYK percentages

%37.02
%0
%12.71
%29.02

Codes

Color #72B59E in popluar color models

72B59E
RGB114181158
HSL159°31.16%57.84%
HSB/HSV159°37.02%70.98%
CMYK37.02%0.00%12.71%
29.02%

Color #72B59E in popluar number systems.

HEX72B59E
Decimal114181158
Binary11100101011010110011110
Octal162265236

Shades and tints

Shades of #72B59E

#72B59E
(114,181,158)
#68A590
(104,165,144)
#5E9582
(94,149,130)
#548574
(84,133,116)
#4A7566
(74,117,102)
#406558
(64,101,88)
#36554A
(54,85,74)
#2C453C
(44,69,60)
#22352E
(34,53,46)
#182520
(24,37,32)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #72B59E

#72B59E
(114,181,158)
#7EBBA6
(126,187,166)
#8AC1AE
(138,193,174)
#96C7B6
(150,199,182)
#A2CDBE
(162,205,190)
#AED3C6
(174,211,198)
#BAD9CE
(186,217,206)
#C6DFD6
(198,223,214)
#D2E5DE
(210,229,222)
#DEEBE6
(222,235,230)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B59E; }

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

This text font color is #72B59E.


Background Color

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

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

This div background color is #72B59E.


Border color

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

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

This div border color is #72B59E.


Opacity

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

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

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

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

This text has shadow with #72B59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B59E on black background.


Color preview on white background

This text has color #72B59E on white background.



Black color preview on #72B59E background

This text has black color on #72B59E background.


White color preview on #72B59E background

This text has white color on #72B59E background.