COLOR #73AAB6

HEX: #73AAB6
RGB: (115,170,182)

Color info

#73AAB6 contains mainly green and blue colors. Web safe color of #73AAB6 is #6699CC (or #69C).

RGB color model

#73AAB6 color RGB value is (115,170,182).

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

RGB channels and saturation

R 115 of 255 = 45%
G 170 of 255 = 67%
B 182 of 255 = 71%

115
170
182

R + G + B ~ 61%. #73AAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 170 + 182 = 467 (100%)
R 115 of 467 ~ 24.63%
G 170 of 467 ~ 36.4%
B 182 of 467 ~ 38.97%

%24.63
%36.4
%38.97

CMYK color model

#73AAB6 color CMYK value is (37,7,0,29).

  • cyan value is 36.81%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(37,7,0,29)
C37M7Y0K29 
(37%,7%,0%,29%)
(0.37/0.07/0.00/0.29)	

CMYK percentages

%36.81
%6.59
%0
%28.63

Codes

Color #73AAB6 in popluar color models

73AAB6
RGB115170182
HSL191°31.46%58.24%
HSB/HSV191°36.81%71.37%
CMYK36.81%6.59%0.00%
28.63%

Color #73AAB6 in popluar number systems.

HEX73AAB6
Decimal115170182
Binary11100111010101010110110
Octal163252266

Shades and tints

Shades of #73AAB6

#73AAB6
(115,170,182)
#699BA6
(105,155,166)
#5F8C96
(95,140,150)
#557D86
(85,125,134)
#4B6E76
(75,110,118)
#415F66
(65,95,102)
#375056
(55,80,86)
#2D4146
(45,65,70)
#233236
(35,50,54)
#192326
(25,35,38)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #73AAB6

#73AAB6
(115,170,182)
#7FB1BC
(127,177,188)
#8BB8C2
(139,184,194)
#97BFC8
(151,191,200)
#A3C6CE
(163,198,206)
#AFCDD4
(175,205,212)
#BBD4DA
(187,212,218)
#C7DBE0
(199,219,224)
#D3E2E6
(211,226,230)
#DFE9EC
(223,233,236)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AAB6; }

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

This text font color is #73AAB6.


Background Color

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

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

This div background color is #73AAB6.


Border color

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

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

This div border color is #73AAB6.


Opacity

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

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

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

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

This text has shadow with #73AAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AAB6 on black background.


Color preview on white background

This text has color #73AAB6 on white background.



Black color preview on #73AAB6 background

This text has black color on #73AAB6 background.


White color preview on #73AAB6 background

This text has white color on #73AAB6 background.