COLOR #72A2A1

HEX: #72A2A1
RGB: (114,162,161)

Color info

#72A2A1 contains red, green and blue colors in about the same proportion. Web safe color of #72A2A1 is #669999 (or #699).

RGB color model

#72A2A1 color RGB value is (114,162,161).

  • red value is 114;
  • green value is 162;
  • blue value is 161.
RGB:
(114,162,161)
(45%,64%,63%)

RGB channels and saturation

R 114 of 255 = 45%
G 162 of 255 = 64%
B 161 of 255 = 63%

114
162
161

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

Portions of RGB colors in percentages

R + G + B =
114 + 162 + 161 = 437 (100%)
R 114 of 437 ~ 26.09%
G 162 of 437 ~ 37.07%
B 161 of 437 ~ 36.84%

%26.09
%37.07
%36.84

CMYK color model

#72A2A1 color CMYK value is (30,0,1,36).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • key color value is 36.47%
CMYK:
(30,0,1,36)
C30M0Y1K36 
(30%,0%,1%,36%)
(0.30/0.00/0.01/0.36)	

CMYK percentages

%29.63
%0
%0.62
%36.47

Codes

Color #72A2A1 in popluar color models

72A2A1
RGB114162161
HSL179°20.51%54.12%
HSB/HSV179°29.63%63.53%
CMYK29.63%0.00%0.62%
36.47%

Color #72A2A1 in popluar number systems.

HEX72A2A1
Decimal114162161
Binary11100101010001010100001
Octal162242241

Shades and tints

Shades of #72A2A1

#72A2A1
(114,162,161)
#689493
(104,148,147)
#5E8685
(94,134,133)
#547877
(84,120,119)
#4A6A69
(74,106,105)
#405C5B
(64,92,91)
#364E4D
(54,78,77)
#2C403F
(44,64,63)
#223231
(34,50,49)
#182423
(24,36,35)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #72A2A1

#72A2A1
(114,162,161)
#7EAAA9
(126,170,169)
#8AB2B1
(138,178,177)
#96BAB9
(150,186,185)
#A2C2C1
(162,194,193)
#AECAC9
(174,202,201)
#BAD2D1
(186,210,209)
#C6DAD9
(198,218,217)
#D2E2E1
(210,226,225)
#DEEAE9
(222,234,233)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A2A1 color. Also use rgb(114,162,161) instead hex code.

Text Font Color

.myTextColor { color: #72A2A1; }

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

This text font color is #72A2A1.


Background Color

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

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

This div background color is #72A2A1.


Border color

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

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

This div border color is #72A2A1.


Opacity

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

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

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

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

This text has shadow with #72A2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A2A1 on black background.


Color preview on white background

This text has color #72A2A1 on white background.



Black color preview on #72A2A1 background

This text has black color on #72A2A1 background.


White color preview on #72A2A1 background

This text has white color on #72A2A1 background.