COLOR #73B6BA

HEX: #73B6BA RGB: (115,182,186)

Color info

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

RGB color model

#73B6BA color RGB value is (115,182,186).

RGB: (115,182,186) (45%, 71%, 73%)

RGB channels and saturation

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

115
182
186

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

Portions of RGB colors in percentages

R + G + B = 115 + 182 + 186 = 483 (100%)
R 115 of 483 ~ 23.81%
G 182 of 483 ~ 37.68%
B 186 of 483 ~ 38.51'%

%23.81
%37.68
%38.51

CMYK color model

#73B6BA color CMYK value is (38,2,0,27).

  • cyan value is 38.17%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (38,2,0,27)
C38M2Y0K27 (38%, 2%, 0%, 27%)
(0.38 / 0.02 / 0.00 / 0.27)

CMYK percentages

%38.17
%2.15
%0
%27.06

Codes

Color #73B6BA in popluar color models

73 B6 BA
RGB 115 182 186
HSL 183° 33.97% 59.02%
HSB/HSV 183° 38.17% 72.94%
CMYK 38.17% 2.15% 0.00%
27.06%

Color #73B6BA in popluar number systems.

HEX 73 B6 BA
Decimal 115 182 186
Binary 1110011 10110110 10111010
Octal 163 266 272

Shades and tints

Shades of #73B6BA

#73B6BA
(115,182,186)
#69A6AA
(105,166,170)
#5F969A
(95,150,154)
#55868A
(85,134,138)
#4B767A
(75,118,122)
#41666A
(65,102,106)
#37565A
(55,86,90)
#2D464A
(45,70,74)
#23363A
(35,54,58)
#19262A
(25,38,42)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #73B6BA

#73B6BA
(115,182,186)
#7FBCC0
(127,188,192)
#8BC2C6
(139,194,198)
#97C8CC
(151,200,204)
#A3CED2
(163,206,210)
#AFD4D8
(175,212,216)
#BBDADE
(187,218,222)
#C7E0E4
(199,224,228)
#D3E6EA
(211,230,234)
#DFECF0
(223,236,240)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B6BA; }

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

This text font color is #73B6BA.

Background Color

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

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

This div background color is #73B6BA.

Border color

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

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

This div border color is #73B6BA.

Opacity

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

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

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

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

This text has shadow with #73B6BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B6BA.

Preview

Color preview on black background

This text has color #73B6BA on black background.


Color preview on white background

This text has color #73B6BA on white background.


Black color preview on #73B6BA background

This text has black color on #73B6BA background.


White color preview on #73B6BA background

This text has white color on #73B6BA background.


Related colors

Complementary color

Complementary color for #hex is #8C4945.


I love getcolorcode.com

Triadic colors

1 #BA73B6 and #B6BA73 with #73B6BA are triadic colors.

2 #BAB673 and #B673BA with #73B6BA are triadic colors.