COLOR #72A4AF

HEX: #72A4AF
RGB: (114,164,175)

Color info

#72A4AF contains mainly green and blue colors. Web safe color of #72A4AF is #669999 (or #699).

RGB color model

#72A4AF color RGB value is (114,164,175).

  • red value is 114;
  • green value is 164;
  • blue value is 175.
RGB:
(114,164,175)
(45%,64%,69%)

RGB channels and saturation

R 114 of 255 = 45%
G 164 of 255 = 64%
B 175 of 255 = 69%

114
164
175

R + G + B ~ 59%. #72A4AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 164 + 175 = 453 (100%)
R 114 of 453 ~ 25.17%
G 164 of 453 ~ 36.2%
B 175 of 453 ~ 38.63%

%25.17
%36.2
%38.63

CMYK color model

#72A4AF color CMYK value is (35,6,0,31).

  • cyan value is 34.86%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(35,6,0,31)
C35M6Y0K31 
(35%,6%,0%,31%)
(0.35/0.06/0.00/0.31)	

CMYK percentages

%34.86
%6.29
%0
%31.37

Codes

Color #72A4AF in popluar color models

72A4AF
RGB114164175
HSL191°27.60%56.67%
HSB/HSV191°34.86%68.63%
CMYK34.86%6.29%0.00%
31.37%

Color #72A4AF in popluar number systems.

HEX72A4AF
Decimal114164175
Binary11100101010010010101111
Octal162244257

Shades and tints

Shades of #72A4AF

#72A4AF
(114,164,175)
#6896A0
(104,150,160)
#5E8891
(94,136,145)
#547A82
(84,122,130)
#4A6C73
(74,108,115)
#405E64
(64,94,100)
#365055
(54,80,85)
#2C4246
(44,66,70)
#223437
(34,52,55)
#182628
(24,38,40)
#0E1819
(14,24,25)
#000000
(0,0,0)

Tints of #72A4AF

#72A4AF
(114,164,175)
#7EACB6
(126,172,182)
#8AB4BD
(138,180,189)
#96BCC4
(150,188,196)
#A2C4CB
(162,196,203)
#AECCD2
(174,204,210)
#BAD4D9
(186,212,217)
#C6DCE0
(198,220,224)
#D2E4E7
(210,228,231)
#DEECEE
(222,236,238)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A4AF color. Also use rgb(114,164,175) instead hex code.

Text Font Color

.myTextColor { color: #72A4AF; }

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

This text font color is #72A4AF.


Background Color

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

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

This div background color is #72A4AF.


Border color

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

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

This div border color is #72A4AF.


Opacity

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

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

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

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

This text has shadow with #72A4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A4AF on black background.


Color preview on white background

This text has color #72A4AF on white background.



Black color preview on #72A4AF background

This text has black color on #72A4AF background.


White color preview on #72A4AF background

This text has white color on #72A4AF background.