COLOR #72C09B

HEX: #72C09B
RGB: (114,192,155)

Color info

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

RGB color model

#72C09B color RGB value is (114,192,155).

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

RGB channels and saturation

R 114 of 255 = 45%
G 192 of 255 = 75%
B 155 of 255 = 61%

114
192
155

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

Portions of RGB colors in percentages

R + G + B =
114 + 192 + 155 = 461 (100%)
R 114 of 461 ~ 24.73%
G 192 of 461 ~ 41.65%
B 155 of 461 ~ 33.62%

%24.73
%41.65
%33.62

CMYK color model

#72C09B color CMYK value is (41,0,19,25).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 24.71%
CMYK:
(41,0,19,25)
C41M0Y19K25 
(41%,0%,19%,25%)
(0.41/0.00/0.19/0.25)	

CMYK percentages

%40.63
%0
%19.27
%24.71

Codes

Color #72C09B in popluar color models

72C09B
RGB114192155
HSL152°38.24%60.00%
HSB/HSV152°40.63%75.29%
CMYK40.63%0.00%19.27%
24.71%

Color #72C09B in popluar number systems.

HEX72C09B
Decimal114192155
Binary11100101100000010011011
Octal162300233

Shades and tints

Shades of #72C09B

#72C09B
(114,192,155)
#68AF8D
(104,175,141)
#5E9E7F
(94,158,127)
#548D71
(84,141,113)
#4A7C63
(74,124,99)
#406B55
(64,107,85)
#365A47
(54,90,71)
#2C4939
(44,73,57)
#22382B
(34,56,43)
#18271D
(24,39,29)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #72C09B

#72C09B
(114,192,155)
#7EC5A4
(126,197,164)
#8ACAAD
(138,202,173)
#96CFB6
(150,207,182)
#A2D4BF
(162,212,191)
#AED9C8
(174,217,200)
#BADED1
(186,222,209)
#C6E3DA
(198,227,218)
#D2E8E3
(210,232,227)
#DEEDEC
(222,237,236)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72C09B; }

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

This text font color is #72C09B.


Background Color

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

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

This div background color is #72C09B.


Border color

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

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

This div border color is #72C09B.


Opacity

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

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

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

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

This text has shadow with #72C09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C09B on black background.


Color preview on white background

This text has color #72C09B on white background.



Black color preview on #72C09B background

This text has black color on #72C09B background.


White color preview on #72C09B background

This text has white color on #72C09B background.