COLOR #72DFAA

HEX: #72DFAA RGB: (114,223,170)

Color info

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

RGB color model

#72DFAA color RGB value is (114,223,170).

RGB: (114,223,170) (45%, 87%, 67%)

RGB channels and saturation

R 114 of 255 = 45%
G 223 of 255 = 87%
B 170 of 255 = 67%

114
223
170

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

Portions of RGB colors in percentages

R + G + B = 114 + 223 + 170 = 507 (100%)
R 114 of 507 ~ 22.49%
G 223 of 507 ~ 43.98%
B 170 of 507 ~ 33.53'%

%22.49
%43.98
%33.53

CMYK color model

#72DFAA color CMYK value is (49,0,24,13).

  • cyan value is 48.88%
  • magenta value is 0.00%
  • yellow value is 23.77%
  • key color value is 12.55%

CMYK: (49,0,24,13)
C49M0Y24K13 (49%, 0%, 24%, 13%)
(0.49 / 0.00 / 0.24 / 0.13)

CMYK percentages

%48.88
%0
%23.77
%12.55

Codes

Color #72DFAA in popluar color models

72 DF AA
RGB 114 223 170
HSL 151° 63.01% 66.08%
HSB/HSV 151° 48.88% 87.45%
CMYK 48.88% 0.00% 23.77%
12.55%

Color #72DFAA in popluar number systems.

HEX 72 DF AA
Decimal 114 223 170
Binary 1110010 11011111 10101010
Octal 162 337 252

Shades and tints

Shades of #72DFAA

#72DFAA
(114,223,170)
#68CB9B
(104,203,155)
#5EB78C
(94,183,140)
#54A37D
(84,163,125)
#4A8F6E
(74,143,110)
#407B5F
(64,123,95)
#366750
(54,103,80)
#2C5341
(44,83,65)
#223F32
(34,63,50)
#182B23
(24,43,35)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #72DFAA

#72DFAA
(114,223,170)
#7EE1B1
(126,225,177)
#8AE3B8
(138,227,184)
#96E5BF
(150,229,191)
#A2E7C6
(162,231,198)
#AEE9CD
(174,233,205)
#BAEBD4
(186,235,212)
#C6EDDB
(198,237,219)
#D2EFE2
(210,239,226)
#DEF1E9
(222,241,233)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72DFAA color. Also use rgb(114,223,170) instead hex code.

Text Font Color

.myTextColor { color: #72DFAA; }

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

This text font color is #72DFAA.

Background Color

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

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

This div background color is #72DFAA.

Border color

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

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

This div border color is #72DFAA.

Opacity

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

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

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

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

This text has shadow with #72DFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72DFAA.

Preview

Color preview on black background

This text has color #72DFAA on black background.


Color preview on white background

This text has color #72DFAA on white background.


Black color preview on #72DFAA background

This text has black color on #72DFAA background.


White color preview on #72DFAA background

This text has white color on #72DFAA background.


Related colors

Complementary color

Complementary color for #hex is #8D2055.


I love getcolorcode.com

Triadic colors

1 #AA72DF and #DFAA72 with #72DFAA are triadic colors.

2 #AADF72 and #DF72AA with #72DFAA are triadic colors.