COLOR #72B4AA

HEX: #72B4AA RGB: (114,180,170)

Color info

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

RGB color model

#72B4AA color RGB value is (114,180,170).

RGB: (114,180,170) (45%, 71%, 67%)

RGB channels and saturation

R 114 of 255 = 45%
G 180 of 255 = 71%
B 170 of 255 = 67%

114
180
170

R + G + B ~ 61%. #72B4AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 180 + 170 = 464 (100%)
R 114 of 464 ~ 24.57%
G 180 of 464 ~ 38.79%
B 170 of 464 ~ 36.64'%

%24.57
%38.79
%36.64

CMYK color model

#72B4AA color CMYK value is (37,0,6,29).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK: (37,0,6,29) C37M0Y6K29 (37%,0%,6%,29%) (0.37/0.00/0.06/0.29) 

CMYK percentages

%36.67
%0
%5.56
%29.41

Codes

Color #72B4AA in popluar color models

72 B4 AA
RGB 114 180 170
HSL 171° 30.56% 57.65%
HSB/HSV 171° 36.67% 70.59%
CMYK 36.67% 0.00% 5.56%
29.41%

Color #72B4AA in popluar number systems.

HEX 72 B4 AA
Decimal 114 180 170
Binary 1110010 10110100 10101010
Octal 162 264 252

Shades and tints

Shades of #72B4AA

#72B4AA
(114,180,170)
#68A49B
(104,164,155)
#5E948C
(94,148,140)
#54847D
(84,132,125)
#4A746E
(74,116,110)
#40645F
(64,100,95)
#365450
(54,84,80)
#2C4441
(44,68,65)
#223432
(34,52,50)
#182423
(24,36,35)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #72B4AA

#72B4AA
(114,180,170)
#7EBAB1
(126,186,177)
#8AC0B8
(138,192,184)
#96C6BF
(150,198,191)
#A2CCC6
(162,204,198)
#AED2CD
(174,210,205)
#BAD8D4
(186,216,212)
#C6DEDB
(198,222,219)
#D2E4E2
(210,228,226)
#DEEAE9
(222,234,233)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B4AA; }

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

This text font color is #72B4AA.

Background Color

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

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

This div background color is #72B4AA.

Border color

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

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

This div border color is #72B4AA.

Opacity

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

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

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

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

This text has shadow with #72B4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B4AA.

Preview

Color preview on black background

This text has color #72B4AA on black background.


Color preview on white background

This text has color #72B4AA on white background.


Black color preview on #72B4AA background

This text has black color on #72B4AA background.


White color preview on #72B4AA background

This text has white color on #72B4AA background.


Related colors

Complementary color

Complementary color for #hex is #8D4B55.


I love getcolorcode.com

Triadic colors

1 #AA72B4 and #B4AA72 with #72B4AA are triadic colors.

2 #AAB472 and #B472AA with #72B4AA are triadic colors.