COLOR #72D4AB

HEX: #72D4AB RGB: (114,212,171)

Color info

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

RGB color model

#72D4AB color RGB value is (114,212,171).

RGB: (114,212,171) (45%, 83%, 67%)

RGB channels and saturation

R 114 of 255 = 45%
G 212 of 255 = 83%
B 171 of 255 = 67%

114
212
171

R + G + B ~ 65%. #72D4AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 212 + 171 = 497 (100%)
R 114 of 497 ~ 22.94%
G 212 of 497 ~ 42.66%
B 171 of 497 ~ 34.41'%

%22.94
%42.66
%34.41

CMYK color model

#72D4AB color CMYK value is (46,0,19,17).

  • cyan value is 46.23%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%

CMYK: (46,0,19,17)
C46M0Y19K17 (46%, 0%, 19%, 17%)
(0.46 / 0.00 / 0.19 / 0.17)

CMYK percentages

%46.23
%0
%19.34
%16.86

Codes

Color #72D4AB in popluar color models

72 D4 AB
RGB 114 212 171
HSL 155° 53.26% 63.92%
HSB/HSV 155° 46.23% 83.14%
CMYK 46.23% 0.00% 19.34%
16.86%

Color #72D4AB in popluar number systems.

HEX 72 D4 AB
Decimal 114 212 171
Binary 1110010 11010100 10101011
Octal 162 324 253

Shades and tints

Shades of #72D4AB

#72D4AB
(114,212,171)
#68C19C
(104,193,156)
#5EAE8D
(94,174,141)
#549B7E
(84,155,126)
#4A886F
(74,136,111)
#407560
(64,117,96)
#366251
(54,98,81)
#2C4F42
(44,79,66)
#223C33
(34,60,51)
#182924
(24,41,36)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #72D4AB

#72D4AB
(114,212,171)
#7ED7B2
(126,215,178)
#8ADAB9
(138,218,185)
#96DDC0
(150,221,192)
#A2E0C7
(162,224,199)
#AEE3CE
(174,227,206)
#BAE6D5
(186,230,213)
#C6E9DC
(198,233,220)
#D2ECE3
(210,236,227)
#DEEFEA
(222,239,234)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72D4AB color. Also use rgb(114,212,171) instead hex code.

Text Font Color

.myTextColor { color: #72D4AB; }

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

This text font color is #72D4AB.

Background Color

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

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

This div background color is #72D4AB.

Border color

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

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

This div border color is #72D4AB.

Opacity

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

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

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

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

This text has shadow with #72D4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72D4AB.

Preview

Color preview on black background

This text has color #72D4AB on black background.


Color preview on white background

This text has color #72D4AB on white background.


Black color preview on #72D4AB background

This text has black color on #72D4AB background.


White color preview on #72D4AB background

This text has white color on #72D4AB background.


Related colors

Complementary color

Complementary color for #hex is #8D2B54.


I love getcolorcode.com

Triadic colors

1 #AB72D4 and #D4AB72 with #72D4AB are triadic colors.

2 #ABD472 and #D472AB with #72D4AB are triadic colors.