COLOR #72B991

HEX: #72B991
RGB: (114,185,145)

Color info

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

RGB color model

#72B991 color RGB value is (114,185,145).

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

RGB channels and saturation

R 114 of 255 = 45%
G 185 of 255 = 73%
B 145 of 255 = 57%

114
185
145

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

Portions of RGB colors in percentages

R + G + B =
114 + 185 + 145 = 444 (100%)
R 114 of 444 ~ 25.68%
G 185 of 444 ~ 41.67%
B 145 of 444 ~ 32.66%

%25.68
%41.67
%32.66

CMYK color model

#72B991 color CMYK value is (38,0,22,27).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%
CMYK:
(38,0,22,27)
C38M0Y22K27 
(38%,0%,22%,27%)
(0.38/0.00/0.22/0.27)	

CMYK percentages

%38.38
%0
%21.62
%27.45

Codes

Color #72B991 in popluar color models

72B991
RGB114185145
HSL146°33.65%58.63%
HSB/HSV146°38.38%72.55%
CMYK38.38%0.00%21.62%
27.45%

Color #72B991 in popluar number systems.

HEX72B991
Decimal114185145
Binary11100101011100110010001
Octal162271221

Shades and tints

Shades of #72B991

#72B991
(114,185,145)
#68A984
(104,169,132)
#5E9977
(94,153,119)
#54896A
(84,137,106)
#4A795D
(74,121,93)
#406950
(64,105,80)
#365943
(54,89,67)
#2C4936
(44,73,54)
#223929
(34,57,41)
#18291C
(24,41,28)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #72B991

#72B991
(114,185,145)
#7EBF9B
(126,191,155)
#8AC5A5
(138,197,165)
#96CBAF
(150,203,175)
#A2D1B9
(162,209,185)
#AED7C3
(174,215,195)
#BADDCD
(186,221,205)
#C6E3D7
(198,227,215)
#D2E9E1
(210,233,225)
#DEEFEB
(222,239,235)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B991; }

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

This text font color is #72B991.


Background Color

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

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

This div background color is #72B991.


Border color

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

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

This div border color is #72B991.


Opacity

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

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

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

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

This text has shadow with #72B991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B991 on black background.


Color preview on white background

This text has color #72B991 on white background.



Black color preview on #72B991 background

This text has black color on #72B991 background.


White color preview on #72B991 background

This text has white color on #72B991 background.