COLOR #73B3A0

HEX: #73B3A0
RGB: (115,179,160)

Color info

#73B3A0 contains mainly green and blue colors. Web safe color of #73B3A0 is #669999 (or #699).

RGB color model

#73B3A0 color RGB value is (115,179,160).

  • red value is 115;
  • green value is 179;
  • blue value is 160.
RGB:
(115,179,160)
(45%,70%,63%)

RGB channels and saturation

R 115 of 255 = 45%
G 179 of 255 = 70%
B 160 of 255 = 63%

115
179
160

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

Portions of RGB colors in percentages

R + G + B =
115 + 179 + 160 = 454 (100%)
R 115 of 454 ~ 25.33%
G 179 of 454 ~ 39.43%
B 160 of 454 ~ 35.24%

%25.33
%39.43
%35.24

CMYK color model

#73B3A0 color CMYK value is (36,0,11,30).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK:
(36,0,11,30)
C36M0Y11K30 
(36%,0%,11%,30%)
(0.36/0.00/0.11/0.30)	

CMYK percentages

%35.75
%0
%10.61
%29.8

Codes

Color #73B3A0 in popluar color models

73B3A0
RGB115179160
HSL162°29.63%57.65%
HSB/HSV162°35.75%70.20%
CMYK35.75%0.00%10.61%
29.80%

Color #73B3A0 in popluar number systems.

HEX73B3A0
Decimal115179160
Binary11100111011001110100000
Octal163263240

Shades and tints

Shades of #73B3A0

#73B3A0
(115,179,160)
#69A392
(105,163,146)
#5F9384
(95,147,132)
#558376
(85,131,118)
#4B7368
(75,115,104)
#41635A
(65,99,90)
#37534C
(55,83,76)
#2D433E
(45,67,62)
#233330
(35,51,48)
#192322
(25,35,34)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #73B3A0

#73B3A0
(115,179,160)
#7FB9A8
(127,185,168)
#8BBFB0
(139,191,176)
#97C5B8
(151,197,184)
#A3CBC0
(163,203,192)
#AFD1C8
(175,209,200)
#BBD7D0
(187,215,208)
#C7DDD8
(199,221,216)
#D3E3E0
(211,227,224)
#DFE9E8
(223,233,232)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B3A0 color. Also use rgb(115,179,160) instead hex code.

Text Font Color

.myTextColor { color: #73B3A0; }

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

This text font color is #73B3A0.


Background Color

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

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

This div background color is #73B3A0.


Border color

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

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

This div border color is #73B3A0.


Opacity

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

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

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

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

This text has shadow with #73B3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B3A0 on black background.


Color preview on white background

This text has color #73B3A0 on white background.



Black color preview on #73B3A0 background

This text has black color on #73B3A0 background.


White color preview on #73B3A0 background

This text has white color on #73B3A0 background.