COLOR #73B6AC

HEX: #73B6AC
RGB: (115,182,172)

Color info

#73B6AC contains mainly green and blue colors. Web safe color of #73B6AC is #66CC99 (or #6C9).

RGB color model

#73B6AC color RGB value is (115,182,172).

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

RGB channels and saturation

R 115 of 255 = 45%
G 182 of 255 = 71%
B 172 of 255 = 67%

115
182
172

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

Portions of RGB colors in percentages

R + G + B =
115 + 182 + 172 = 469 (100%)
R 115 of 469 ~ 24.52%
G 182 of 469 ~ 38.81%
B 172 of 469 ~ 36.67%

%24.52
%38.81
%36.67

CMYK color model

#73B6AC color CMYK value is (37,0,5,29).

  • cyan value is 36.81%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 28.63%
CMYK:
(37,0,5,29)
C37M0Y5K29 
(37%,0%,5%,29%)
(0.37/0.00/0.05/0.29)	

CMYK percentages

%36.81
%0
%5.49
%28.63

Codes

Color #73B6AC in popluar color models

73B6AC
RGB115182172
HSL171°31.46%58.24%
HSB/HSV171°36.81%71.37%
CMYK36.81%0.00%5.49%
28.63%

Color #73B6AC in popluar number systems.

HEX73B6AC
Decimal115182172
Binary11100111011011010101100
Octal163266254

Shades and tints

Shades of #73B6AC

#73B6AC
(115,182,172)
#69A69D
(105,166,157)
#5F968E
(95,150,142)
#55867F
(85,134,127)
#4B7670
(75,118,112)
#416661
(65,102,97)
#375652
(55,86,82)
#2D4643
(45,70,67)
#233634
(35,54,52)
#192625
(25,38,37)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #73B6AC

#73B6AC
(115,182,172)
#7FBCB3
(127,188,179)
#8BC2BA
(139,194,186)
#97C8C1
(151,200,193)
#A3CEC8
(163,206,200)
#AFD4CF
(175,212,207)
#BBDAD6
(187,218,214)
#C7E0DD
(199,224,221)
#D3E6E4
(211,230,228)
#DFECEB
(223,236,235)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B6AC; }

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

This text font color is #73B6AC.


Background Color

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

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

This div background color is #73B6AC.


Border color

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

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

This div border color is #73B6AC.


Opacity

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

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

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

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

This text has shadow with #73B6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B6AC on black background.


Color preview on white background

This text has color #73B6AC on white background.



Black color preview on #73B6AC background

This text has black color on #73B6AC background.


White color preview on #73B6AC background

This text has white color on #73B6AC background.