COLOR #72D9AE

HEX: #72D9AE
RGB: (114,217,174)

Color info

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

RGB color model

#72D9AE color RGB value is (114,217,174).

  • red value is 114;
  • green value is 217;
  • blue value is 174.
RGB:
(114,217,174)
(45%,85%,68%)

RGB channels and saturation

R 114 of 255 = 45%
G 217 of 255 = 85%
B 174 of 255 = 68%

114
217
174

R + G + B ~ 66%. #72D9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 217 + 174 = 505 (100%)
R 114 of 505 ~ 22.57%
G 217 of 505 ~ 42.97%
B 174 of 505 ~ 34.46%

%22.57
%42.97
%34.46

CMYK color model

#72D9AE color CMYK value is (47,0,20,15).

  • cyan value is 47.47%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(47,0,20,15)
C47M0Y20K15 
(47%,0%,20%,15%)
(0.47/0.00/0.20/0.15)	

CMYK percentages

%47.47
%0
%19.82
%14.9

Codes

Color #72D9AE in popluar color models

72D9AE
RGB114217174
HSL155°57.54%64.90%
HSB/HSV155°47.47%85.10%
CMYK47.47%0.00%19.82%
14.90%

Color #72D9AE in popluar number systems.

HEX72D9AE
Decimal114217174
Binary11100101101100110101110
Octal162331256

Shades and tints

Shades of #72D9AE

#72D9AE
(114,217,174)
#68C69F
(104,198,159)
#5EB390
(94,179,144)
#54A081
(84,160,129)
#4A8D72
(74,141,114)
#407A63
(64,122,99)
#366754
(54,103,84)
#2C5445
(44,84,69)
#224136
(34,65,54)
#182E27
(24,46,39)
#0E1B18
(14,27,24)
#000000
(0,0,0)

Tints of #72D9AE

#72D9AE
(114,217,174)
#7EDCB5
(126,220,181)
#8ADFBC
(138,223,188)
#96E2C3
(150,226,195)
#A2E5CA
(162,229,202)
#AEE8D1
(174,232,209)
#BAEBD8
(186,235,216)
#C6EEDF
(198,238,223)
#D2F1E6
(210,241,230)
#DEF4ED
(222,244,237)
#EAF7F4
(234,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72D9AE color. Also use rgb(114,217,174) instead hex code.

Text Font Color

.myTextColor { color: #72D9AE; }

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

This text font color is #72D9AE.


Background Color

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

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

This div background color is #72D9AE.


Border color

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

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

This div border color is #72D9AE.


Opacity

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

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

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

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

This text has shadow with #72D9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D9AE on black background.


Color preview on white background

This text has color #72D9AE on white background.



Black color preview on #72D9AE background

This text has black color on #72D9AE background.


White color preview on #72D9AE background

This text has white color on #72D9AE background.