COLOR #72BC98

HEX: #72BC98
RGB: (114,188,152)

Color info

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

RGB color model

#72BC98 color RGB value is (114,188,152).

  • red value is 114;
  • green value is 188;
  • blue value is 152.
RGB:
(114,188,152)
(45%,74%,60%)

RGB channels and saturation

R 114 of 255 = 45%
G 188 of 255 = 74%
B 152 of 255 = 60%

114
188
152

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

Portions of RGB colors in percentages

R + G + B =
114 + 188 + 152 = 454 (100%)
R 114 of 454 ~ 25.11%
G 188 of 454 ~ 41.41%
B 152 of 454 ~ 33.48%

%25.11
%41.41
%33.48

CMYK color model

#72BC98 color CMYK value is (39,0,19,26).

  • cyan value is 39.36%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 26.27%
CMYK:
(39,0,19,26)
C39M0Y19K26 
(39%,0%,19%,26%)
(0.39/0.00/0.19/0.26)	

CMYK percentages

%39.36
%0
%19.15
%26.27

Codes

Color #72BC98 in popluar color models

72BC98
RGB114188152
HSL151°35.58%59.22%
HSB/HSV151°39.36%73.73%
CMYK39.36%0.00%19.15%
26.27%

Color #72BC98 in popluar number systems.

HEX72BC98
Decimal114188152
Binary11100101011110010011000
Octal162274230

Shades and tints

Shades of #72BC98

#72BC98
(114,188,152)
#68AB8B
(104,171,139)
#5E9A7E
(94,154,126)
#548971
(84,137,113)
#4A7864
(74,120,100)
#406757
(64,103,87)
#36564A
(54,86,74)
#2C453D
(44,69,61)
#223430
(34,52,48)
#182323
(24,35,35)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #72BC98

#72BC98
(114,188,152)
#7EC2A1
(126,194,161)
#8AC8AA
(138,200,170)
#96CEB3
(150,206,179)
#A2D4BC
(162,212,188)
#AEDAC5
(174,218,197)
#BAE0CE
(186,224,206)
#C6E6D7
(198,230,215)
#D2ECE0
(210,236,224)
#DEF2E9
(222,242,233)
#EAF8F2
(234,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BC98 color. Also use rgb(114,188,152) instead hex code.

Text Font Color

.myTextColor { color: #72BC98; }

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

This text font color is #72BC98.


Background Color

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

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

This div background color is #72BC98.


Border color

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

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

This div border color is #72BC98.


Opacity

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

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

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

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

This text has shadow with #72BC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BC98 on black background.


Color preview on white background

This text has color #72BC98 on white background.



Black color preview on #72BC98 background

This text has black color on #72BC98 background.


White color preview on #72BC98 background

This text has white color on #72BC98 background.