COLOR #72BE93

HEX: #72BE93
RGB: (114,190,147)

Color info

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

RGB color model

#72BE93 color RGB value is (114,190,147).

  • red value is 114;
  • green value is 190;
  • blue value is 147.
RGB:
(114,190,147)
(45%,75%,58%)

RGB channels and saturation

R 114 of 255 = 45%
G 190 of 255 = 75%
B 147 of 255 = 58%

114
190
147

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

Portions of RGB colors in percentages

R + G + B =
114 + 190 + 147 = 451 (100%)
R 114 of 451 ~ 25.28%
G 190 of 451 ~ 42.13%
B 147 of 451 ~ 32.59%

%25.28
%42.13
%32.59

CMYK color model

#72BE93 color CMYK value is (40,0,23,25).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(40,0,23,25)
C40M0Y23K25 
(40%,0%,23%,25%)
(0.40/0.00/0.23/0.25)	

CMYK percentages

%40
%0
%22.63
%25.49

Codes

Color #72BE93 in popluar color models

72BE93
RGB114190147
HSL146°36.89%59.61%
HSB/HSV146°40.00%74.51%
CMYK40.00%0.00%22.63%
25.49%

Color #72BE93 in popluar number systems.

HEX72BE93
Decimal114190147
Binary11100101011111010010011
Octal162276223

Shades and tints

Shades of #72BE93

#72BE93
(114,190,147)
#68AD86
(104,173,134)
#5E9C79
(94,156,121)
#548B6C
(84,139,108)
#4A7A5F
(74,122,95)
#406952
(64,105,82)
#365845
(54,88,69)
#2C4738
(44,71,56)
#22362B
(34,54,43)
#18251E
(24,37,30)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #72BE93

#72BE93
(114,190,147)
#7EC39C
(126,195,156)
#8AC8A5
(138,200,165)
#96CDAE
(150,205,174)
#A2D2B7
(162,210,183)
#AED7C0
(174,215,192)
#BADCC9
(186,220,201)
#C6E1D2
(198,225,210)
#D2E6DB
(210,230,219)
#DEEBE4
(222,235,228)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BE93 color. Also use rgb(114,190,147) instead hex code.

Text Font Color

.myTextColor { color: #72BE93; }

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

This text font color is #72BE93.


Background Color

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

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

This div background color is #72BE93.


Border color

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

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

This div border color is #72BE93.


Opacity

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

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

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

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

This text has shadow with #72BE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BE93 on black background.


Color preview on white background

This text has color #72BE93 on white background.



Black color preview on #72BE93 background

This text has black color on #72BE93 background.


White color preview on #72BE93 background

This text has white color on #72BE93 background.