COLOR #72DA9E

HEX: #72DA9E RGB: (114,218,158)

Color info

#72DA9E contains mainly green color. Web safe color of #72DA9E is #66CC99 (or #6C9).

RGB color model

#72DA9E color RGB value is (114,218,158).

RGB: (114,218,158) (45%, 85%, 62%)

RGB channels and saturation

R 114 of 255 = 45%
G 218 of 255 = 85%
B 158 of 255 = 62%

114
218
158

R + G + B ~ 64%. #72DA9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 218 + 158 = 490 (100%)
R 114 of 490 ~ 23.27%
G 218 of 490 ~ 44.49%
B 158 of 490 ~ 32.24'%

%23.27
%44.49
%32.24

CMYK color model

#72DA9E color CMYK value is (48,0,28,15).

  • cyan value is 47.71%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 14.51%

CMYK: (48,0,28,15)
C48M0Y28K15 (48%, 0%, 28%, 15%)
(0.48 / 0.00 / 0.28 / 0.15)

CMYK percentages

%47.71
%0
%27.52
%14.51

Codes

Color #72DA9E in popluar color models

72 DA 9E
RGB 114 218 158
HSL 145° 58.43% 65.10%
HSB/HSV 145° 47.71% 85.49%
CMYK 47.71% 0.00% 27.52%
14.51%

Color #72DA9E in popluar number systems.

HEX 72 DA 9E
Decimal 114 218 158
Binary 1110010 11011010 10011110
Octal 162 332 236

Shades and tints

Shades of #72DA9E

#72DA9E
(114,218,158)
#68C790
(104,199,144)
#5EB482
(94,180,130)
#54A174
(84,161,116)
#4A8E66
(74,142,102)
#407B58
(64,123,88)
#36684A
(54,104,74)
#2C553C
(44,85,60)
#22422E
(34,66,46)
#182F20
(24,47,32)
#0E1C12
(14,28,18)
#000000
(0,0,0)

Tints of #72DA9E

#72DA9E
(114,218,158)
#7EDDA6
(126,221,166)
#8AE0AE
(138,224,174)
#96E3B6
(150,227,182)
#A2E6BE
(162,230,190)
#AEE9C6
(174,233,198)
#BAECCE
(186,236,206)
#C6EFD6
(198,239,214)
#D2F2DE
(210,242,222)
#DEF5E6
(222,245,230)
#EAF8EE
(234,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72DA9E; }

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

This text font color is #72DA9E.

Background Color

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

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

This div background color is #72DA9E.

Border color

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

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

This div border color is #72DA9E.

Opacity

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

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

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

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

This text has shadow with #72DA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72DA9E.

Preview

Color preview on black background

This text has color #72DA9E on black background.


Color preview on white background

This text has color #72DA9E on white background.


Black color preview on #72DA9E background

This text has black color on #72DA9E background.


White color preview on #72DA9E background

This text has white color on #72DA9E background.


Related colors

Complementary color

Complementary color for #hex is #8D2561.


I love getcolorcode.com

Triadic colors

1 #9E72DA and #DA9E72 with #72DA9E are triadic colors.

2 #9EDA72 and #DA729E with #72DA9E are triadic colors.