COLOR #73B4BA

HEX: #73B4BA
RGB: (115,180,186)

Color info

#73B4BA contains mainly green and blue colors. Web safe color of #73B4BA is #66CCCC (or #6CC).

RGB color model

#73B4BA color RGB value is (115,180,186).

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

RGB channels and saturation

R 115 of 255 = 45%
G 180 of 255 = 71%
B 186 of 255 = 73%

115
180
186

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

Portions of RGB colors in percentages

R + G + B =
115 + 180 + 186 = 481 (100%)
R 115 of 481 ~ 23.91%
G 180 of 481 ~ 37.42%
B 186 of 481 ~ 38.67%

%23.91
%37.42
%38.67

CMYK color model

#73B4BA color CMYK value is (38,3,0,27).

  • cyan value is 38.17%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(38,3,0,27)
C38M3Y0K27 
(38%,3%,0%,27%)
(0.38/0.03/0.00/0.27)	

CMYK percentages

%38.17
%3.23
%0
%27.06

Codes

Color #73B4BA in popluar color models

73B4BA
RGB115180186
HSL185°33.97%59.02%
HSB/HSV185°38.17%72.94%
CMYK38.17%3.23%0.00%
27.06%

Color #73B4BA in popluar number systems.

HEX73B4BA
Decimal115180186
Binary11100111011010010111010
Octal163264272

Shades and tints

Shades of #73B4BA

#73B4BA
(115,180,186)
#69A4AA
(105,164,170)
#5F949A
(95,148,154)
#55848A
(85,132,138)
#4B747A
(75,116,122)
#41646A
(65,100,106)
#37545A
(55,84,90)
#2D444A
(45,68,74)
#23343A
(35,52,58)
#19242A
(25,36,42)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #73B4BA

#73B4BA
(115,180,186)
#7FBAC0
(127,186,192)
#8BC0C6
(139,192,198)
#97C6CC
(151,198,204)
#A3CCD2
(163,204,210)
#AFD2D8
(175,210,216)
#BBD8DE
(187,216,222)
#C7DEE4
(199,222,228)
#D3E4EA
(211,228,234)
#DFEAF0
(223,234,240)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B4BA; }

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

This text font color is #73B4BA.


Background Color

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

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

This div background color is #73B4BA.


Border color

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

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

This div border color is #73B4BA.


Opacity

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

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

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

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

This text has shadow with #73B4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B4BA on black background.


Color preview on white background

This text has color #73B4BA on white background.



Black color preview on #73B4BA background

This text has black color on #73B4BA background.


White color preview on #73B4BA background

This text has white color on #73B4BA background.