COLOR #72B887

HEX: #72B887
RGB: (114,184,135)

Color info

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

RGB color model

#72B887 color RGB value is (114,184,135).

  • red value is 114;
  • green value is 184;
  • blue value is 135.
RGB:
(114,184,135)
(45%,72%,53%)

RGB channels and saturation

R 114 of 255 = 45%
G 184 of 255 = 72%
B 135 of 255 = 53%

114
184
135

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

Portions of RGB colors in percentages

R + G + B =
114 + 184 + 135 = 433 (100%)
R 114 of 433 ~ 26.33%
G 184 of 433 ~ 42.49%
B 135 of 433 ~ 31.18%

%26.33
%42.49
%31.18

CMYK color model

#72B887 color CMYK value is (38,0,27,28).

  • cyan value is 38.04%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(38,0,27,28)
C38M0Y27K28 
(38%,0%,27%,28%)
(0.38/0.00/0.27/0.28)	

CMYK percentages

%38.04
%0
%26.63
%27.84

Codes

Color #72B887 in popluar color models

72B887
RGB114184135
HSL138°33.02%58.43%
HSB/HSV138°38.04%72.16%
CMYK38.04%0.00%26.63%
27.84%

Color #72B887 in popluar number systems.

HEX72B887
Decimal114184135
Binary11100101011100010000111
Octal162270207

Shades and tints

Shades of #72B887

#72B887
(114,184,135)
#68A87B
(104,168,123)
#5E986F
(94,152,111)
#548863
(84,136,99)
#4A7857
(74,120,87)
#40684B
(64,104,75)
#36583F
(54,88,63)
#2C4833
(44,72,51)
#223827
(34,56,39)
#18281B
(24,40,27)
#0E180F
(14,24,15)
#000000
(0,0,0)

Tints of #72B887

#72B887
(114,184,135)
#7EBE91
(126,190,145)
#8AC49B
(138,196,155)
#96CAA5
(150,202,165)
#A2D0AF
(162,208,175)
#AED6B9
(174,214,185)
#BADCC3
(186,220,195)
#C6E2CD
(198,226,205)
#D2E8D7
(210,232,215)
#DEEEE1
(222,238,225)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B887 color. Also use rgb(114,184,135) instead hex code.

Text Font Color

.myTextColor { color: #72B887; }

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

This text font color is #72B887.


Background Color

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

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

This div background color is #72B887.


Border color

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

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

This div border color is #72B887.


Opacity

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

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

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

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

This text has shadow with #72B887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B887 on black background.


Color preview on white background

This text has color #72B887 on white background.



Black color preview on #72B887 background

This text has black color on #72B887 background.


White color preview on #72B887 background

This text has white color on #72B887 background.