COLOR #72ACAC

HEX: #72ACAC RGB: (114,172,172)

Color info

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

RGB color model

#72ACAC color RGB value is (114,172,172).

RGB: (114,172,172) (45%, 67%, 67%)

RGB channels and saturation

R 114 of 255 = 45%
G 172 of 255 = 67%
B 172 of 255 = 67%

114
172
172

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

Portions of RGB colors in percentages

R + G + B = 114 + 172 + 172 = 458 (100%)
R 114 of 458 ~ 24.89%
G 172 of 458 ~ 37.55%
B 172 of 458 ~ 37.55'%

%24.89
%37.55
%37.55

CMYK color model

#72ACAC color CMYK value is (34,0,0,33).

  • cyan value is 33.72%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (34,0,0,33) C34M0Y0K33 (34%,0%,0%,33%) (0.34/0.00/0.00/0.33) 

CMYK percentages

%33.72
%0
%0
%32.55

Codes

Color #72ACAC in popluar color models

72 AC AC
RGB 114 172 172
HSL 180° 25.89% 56.08%
HSB/HSV 180° 33.72% 67.45%
CMYK 33.72% 0.00% 0.00%
32.55%

Color #72ACAC in popluar number systems.

HEX 72 AC AC
Decimal 114 172 172
Binary 1110010 10101100 10101100
Octal 162 254 254

Shades and tints

Shades of #72ACAC

#72ACAC
(114,172,172)
#689D9D
(104,157,157)
#5E8E8E
(94,142,142)
#547F7F
(84,127,127)
#4A7070
(74,112,112)
#406161
(64,97,97)
#365252
(54,82,82)
#2C4343
(44,67,67)
#223434
(34,52,52)
#182525
(24,37,37)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #72ACAC

#72ACAC
(114,172,172)
#7EB3B3
(126,179,179)
#8ABABA
(138,186,186)
#96C1C1
(150,193,193)
#A2C8C8
(162,200,200)
#AECFCF
(174,207,207)
#BAD6D6
(186,214,214)
#C6DDDD
(198,221,221)
#D2E4E4
(210,228,228)
#DEEBEB
(222,235,235)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72ACAC; }

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

This text font color is #72ACAC.

Background Color

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

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

This div background color is #72ACAC.

Border color

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

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

This div border color is #72ACAC.

Opacity

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

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

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

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

This text has shadow with #72ACAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72ACAC.

Preview

Color preview on black background

This text has color #72ACAC on black background.


Color preview on white background

This text has color #72ACAC on white background.


Black color preview on #72ACAC background

This text has black color on #72ACAC background.


White color preview on #72ACAC background

This text has white color on #72ACAC background.


Related colors

Complementary color

Complementary color for #hex is #8D5353.


I love getcolorcode.com