COLOR #73B1AA

HEX: #73B1AA
RGB: (115,177,170)

Color info

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

RGB color model

#73B1AA color RGB value is (115,177,170).

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

RGB channels and saturation

R 115 of 255 = 45%
G 177 of 255 = 69%
B 170 of 255 = 67%

115
177
170

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

Portions of RGB colors in percentages

R + G + B =
115 + 177 + 170 = 462 (100%)
R 115 of 462 ~ 24.89%
G 177 of 462 ~ 38.31%
B 170 of 462 ~ 36.8%

%24.89
%38.31
%36.8

CMYK color model

#73B1AA color CMYK value is (35,0,4,31).

  • cyan value is 35.03%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 30.59%
CMYK:
(35,0,4,31)
C35M0Y4K31 
(35%,0%,4%,31%)
(0.35/0.00/0.04/0.31)	

CMYK percentages

%35.03
%0
%3.95
%30.59

Codes

Color #73B1AA in popluar color models

73B1AA
RGB115177170
HSL173°28.44%57.25%
HSB/HSV173°35.03%69.41%
CMYK35.03%0.00%3.95%
30.59%

Color #73B1AA in popluar number systems.

HEX73B1AA
Decimal115177170
Binary11100111011000110101010
Octal163261252

Shades and tints

Shades of #73B1AA

#73B1AA
(115,177,170)
#69A19B
(105,161,155)
#5F918C
(95,145,140)
#55817D
(85,129,125)
#4B716E
(75,113,110)
#41615F
(65,97,95)
#375150
(55,81,80)
#2D4141
(45,65,65)
#233132
(35,49,50)
#192123
(25,33,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #73B1AA

#73B1AA
(115,177,170)
#7FB8B1
(127,184,177)
#8BBFB8
(139,191,184)
#97C6BF
(151,198,191)
#A3CDC6
(163,205,198)
#AFD4CD
(175,212,205)
#BBDBD4
(187,219,212)
#C7E2DB
(199,226,219)
#D3E9E2
(211,233,226)
#DFF0E9
(223,240,233)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B1AA; }

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

This text font color is #73B1AA.


Background Color

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

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

This div background color is #73B1AA.


Border color

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

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

This div border color is #73B1AA.


Opacity

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

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

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

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

This text has shadow with #73B1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B1AA on black background.


Color preview on white background

This text has color #73B1AA on white background.



Black color preview on #73B1AA background

This text has black color on #73B1AA background.


White color preview on #73B1AA background

This text has white color on #73B1AA background.