COLOR #73AC9A

HEX: #73AC9A
RGB: (115,172,154)

Color info

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

RGB color model

#73AC9A color RGB value is (115,172,154).

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

RGB channels and saturation

R 115 of 255 = 45%
G 172 of 255 = 67%
B 154 of 255 = 60%

115
172
154

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

Portions of RGB colors in percentages

R + G + B =
115 + 172 + 154 = 441 (100%)
R 115 of 441 ~ 26.08%
G 172 of 441 ~ 39%
B 154 of 441 ~ 34.92%

%26.08
%39
%34.92

CMYK color model

#73AC9A color CMYK value is (33,0,10,33).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 32.55%
CMYK:
(33,0,10,33)
C33M0Y10K33 
(33%,0%,10%,33%)
(0.33/0.00/0.10/0.33)	

CMYK percentages

%33.14
%0
%10.47
%32.55

Codes

Color #73AC9A in popluar color models

73AC9A
RGB115172154
HSL161°25.56%56.27%
HSB/HSV161°33.14%67.45%
CMYK33.14%0.00%10.47%
32.55%

Color #73AC9A in popluar number systems.

HEX73AC9A
Decimal115172154
Binary11100111010110010011010
Octal163254232

Shades and tints

Shades of #73AC9A

#73AC9A
(115,172,154)
#699D8C
(105,157,140)
#5F8E7E
(95,142,126)
#557F70
(85,127,112)
#4B7062
(75,112,98)
#416154
(65,97,84)
#375246
(55,82,70)
#2D4338
(45,67,56)
#23342A
(35,52,42)
#19251C
(25,37,28)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #73AC9A

#73AC9A
(115,172,154)
#7FB3A3
(127,179,163)
#8BBAAC
(139,186,172)
#97C1B5
(151,193,181)
#A3C8BE
(163,200,190)
#AFCFC7
(175,207,199)
#BBD6D0
(187,214,208)
#C7DDD9
(199,221,217)
#D3E4E2
(211,228,226)
#DFEBEB
(223,235,235)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AC9A; }

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

This text font color is #73AC9A.


Background Color

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

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

This div background color is #73AC9A.


Border color

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

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

This div border color is #73AC9A.


Opacity

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

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

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

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

This text has shadow with #73AC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AC9A on black background.


Color preview on white background

This text has color #73AC9A on white background.



Black color preview on #73AC9A background

This text has black color on #73AC9A background.


White color preview on #73AC9A background

This text has white color on #73AC9A background.