COLOR #73BCB9

HEX: #73BCB9 RGB: (115,188,185)

Color info

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

RGB color model

#73BCB9 color RGB value is (115,188,185).

RGB: (115,188,185) (45%, 74%, 73%)

RGB channels and saturation

R 115 of 255 = 45%
G 188 of 255 = 74%
B 185 of 255 = 73%

115
188
185

R + G + B ~ 64%. #73BCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 188 + 185 = 488 (100%)
R 115 of 488 ~ 23.57%
G 188 of 488 ~ 38.52%
B 185 of 488 ~ 37.91'%

%23.57
%38.52
%37.91

CMYK color model

#73BCB9 color CMYK value is (39,0,2,26).

  • cyan value is 38.83%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK: (39,0,2,26) C39M0Y2K26 (39%,0%,2%,26%) (0.39/0.00/0.02/0.26) 

CMYK percentages

%38.83
%0
%1.6
%26.27

Codes

Color #73BCB9 in popluar color models

73 BC B9
RGB 115 188 185
HSL 178° 35.27% 59.41%
HSB/HSV 178° 38.83% 73.73%
CMYK 38.83% 0.00% 1.60%
26.27%

Color #73BCB9 in popluar number systems.

HEX 73 BC B9
Decimal 115 188 185
Binary 1110011 10111100 10111001
Octal 163 274 271

Shades and tints

Shades of #73BCB9

#73BCB9
(115,188,185)
#69ABA9
(105,171,169)
#5F9A99
(95,154,153)
#558989
(85,137,137)
#4B7879
(75,120,121)
#416769
(65,103,105)
#375659
(55,86,89)
#2D4549
(45,69,73)
#233439
(35,52,57)
#192329
(25,35,41)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #73BCB9

#73BCB9
(115,188,185)
#7FC2BF
(127,194,191)
#8BC8C5
(139,200,197)
#97CECB
(151,206,203)
#A3D4D1
(163,212,209)
#AFDAD7
(175,218,215)
#BBE0DD
(187,224,221)
#C7E6E3
(199,230,227)
#D3ECE9
(211,236,233)
#DFF2EF
(223,242,239)
#EBF8F5
(235,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BCB9 color. Also use rgb(115,188,185) instead hex code.

Text Font Color

.myTextColor { color: #73BCB9; }

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

This text font color is #73BCB9.

Background Color

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

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

This div background color is #73BCB9.

Border color

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

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

This div border color is #73BCB9.

Opacity

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

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

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

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

This text has shadow with #73BCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73BCB9.

Preview

Color preview on black background

This text has color #73BCB9 on black background.


Color preview on white background

This text has color #73BCB9 on white background.


Black color preview on #73BCB9 background

This text has black color on #73BCB9 background.


White color preview on #73BCB9 background

This text has white color on #73BCB9 background.


Related colors

Complementary color

Complementary color for #hex is #8C4346.


I love getcolorcode.com

Triadic colors

1 #B973BC and #BCB973 with #73BCB9 are triadic colors.

2 #B9BC73 and #BC73B9 with #73BCB9 are triadic colors.