COLOR #72AAB4

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

Color info

#72AAB4 contains mainly green and blue colors. Web safe color of #72AAB4 is #6699CC (or #69C).

RGB color model

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

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

RGB channels and saturation

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

114
170
180

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

Portions of RGB colors in percentages

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

%24.57
%36.64
%38.79

CMYK color model

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

  • cyan value is 36.67%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (37,6,0,29)
C37M6Y0K29 (37%, 6%, 0%, 29%)
(0.37 / 0.06 / 0.00 / 0.29)

CMYK percentages

%36.67
%5.56
%0
%29.41

Codes

Color #72AAB4 in popluar color models

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

Color #72AAB4 in popluar number systems.

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

Shades and tints

Shades of #72AAB4

#72AAB4
(114,170,180)
#689BA4
(104,155,164)
#5E8C94
(94,140,148)
#547D84
(84,125,132)
#4A6E74
(74,110,116)
#405F64
(64,95,100)
#365054
(54,80,84)
#2C4144
(44,65,68)
#223234
(34,50,52)
#182324
(24,35,36)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #72AAB4

#72AAB4
(114,170,180)
#7EB1BA
(126,177,186)
#8AB8C0
(138,184,192)
#96BFC6
(150,191,198)
#A2C6CC
(162,198,204)
#AECDD2
(174,205,210)
#BAD4D8
(186,212,216)
#C6DBDE
(198,219,222)
#D2E2E4
(210,226,228)
#DEE9EA
(222,233,234)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AAB4; }

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

This text font color is #72AAB4.

Background Color

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

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

This div background color is #72AAB4.

Border color

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

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

This div border color is #72AAB4.

Opacity

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

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

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

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

This text has shadow with #72AAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72AAB4.

Preview

Color preview on black background

This text has color #72AAB4 on black background.


Color preview on white background

This text has color #72AAB4 on white background.


Black color preview on #72AAB4 background

This text has black color on #72AAB4 background.


White color preview on #72AAB4 background

This text has white color on #72AAB4 background.


Related colors

Complementary color

Complementary color for #hex is #8D554B.


I love getcolorcode.com

Triadic colors

1 #B472AA and #AAB472 with #72AAB4 are triadic colors.

2 #B4AA72 and #AA72B4 with #72AAB4 are triadic colors.