COLOR #73A0AC

HEX: #73A0AC
RGB: (115,160,172)

Color info

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

RGB color model

#73A0AC color RGB value is (115,160,172).

  • red value is 115;
  • green value is 160;
  • blue value is 172.
RGB:
(115,160,172)
(45%,63%,67%)

RGB channels and saturation

R 115 of 255 = 45%
G 160 of 255 = 63%
B 172 of 255 = 67%

115
160
172

R + G + B ~ 58%. #73A0AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 160 + 172 = 447 (100%)
R 115 of 447 ~ 25.73%
G 160 of 447 ~ 35.79%
B 172 of 447 ~ 38.48%

%25.73
%35.79
%38.48

CMYK color model

#73A0AC color CMYK value is (33,7,0,33).

  • cyan value is 33.14%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(33,7,0,33)
C33M7Y0K33 
(33%,7%,0%,33%)
(0.33/0.07/0.00/0.33)	

CMYK percentages

%33.14
%6.98
%0
%32.55

Codes

Color #73A0AC in popluar color models

73A0AC
RGB115160172
HSL193°25.56%56.27%
HSB/HSV193°33.14%67.45%
CMYK33.14%6.98%0.00%
32.55%

Color #73A0AC in popluar number systems.

HEX73A0AC
Decimal115160172
Binary11100111010000010101100
Octal163240254

Shades and tints

Shades of #73A0AC

#73A0AC
(115,160,172)
#69929D
(105,146,157)
#5F848E
(95,132,142)
#55767F
(85,118,127)
#4B6870
(75,104,112)
#415A61
(65,90,97)
#374C52
(55,76,82)
#2D3E43
(45,62,67)
#233034
(35,48,52)
#192225
(25,34,37)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #73A0AC

#73A0AC
(115,160,172)
#7FA8B3
(127,168,179)
#8BB0BA
(139,176,186)
#97B8C1
(151,184,193)
#A3C0C8
(163,192,200)
#AFC8CF
(175,200,207)
#BBD0D6
(187,208,214)
#C7D8DD
(199,216,221)
#D3E0E4
(211,224,228)
#DFE8EB
(223,232,235)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A0AC color. Also use rgb(115,160,172) instead hex code.

Text Font Color

.myTextColor { color: #73A0AC; }

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

This text font color is #73A0AC.


Background Color

.myBgColor { background-color: #73A0AC; }

<div style="background-color:#73A0AC">Inner text</div>

This div background color is #73A0AC.


Border color

.myBorderColor { border: 1px solid #73A0AC; }

<div style="border:3px solid #73A0AC">Div</div>

This div border color is #73A0AC.


Opacity

.myOpacity80 { color: #73A0AC; opacity: 0.8; }

<p style="color:#73A0AC;opacity:0.8;">80%</p>

Text with #73A0AC 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 #73A0AC;}

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

This text has shadow with #73A0AC color.

.textShadow {text-shadow: 3px 3px 1px #73A0AC, 3px 3px 1px red;}

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

This text has shadow with #73A0AC primary color and red secondary color.


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

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

This text has shadow with #73A0AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A0AC on black background.


Color preview on white background

This text has color #73A0AC on white background.



Black color preview on #73A0AC background

This text has black color on #73A0AC background.


White color preview on #73A0AC background

This text has white color on #73A0AC background.