COLOR #73AAAB

HEX: #73AAAB
RGB: (115,170,171)

Color info

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

RGB color model

#73AAAB color RGB value is (115,170,171).

  • red value is 115;
  • green value is 170;
  • blue value is 171.
RGB:
(115,170,171)
(45%,67%,67%)

RGB channels and saturation

R 115 of 255 = 45%
G 170 of 255 = 67%
B 171 of 255 = 67%

115
170
171

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

Portions of RGB colors in percentages

R + G + B =
115 + 170 + 171 = 456 (100%)
R 115 of 456 ~ 25.22%
G 170 of 456 ~ 37.28%
B 171 of 456 ~ 37.5%

%25.22
%37.28
%37.5

CMYK color model

#73AAAB color CMYK value is (33,1,0,33).

  • cyan value is 32.75%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(33,1,0,33)
C33M1Y0K33 
(33%,1%,0%,33%)
(0.33/0.01/0.00/0.33)	

CMYK percentages

%32.75
%0.58
%0
%32.94

Codes

Color #73AAAB in popluar color models

73AAAB
RGB115170171
HSL181°25.00%56.08%
HSB/HSV181°32.75%67.06%
CMYK32.75%0.58%0.00%
32.94%

Color #73AAAB in popluar number systems.

HEX73AAAB
Decimal115170171
Binary11100111010101010101011
Octal163252253

Shades and tints

Shades of #73AAAB

#73AAAB
(115,170,171)
#699B9C
(105,155,156)
#5F8C8D
(95,140,141)
#557D7E
(85,125,126)
#4B6E6F
(75,110,111)
#415F60
(65,95,96)
#375051
(55,80,81)
#2D4142
(45,65,66)
#233233
(35,50,51)
#192324
(25,35,36)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #73AAAB

#73AAAB
(115,170,171)
#7FB1B2
(127,177,178)
#8BB8B9
(139,184,185)
#97BFC0
(151,191,192)
#A3C6C7
(163,198,199)
#AFCDCE
(175,205,206)
#BBD4D5
(187,212,213)
#C7DBDC
(199,219,220)
#D3E2E3
(211,226,227)
#DFE9EA
(223,233,234)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AAAB color. Also use rgb(115,170,171) instead hex code.

Text Font Color

.myTextColor { color: #73AAAB; }

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

This text font color is #73AAAB.


Background Color

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

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

This div background color is #73AAAB.


Border color

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

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

This div border color is #73AAAB.


Opacity

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

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

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

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

This text has shadow with #73AAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AAAB on black background.


Color preview on white background

This text has color #73AAAB on white background.



Black color preview on #73AAAB background

This text has black color on #73AAAB background.


White color preview on #73AAAB background

This text has white color on #73AAAB background.