COLOR #72D29E

HEX: #72D29E
RGB: (114,210,158)

Color info

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

RGB color model

#72D29E color RGB value is (114,210,158).

  • red value is 114;
  • green value is 210;
  • blue value is 158.
RGB:
(114,210,158)
(45%,82%,62%)

RGB channels and saturation

R 114 of 255 = 45%
G 210 of 255 = 82%
B 158 of 255 = 62%

114
210
158

R + G + B ~ 63%. #72D29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 210 + 158 = 482 (100%)
R 114 of 482 ~ 23.65%
G 210 of 482 ~ 43.57%
B 158 of 482 ~ 32.78%

%23.65
%43.57
%32.78

CMYK color model

#72D29E color CMYK value is (46,0,25,18).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK:
(46,0,25,18)
C46M0Y25K18 
(46%,0%,25%,18%)
(0.46/0.00/0.25/0.18)	

CMYK percentages

%45.71
%0
%24.76
%17.65

Codes

Color #72D29E in popluar color models

72D29E
RGB114210158
HSL148°51.61%63.53%
HSB/HSV148°45.71%82.35%
CMYK45.71%0.00%24.76%
17.65%

Color #72D29E in popluar number systems.

HEX72D29E
Decimal114210158
Binary11100101101001010011110
Octal162322236

Shades and tints

Shades of #72D29E

#72D29E
(114,210,158)
#68BF90
(104,191,144)
#5EAC82
(94,172,130)
#549974
(84,153,116)
#4A8666
(74,134,102)
#407358
(64,115,88)
#36604A
(54,96,74)
#2C4D3C
(44,77,60)
#223A2E
(34,58,46)
#182720
(24,39,32)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #72D29E

#72D29E
(114,210,158)
#7ED6A6
(126,214,166)
#8ADAAE
(138,218,174)
#96DEB6
(150,222,182)
#A2E2BE
(162,226,190)
#AEE6C6
(174,230,198)
#BAEACE
(186,234,206)
#C6EED6
(198,238,214)
#D2F2DE
(210,242,222)
#DEF6E6
(222,246,230)
#EAFAEE
(234,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72D29E color. Also use rgb(114,210,158) instead hex code.

Text Font Color

.myTextColor { color: #72D29E; }

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

This text font color is #72D29E.


Background Color

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

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

This div background color is #72D29E.


Border color

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

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

This div border color is #72D29E.


Opacity

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

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

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

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

This text has shadow with #72D29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D29E on black background.


Color preview on white background

This text has color #72D29E on white background.



Black color preview on #72D29E background

This text has black color on #72D29E background.


White color preview on #72D29E background

This text has white color on #72D29E background.