COLOR #73AEA9

HEX: #73AEA9
RGB: (115,174,169)

Color info

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

RGB color model

#73AEA9 color RGB value is (115,174,169).

  • red value is 115;
  • green value is 174;
  • blue value is 169.
RGB:
(115,174,169)
(45%,68%,66%)

RGB channels and saturation

R 115 of 255 = 45%
G 174 of 255 = 68%
B 169 of 255 = 66%

115
174
169

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

Portions of RGB colors in percentages

R + G + B =
115 + 174 + 169 = 458 (100%)
R 115 of 458 ~ 25.11%
G 174 of 458 ~ 37.99%
B 169 of 458 ~ 36.9%

%25.11
%37.99
%36.9

CMYK color model

#73AEA9 color CMYK value is (34,0,3,32).

  • cyan value is 33.91%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 31.76%
CMYK:
(34,0,3,32)
C34M0Y3K32 
(34%,0%,3%,32%)
(0.34/0.00/0.03/0.32)	

CMYK percentages

%33.91
%0
%2.87
%31.76

Codes

Color #73AEA9 in popluar color models

73AEA9
RGB115174169
HSL175°26.70%56.67%
HSB/HSV175°33.91%68.24%
CMYK33.91%0.00%2.87%
31.76%

Color #73AEA9 in popluar number systems.

HEX73AEA9
Decimal115174169
Binary11100111010111010101001
Octal163256251

Shades and tints

Shades of #73AEA9

#73AEA9
(115,174,169)
#699F9A
(105,159,154)
#5F908B
(95,144,139)
#55817C
(85,129,124)
#4B726D
(75,114,109)
#41635E
(65,99,94)
#37544F
(55,84,79)
#2D4540
(45,69,64)
#233631
(35,54,49)
#192722
(25,39,34)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #73AEA9

#73AEA9
(115,174,169)
#7FB5B0
(127,181,176)
#8BBCB7
(139,188,183)
#97C3BE
(151,195,190)
#A3CAC5
(163,202,197)
#AFD1CC
(175,209,204)
#BBD8D3
(187,216,211)
#C7DFDA
(199,223,218)
#D3E6E1
(211,230,225)
#DFEDE8
(223,237,232)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AEA9 color. Also use rgb(115,174,169) instead hex code.

Text Font Color

.myTextColor { color: #73AEA9; }

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

This text font color is #73AEA9.


Background Color

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

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

This div background color is #73AEA9.


Border color

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

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

This div border color is #73AEA9.


Opacity

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

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

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

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

This text has shadow with #73AEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AEA9 on black background.


Color preview on white background

This text has color #73AEA9 on white background.



Black color preview on #73AEA9 background

This text has black color on #73AEA9 background.


White color preview on #73AEA9 background

This text has white color on #73AEA9 background.