COLOR #72C5AA

HEX: #72C5AA RGB: (114,197,170)

Color info

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

RGB color model

#72C5AA color RGB value is (114,197,170).

RGB: (114,197,170) (45%, 77%, 67%)

RGB channels and saturation

R 114 of 255 = 45%
G 197 of 255 = 77%
B 170 of 255 = 67%

114
197
170

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

Portions of RGB colors in percentages

R + G + B = 114 + 197 + 170 = 481 (100%)
R 114 of 481 ~ 23.7%
G 197 of 481 ~ 40.96%
B 170 of 481 ~ 35.34'%

%23.7
%40.96
%35.34

CMYK color model

#72C5AA color CMYK value is (42,0,14,23).

  • cyan value is 42.13%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 22.75%

CMYK: (42,0,14,23)
C42M0Y14K23 (42%, 0%, 14%, 23%)
(0.42 / 0.00 / 0.14 / 0.23)

CMYK percentages

%42.13
%0
%13.71
%22.75

Codes

Color #72C5AA in popluar color models

72 C5 AA
RGB 114 197 170
HSL 160° 41.71% 60.98%
HSB/HSV 160° 42.13% 77.25%
CMYK 42.13% 0.00% 13.71%
22.75%

Color #72C5AA in popluar number systems.

HEX 72 C5 AA
Decimal 114 197 170
Binary 1110010 11000101 10101010
Octal 162 305 252

Shades and tints

Shades of #72C5AA

#72C5AA
(114,197,170)
#68B49B
(104,180,155)
#5EA38C
(94,163,140)
#54927D
(84,146,125)
#4A816E
(74,129,110)
#40705F
(64,112,95)
#365F50
(54,95,80)
#2C4E41
(44,78,65)
#223D32
(34,61,50)
#182C23
(24,44,35)
#0E1B14
(14,27,20)
#000000
(0,0,0)

Tints of #72C5AA

#72C5AA
(114,197,170)
#7ECAB1
(126,202,177)
#8ACFB8
(138,207,184)
#96D4BF
(150,212,191)
#A2D9C6
(162,217,198)
#AEDECD
(174,222,205)
#BAE3D4
(186,227,212)
#C6E8DB
(198,232,219)
#D2EDE2
(210,237,226)
#DEF2E9
(222,242,233)
#EAF7F0
(234,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72C5AA; }

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

This text font color is #72C5AA.

Background Color

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

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

This div background color is #72C5AA.

Border color

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

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

This div border color is #72C5AA.

Opacity

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

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

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

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

This text has shadow with #72C5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72C5AA.

Preview

Color preview on black background

This text has color #72C5AA on black background.


Color preview on white background

This text has color #72C5AA on white background.


Black color preview on #72C5AA background

This text has black color on #72C5AA background.


White color preview on #72C5AA background

This text has white color on #72C5AA background.


Related colors

Complementary color

Complementary color for #hex is #8D3A55.


I love getcolorcode.com

Triadic colors

1 #AA72C5 and #C5AA72 with #72C5AA are triadic colors.

2 #AAC572 and #C572AA with #72C5AA are triadic colors.