COLOR #72C2AD

HEX: #72C2AD RGB: (114,194,173)

Color info

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

RGB color model

#72C2AD color RGB value is (114,194,173).

RGB: (114,194,173) (45%, 76%, 68%)

RGB channels and saturation

R 114 of 255 = 45%
G 194 of 255 = 76%
B 173 of 255 = 68%

114
194
173

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

Portions of RGB colors in percentages

R + G + B = 114 + 194 + 173 = 481 (100%)
R 114 of 481 ~ 23.7%
G 194 of 481 ~ 40.33%
B 173 of 481 ~ 35.97'%

%23.7
%40.33
%35.97

CMYK color model

#72C2AD color CMYK value is (41,0,11,24).

  • cyan value is 41.24%
  • magenta value is 0.00%
  • yellow value is 10.82%
  • key color value is 23.92%

CMYK: (41,0,11,24)
C41M0Y11K24 (41%, 0%, 11%, 24%)
(0.41 / 0.00 / 0.11 / 0.24)

CMYK percentages

%41.24
%0
%10.82
%23.92

Codes

Color #72C2AD in popluar color models

72 C2 AD
RGB 114 194 173
HSL 164° 39.60% 60.39%
HSB/HSV 164° 41.24% 76.08%
CMYK 41.24% 0.00% 10.82%
23.92%

Color #72C2AD in popluar number systems.

HEX 72 C2 AD
Decimal 114 194 173
Binary 1110010 11000010 10101101
Octal 162 302 255

Shades and tints

Shades of #72C2AD

#72C2AD
(114,194,173)
#68B19E
(104,177,158)
#5EA08F
(94,160,143)
#548F80
(84,143,128)
#4A7E71
(74,126,113)
#406D62
(64,109,98)
#365C53
(54,92,83)
#2C4B44
(44,75,68)
#223A35
(34,58,53)
#182926
(24,41,38)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #72C2AD

#72C2AD
(114,194,173)
#7EC7B4
(126,199,180)
#8ACCBB
(138,204,187)
#96D1C2
(150,209,194)
#A2D6C9
(162,214,201)
#AEDBD0
(174,219,208)
#BAE0D7
(186,224,215)
#C6E5DE
(198,229,222)
#D2EAE5
(210,234,229)
#DEEFEC
(222,239,236)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C2AD color. Also use rgb(114,194,173) instead hex code.

Text Font Color

.myTextColor { color: #72C2AD; }

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

This text font color is #72C2AD.

Background Color

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

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

This div background color is #72C2AD.

Border color

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

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

This div border color is #72C2AD.

Opacity

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

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

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

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

This text has shadow with #72C2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72C2AD.

Preview

Color preview on black background

This text has color #72C2AD on black background.


Color preview on white background

This text has color #72C2AD on white background.


Black color preview on #72C2AD background

This text has black color on #72C2AD background.


White color preview on #72C2AD background

This text has white color on #72C2AD background.


Related colors

Complementary color

Complementary color for #hex is #8D3D52.


I love getcolorcode.com

Triadic colors

1 #AD72C2 and #C2AD72 with #72C2AD are triadic colors.

2 #ADC272 and #C272AD with #72C2AD are triadic colors.