COLOR #72B99B

HEX: #72B99B
RGB: (114,185,155)

Color info

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

RGB color model

#72B99B color RGB value is (114,185,155).

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

RGB channels and saturation

R 114 of 255 = 45%
G 185 of 255 = 73%
B 155 of 255 = 61%

114
185
155

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

Portions of RGB colors in percentages

R + G + B =
114 + 185 + 155 = 454 (100%)
R 114 of 454 ~ 25.11%
G 185 of 454 ~ 40.75%
B 155 of 454 ~ 34.14%

%25.11
%40.75
%34.14

CMYK color model

#72B99B color CMYK value is (38,0,16,27).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 27.45%
CMYK:
(38,0,16,27)
C38M0Y16K27 
(38%,0%,16%,27%)
(0.38/0.00/0.16/0.27)	

CMYK percentages

%38.38
%0
%16.22
%27.45

Codes

Color #72B99B in popluar color models

72B99B
RGB114185155
HSL155°33.65%58.63%
HSB/HSV155°38.38%72.55%
CMYK38.38%0.00%16.22%
27.45%

Color #72B99B in popluar number systems.

HEX72B99B
Decimal114185155
Binary11100101011100110011011
Octal162271233

Shades and tints

Shades of #72B99B

#72B99B
(114,185,155)
#68A98D
(104,169,141)
#5E997F
(94,153,127)
#548971
(84,137,113)
#4A7963
(74,121,99)
#406955
(64,105,85)
#365947
(54,89,71)
#2C4939
(44,73,57)
#22392B
(34,57,43)
#18291D
(24,41,29)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #72B99B

#72B99B
(114,185,155)
#7EBFA4
(126,191,164)
#8AC5AD
(138,197,173)
#96CBB6
(150,203,182)
#A2D1BF
(162,209,191)
#AED7C8
(174,215,200)
#BADDD1
(186,221,209)
#C6E3DA
(198,227,218)
#D2E9E3
(210,233,227)
#DEEFEC
(222,239,236)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B99B; }

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

This text font color is #72B99B.


Background Color

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

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

This div background color is #72B99B.


Border color

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

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

This div border color is #72B99B.


Opacity

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

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

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

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

This text has shadow with #72B99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B99B on black background.


Color preview on white background

This text has color #72B99B on white background.



Black color preview on #72B99B background

This text has black color on #72B99B background.


White color preview on #72B99B background

This text has white color on #72B99B background.