COLOR #73BA9F

HEX: #73BA9F
RGB: (115,186,159)

Color info

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

RGB color model

#73BA9F color RGB value is (115,186,159).

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

RGB channels and saturation

R 115 of 255 = 45%
G 186 of 255 = 73%
B 159 of 255 = 62%

115
186
159

R + G + B ~ 60%. #73BA9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 186 + 159 = 460 (100%)
R 115 of 460 ~ 25%
G 186 of 460 ~ 40.43%
B 159 of 460 ~ 34.57%

%25
%40.43
%34.57

CMYK color model

#73BA9F color CMYK value is (38,0,15,27).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 27.06%
CMYK:
(38,0,15,27)
C38M0Y15K27 
(38%,0%,15%,27%)
(0.38/0.00/0.15/0.27)	

CMYK percentages

%38.17
%0
%14.52
%27.06

Codes

Color #73BA9F in popluar color models

73BA9F
RGB115186159
HSL157°33.97%59.02%
HSB/HSV157°38.17%72.94%
CMYK38.17%0.00%14.52%
27.06%

Color #73BA9F in popluar number systems.

HEX73BA9F
Decimal115186159
Binary11100111011101010011111
Octal163272237

Shades and tints

Shades of #73BA9F

#73BA9F
(115,186,159)
#69AA91
(105,170,145)
#5F9A83
(95,154,131)
#558A75
(85,138,117)
#4B7A67
(75,122,103)
#416A59
(65,106,89)
#375A4B
(55,90,75)
#2D4A3D
(45,74,61)
#233A2F
(35,58,47)
#192A21
(25,42,33)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #73BA9F

#73BA9F
(115,186,159)
#7FC0A7
(127,192,167)
#8BC6AF
(139,198,175)
#97CCB7
(151,204,183)
#A3D2BF
(163,210,191)
#AFD8C7
(175,216,199)
#BBDECF
(187,222,207)
#C7E4D7
(199,228,215)
#D3EADF
(211,234,223)
#DFF0E7
(223,240,231)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BA9F; }

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

This text font color is #73BA9F.


Background Color

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

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

This div background color is #73BA9F.


Border color

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

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

This div border color is #73BA9F.


Opacity

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

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

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

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

This text has shadow with #73BA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BA9F on black background.


Color preview on white background

This text has color #73BA9F on white background.



Black color preview on #73BA9F background

This text has black color on #73BA9F background.


White color preview on #73BA9F background

This text has white color on #73BA9F background.