COLOR #72B189

HEX: #72B189
RGB: (114,177,137)

Color info

#72B189 contains mainly green and blue colors. Web safe color of #72B189 is #669999 (or #699).

RGB color model

#72B189 color RGB value is (114,177,137).

  • red value is 114;
  • green value is 177;
  • blue value is 137.
RGB:
(114,177,137)
(45%,69%,54%)

RGB channels and saturation

R 114 of 255 = 45%
G 177 of 255 = 69%
B 137 of 255 = 54%

114
177
137

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

Portions of RGB colors in percentages

R + G + B =
114 + 177 + 137 = 428 (100%)
R 114 of 428 ~ 26.64%
G 177 of 428 ~ 41.36%
B 137 of 428 ~ 32.01%

%26.64
%41.36
%32.01

CMYK color model

#72B189 color CMYK value is (36,0,23,31).

  • cyan value is 35.59%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 30.59%
CMYK:
(36,0,23,31)
C36M0Y23K31 
(36%,0%,23%,31%)
(0.36/0.00/0.23/0.31)	

CMYK percentages

%35.59
%0
%22.6
%30.59

Codes

Color #72B189 in popluar color models

72B189
RGB114177137
HSL142°28.77%57.06%
HSB/HSV142°35.59%69.41%
CMYK35.59%0.00%22.60%
30.59%

Color #72B189 in popluar number systems.

HEX72B189
Decimal114177137
Binary11100101011000110001001
Octal162261211

Shades and tints

Shades of #72B189

#72B189
(114,177,137)
#68A17D
(104,161,125)
#5E9171
(94,145,113)
#548165
(84,129,101)
#4A7159
(74,113,89)
#40614D
(64,97,77)
#365141
(54,81,65)
#2C4135
(44,65,53)
#223129
(34,49,41)
#18211D
(24,33,29)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #72B189

#72B189
(114,177,137)
#7EB893
(126,184,147)
#8ABF9D
(138,191,157)
#96C6A7
(150,198,167)
#A2CDB1
(162,205,177)
#AED4BB
(174,212,187)
#BADBC5
(186,219,197)
#C6E2CF
(198,226,207)
#D2E9D9
(210,233,217)
#DEF0E3
(222,240,227)
#EAF7ED
(234,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B189 color. Also use rgb(114,177,137) instead hex code.

Text Font Color

.myTextColor { color: #72B189; }

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

This text font color is #72B189.


Background Color

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

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

This div background color is #72B189.


Border color

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

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

This div border color is #72B189.


Opacity

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

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

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

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

This text has shadow with #72B189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B189 on black background.


Color preview on white background

This text has color #72B189 on white background.



Black color preview on #72B189 background

This text has black color on #72B189 background.


White color preview on #72B189 background

This text has white color on #72B189 background.