COLOR #72BE95

HEX: #72BE95
RGB: (114,190,149)

Color info

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

RGB color model

#72BE95 color RGB value is (114,190,149).

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

RGB channels and saturation

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

114
190
149

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

Portions of RGB colors in percentages

R + G + B =
114 + 190 + 149 = 453 (100%)
R 114 of 453 ~ 25.17%
G 190 of 453 ~ 41.94%
B 149 of 453 ~ 32.89%

%25.17
%41.94
%32.89

CMYK color model

#72BE95 color CMYK value is (40,0,22,25).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 25.49%
CMYK:
(40,0,22,25)
C40M0Y22K25 
(40%,0%,22%,25%)
(0.40/0.00/0.22/0.25)	

CMYK percentages

%40
%0
%21.58
%25.49

Codes

Color #72BE95 in popluar color models

72BE95
RGB114190149
HSL148°36.89%59.61%
HSB/HSV148°40.00%74.51%
CMYK40.00%0.00%21.58%
25.49%

Color #72BE95 in popluar number systems.

HEX72BE95
Decimal114190149
Binary11100101011111010010101
Octal162276225

Shades and tints

Shades of #72BE95

#72BE95
(114,190,149)
#68AD88
(104,173,136)
#5E9C7B
(94,156,123)
#548B6E
(84,139,110)
#4A7A61
(74,122,97)
#406954
(64,105,84)
#365847
(54,88,71)
#2C473A
(44,71,58)
#22362D
(34,54,45)
#182520
(24,37,32)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #72BE95

#72BE95
(114,190,149)
#7EC39E
(126,195,158)
#8AC8A7
(138,200,167)
#96CDB0
(150,205,176)
#A2D2B9
(162,210,185)
#AED7C2
(174,215,194)
#BADCCB
(186,220,203)
#C6E1D4
(198,225,212)
#D2E6DD
(210,230,221)
#DEEBE6
(222,235,230)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BE95; }

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

This text font color is #72BE95.


Background Color

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

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

This div background color is #72BE95.


Border color

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

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

This div border color is #72BE95.


Opacity

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

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

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

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

This text has shadow with #72BE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BE95 on black background.


Color preview on white background

This text has color #72BE95 on white background.



Black color preview on #72BE95 background

This text has black color on #72BE95 background.


White color preview on #72BE95 background

This text has white color on #72BE95 background.