COLOR #72C697

HEX: #72C697
RGB: (114,198,151)

Color info

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

RGB color model

#72C697 color RGB value is (114,198,151).

  • red value is 114;
  • green value is 198;
  • blue value is 151.
RGB:
(114,198,151)
(45%,78%,59%)

RGB channels and saturation

R 114 of 255 = 45%
G 198 of 255 = 78%
B 151 of 255 = 59%

114
198
151

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

Portions of RGB colors in percentages

R + G + B =
114 + 198 + 151 = 463 (100%)
R 114 of 463 ~ 24.62%
G 198 of 463 ~ 42.76%
B 151 of 463 ~ 32.61%

%24.62
%42.76
%32.61

CMYK color model

#72C697 color CMYK value is (42,0,24,22).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(42,0,24,22)
C42M0Y24K22 
(42%,0%,24%,22%)
(0.42/0.00/0.24/0.22)	

CMYK percentages

%42.42
%0
%23.74
%22.35

Codes

Color #72C697 in popluar color models

72C697
RGB114198151
HSL146°42.42%61.18%
HSB/HSV146°42.42%77.65%
CMYK42.42%0.00%23.74%
22.35%

Color #72C697 in popluar number systems.

HEX72C697
Decimal114198151
Binary11100101100011010010111
Octal162306227

Shades and tints

Shades of #72C697

#72C697
(114,198,151)
#68B48A
(104,180,138)
#5EA27D
(94,162,125)
#549070
(84,144,112)
#4A7E63
(74,126,99)
#406C56
(64,108,86)
#365A49
(54,90,73)
#2C483C
(44,72,60)
#22362F
(34,54,47)
#182422
(24,36,34)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #72C697

#72C697
(114,198,151)
#7ECBA0
(126,203,160)
#8AD0A9
(138,208,169)
#96D5B2
(150,213,178)
#A2DABB
(162,218,187)
#AEDFC4
(174,223,196)
#BAE4CD
(186,228,205)
#C6E9D6
(198,233,214)
#D2EEDF
(210,238,223)
#DEF3E8
(222,243,232)
#EAF8F1
(234,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C697 color. Also use rgb(114,198,151) instead hex code.

Text Font Color

.myTextColor { color: #72C697; }

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

This text font color is #72C697.


Background Color

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

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

This div background color is #72C697.


Border color

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

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

This div border color is #72C697.


Opacity

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

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

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

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

This text has shadow with #72C697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C697 on black background.


Color preview on white background

This text has color #72C697 on white background.



Black color preview on #72C697 background

This text has black color on #72C697 background.


White color preview on #72C697 background

This text has white color on #72C697 background.