COLOR #72BA96

HEX: #72BA96
RGB: (114,186,150)

Color info

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

RGB color model

#72BA96 color RGB value is (114,186,150).

  • red value is 114;
  • green value is 186;
  • blue value is 150.
RGB:
(114,186,150)
(45%,73%,59%)

RGB channels and saturation

R 114 of 255 = 45%
G 186 of 255 = 73%
B 150 of 255 = 59%

114
186
150

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

Portions of RGB colors in percentages

R + G + B =
114 + 186 + 150 = 450 (100%)
R 114 of 450 ~ 25.33%
G 186 of 450 ~ 41.33%
B 150 of 450 ~ 33.33%

%25.33
%41.33
%33.33

CMYK color model

#72BA96 color CMYK value is (39,0,19,27).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(39,0,19,27)
C39M0Y19K27 
(39%,0%,19%,27%)
(0.39/0.00/0.19/0.27)	

CMYK percentages

%38.71
%0
%19.35
%27.06

Codes

Color #72BA96 in popluar color models

72BA96
RGB114186150
HSL150°34.29%58.82%
HSB/HSV150°38.71%72.94%
CMYK38.71%0.00%19.35%
27.06%

Color #72BA96 in popluar number systems.

HEX72BA96
Decimal114186150
Binary11100101011101010010110
Octal162272226

Shades and tints

Shades of #72BA96

#72BA96
(114,186,150)
#68AA89
(104,170,137)
#5E9A7C
(94,154,124)
#548A6F
(84,138,111)
#4A7A62
(74,122,98)
#406A55
(64,106,85)
#365A48
(54,90,72)
#2C4A3B
(44,74,59)
#223A2E
(34,58,46)
#182A21
(24,42,33)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #72BA96

#72BA96
(114,186,150)
#7EC09F
(126,192,159)
#8AC6A8
(138,198,168)
#96CCB1
(150,204,177)
#A2D2BA
(162,210,186)
#AED8C3
(174,216,195)
#BADECC
(186,222,204)
#C6E4D5
(198,228,213)
#D2EADE
(210,234,222)
#DEF0E7
(222,240,231)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BA96 color. Also use rgb(114,186,150) instead hex code.

Text Font Color

.myTextColor { color: #72BA96; }

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

This text font color is #72BA96.


Background Color

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

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

This div background color is #72BA96.


Border color

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

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

This div border color is #72BA96.


Opacity

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

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

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

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

This text has shadow with #72BA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BA96 on black background.


Color preview on white background

This text has color #72BA96 on white background.



Black color preview on #72BA96 background

This text has black color on #72BA96 background.


White color preview on #72BA96 background

This text has white color on #72BA96 background.