COLOR #73B2AC

HEX: #73B2AC
RGB: (115,178,172)

Color info

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

RGB color model

#73B2AC color RGB value is (115,178,172).

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

RGB channels and saturation

R 115 of 255 = 45%
G 178 of 255 = 70%
B 172 of 255 = 67%

115
178
172

R + G + B ~ 61%. #73B2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 178 + 172 = 465 (100%)
R 115 of 465 ~ 24.73%
G 178 of 465 ~ 38.28%
B 172 of 465 ~ 36.99%

%24.73
%38.28
%36.99

CMYK color model

#73B2AC color CMYK value is (35,0,3,30).

  • cyan value is 35.39%
  • magenta value is 0.00%
  • yellow value is 3.37%
  • key color value is 30.20%
CMYK:
(35,0,3,30)
C35M0Y3K30 
(35%,0%,3%,30%)
(0.35/0.00/0.03/0.30)	

CMYK percentages

%35.39
%0
%3.37
%30.2

Codes

Color #73B2AC in popluar color models

73B2AC
RGB115178172
HSL174°29.03%57.45%
HSB/HSV174°35.39%69.80%
CMYK35.39%0.00%3.37%
30.20%

Color #73B2AC in popluar number systems.

HEX73B2AC
Decimal115178172
Binary11100111011001010101100
Octal163262254

Shades and tints

Shades of #73B2AC

#73B2AC
(115,178,172)
#69A29D
(105,162,157)
#5F928E
(95,146,142)
#55827F
(85,130,127)
#4B7270
(75,114,112)
#416261
(65,98,97)
#375252
(55,82,82)
#2D4243
(45,66,67)
#233234
(35,50,52)
#192225
(25,34,37)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #73B2AC

#73B2AC
(115,178,172)
#7FB9B3
(127,185,179)
#8BC0BA
(139,192,186)
#97C7C1
(151,199,193)
#A3CEC8
(163,206,200)
#AFD5CF
(175,213,207)
#BBDCD6
(187,220,214)
#C7E3DD
(199,227,221)
#D3EAE4
(211,234,228)
#DFF1EB
(223,241,235)
#EBF8F2
(235,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B2AC; }

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

This text font color is #73B2AC.


Background Color

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

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

This div background color is #73B2AC.


Border color

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

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

This div border color is #73B2AC.


Opacity

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

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

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

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

This text has shadow with #73B2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B2AC on black background.


Color preview on white background

This text has color #73B2AC on white background.



Black color preview on #73B2AC background

This text has black color on #73B2AC background.


White color preview on #73B2AC background

This text has white color on #73B2AC background.