COLOR #72C998

HEX: #72C998
RGB: (114,201,152)

Color info

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

RGB color model

#72C998 color RGB value is (114,201,152).

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

RGB channels and saturation

R 114 of 255 = 45%
G 201 of 255 = 79%
B 152 of 255 = 60%

114
201
152

R + G + B ~ 61%. #72C998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 201 + 152 = 467 (100%)
R 114 of 467 ~ 24.41%
G 201 of 467 ~ 43.04%
B 152 of 467 ~ 32.55%

%24.41
%43.04
%32.55

CMYK color model

#72C998 color CMYK value is (43,0,24,21).

  • cyan value is 43.28%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(43,0,24,21)
C43M0Y24K21 
(43%,0%,24%,21%)
(0.43/0.00/0.24/0.21)	

CMYK percentages

%43.28
%0
%24.38
%21.18

Codes

Color #72C998 in popluar color models

72C998
RGB114201152
HSL146°44.62%61.76%
HSB/HSV146°43.28%78.82%
CMYK43.28%0.00%24.38%
21.18%

Color #72C998 in popluar number systems.

HEX72C998
Decimal114201152
Binary11100101100100110011000
Octal162311230

Shades and tints

Shades of #72C998

#72C998
(114,201,152)
#68B78B
(104,183,139)
#5EA57E
(94,165,126)
#549371
(84,147,113)
#4A8164
(74,129,100)
#406F57
(64,111,87)
#365D4A
(54,93,74)
#2C4B3D
(44,75,61)
#223930
(34,57,48)
#182723
(24,39,35)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #72C998

#72C998
(114,201,152)
#7ECDA1
(126,205,161)
#8AD1AA
(138,209,170)
#96D5B3
(150,213,179)
#A2D9BC
(162,217,188)
#AEDDC5
(174,221,197)
#BAE1CE
(186,225,206)
#C6E5D7
(198,229,215)
#D2E9E0
(210,233,224)
#DEEDE9
(222,237,233)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72C998; }

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

This text font color is #72C998.


Background Color

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

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

This div background color is #72C998.


Border color

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

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

This div border color is #72C998.


Opacity

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

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

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

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

This text has shadow with #72C998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C998 on black background.


Color preview on white background

This text has color #72C998 on white background.



Black color preview on #72C998 background

This text has black color on #72C998 background.


White color preview on #72C998 background

This text has white color on #72C998 background.