COLOR #73AA97

HEX: #73AA97
RGB: (115,170,151)

Color info

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

RGB color model

#73AA97 color RGB value is (115,170,151).

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

RGB channels and saturation

R 115 of 255 = 45%
G 170 of 255 = 67%
B 151 of 255 = 59%

115
170
151

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

Portions of RGB colors in percentages

R + G + B =
115 + 170 + 151 = 436 (100%)
R 115 of 436 ~ 26.38%
G 170 of 436 ~ 38.99%
B 151 of 436 ~ 34.63%

%26.38
%38.99
%34.63

CMYK color model

#73AA97 color CMYK value is (32,0,11,33).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(32,0,11,33)
C32M0Y11K33 
(32%,0%,11%,33%)
(0.32/0.00/0.11/0.33)	

CMYK percentages

%32.35
%0
%11.18
%33.33

Codes

Color #73AA97 in popluar color models

73AA97
RGB115170151
HSL159°24.44%55.88%
HSB/HSV159°32.35%66.67%
CMYK32.35%0.00%11.18%
33.33%

Color #73AA97 in popluar number systems.

HEX73AA97
Decimal115170151
Binary11100111010101010010111
Octal163252227

Shades and tints

Shades of #73AA97

#73AA97
(115,170,151)
#699B8A
(105,155,138)
#5F8C7D
(95,140,125)
#557D70
(85,125,112)
#4B6E63
(75,110,99)
#415F56
(65,95,86)
#375049
(55,80,73)
#2D413C
(45,65,60)
#23322F
(35,50,47)
#192322
(25,35,34)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #73AA97

#73AA97
(115,170,151)
#7FB1A0
(127,177,160)
#8BB8A9
(139,184,169)
#97BFB2
(151,191,178)
#A3C6BB
(163,198,187)
#AFCDC4
(175,205,196)
#BBD4CD
(187,212,205)
#C7DBD6
(199,219,214)
#D3E2DF
(211,226,223)
#DFE9E8
(223,233,232)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AA97; }

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

This text font color is #73AA97.


Background Color

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

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

This div background color is #73AA97.


Border color

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

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

This div border color is #73AA97.


Opacity

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

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

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

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

This text has shadow with #73AA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AA97 on black background.


Color preview on white background

This text has color #73AA97 on white background.



Black color preview on #73AA97 background

This text has black color on #73AA97 background.


White color preview on #73AA97 background

This text has white color on #73AA97 background.