COLOR #73B3BA

HEX: #73B3BA
RGB: (115,179,186)

Color info

#73B3BA contains mainly green and blue colors. Web safe color of #73B3BA is #6699CC (or #69C).

RGB color model

#73B3BA color RGB value is (115,179,186).

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

RGB channels and saturation

R 115 of 255 = 45%
G 179 of 255 = 70%
B 186 of 255 = 73%

115
179
186

R + G + B ~ 63%. #73B3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 179 + 186 = 480 (100%)
R 115 of 480 ~ 23.96%
G 179 of 480 ~ 37.29%
B 186 of 480 ~ 38.75%

%23.96
%37.29
%38.75

CMYK color model

#73B3BA color CMYK value is (38,4,0,27).

  • cyan value is 38.17%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(38,4,0,27)
C38M4Y0K27 
(38%,4%,0%,27%)
(0.38/0.04/0.00/0.27)	

CMYK percentages

%38.17
%3.76
%0
%27.06

Codes

Color #73B3BA in popluar color models

73B3BA
RGB115179186
HSL186°33.97%59.02%
HSB/HSV186°38.17%72.94%
CMYK38.17%3.76%0.00%
27.06%

Color #73B3BA in popluar number systems.

HEX73B3BA
Decimal115179186
Binary11100111011001110111010
Octal163263272

Shades and tints

Shades of #73B3BA

#73B3BA
(115,179,186)
#69A3AA
(105,163,170)
#5F939A
(95,147,154)
#55838A
(85,131,138)
#4B737A
(75,115,122)
#41636A
(65,99,106)
#37535A
(55,83,90)
#2D434A
(45,67,74)
#23333A
(35,51,58)
#19232A
(25,35,42)
#0F131A
(15,19,26)
#000000
(0,0,0)

Tints of #73B3BA

#73B3BA
(115,179,186)
#7FB9C0
(127,185,192)
#8BBFC6
(139,191,198)
#97C5CC
(151,197,204)
#A3CBD2
(163,203,210)
#AFD1D8
(175,209,216)
#BBD7DE
(187,215,222)
#C7DDE4
(199,221,228)
#D3E3EA
(211,227,234)
#DFE9F0
(223,233,240)
#EBEFF6
(235,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B3BA; }

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

This text font color is #73B3BA.


Background Color

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

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

This div background color is #73B3BA.


Border color

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

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

This div border color is #73B3BA.


Opacity

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

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

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

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

This text has shadow with #73B3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B3BA on black background.


Color preview on white background

This text has color #73B3BA on white background.



Black color preview on #73B3BA background

This text has black color on #73B3BA background.


White color preview on #73B3BA background

This text has white color on #73B3BA background.