COLOR #73BA99

HEX: #73BA99
RGB: (115,186,153)

Color info

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

RGB color model

#73BA99 color RGB value is (115,186,153).

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

RGB channels and saturation

R 115 of 255 = 45%
G 186 of 255 = 73%
B 153 of 255 = 60%

115
186
153

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

Portions of RGB colors in percentages

R + G + B =
115 + 186 + 153 = 454 (100%)
R 115 of 454 ~ 25.33%
G 186 of 454 ~ 40.97%
B 153 of 454 ~ 33.7%

%25.33
%40.97
%33.7

CMYK color model

#73BA99 color CMYK value is (38,0,18,27).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 27.06%
CMYK:
(38,0,18,27)
C38M0Y18K27 
(38%,0%,18%,27%)
(0.38/0.00/0.18/0.27)	

CMYK percentages

%38.17
%0
%17.74
%27.06

Codes

Color #73BA99 in popluar color models

73BA99
RGB115186153
HSL152°33.97%59.02%
HSB/HSV152°38.17%72.94%
CMYK38.17%0.00%17.74%
27.06%

Color #73BA99 in popluar number systems.

HEX73BA99
Decimal115186153
Binary11100111011101010011001
Octal163272231

Shades and tints

Shades of #73BA99

#73BA99
(115,186,153)
#69AA8C
(105,170,140)
#5F9A7F
(95,154,127)
#558A72
(85,138,114)
#4B7A65
(75,122,101)
#416A58
(65,106,88)
#375A4B
(55,90,75)
#2D4A3E
(45,74,62)
#233A31
(35,58,49)
#192A24
(25,42,36)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #73BA99

#73BA99
(115,186,153)
#7FC0A2
(127,192,162)
#8BC6AB
(139,198,171)
#97CCB4
(151,204,180)
#A3D2BD
(163,210,189)
#AFD8C6
(175,216,198)
#BBDECF
(187,222,207)
#C7E4D8
(199,228,216)
#D3EAE1
(211,234,225)
#DFF0EA
(223,240,234)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BA99; }

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

This text font color is #73BA99.


Background Color

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

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

This div background color is #73BA99.


Border color

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

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

This div border color is #73BA99.


Opacity

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

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

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

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

This text has shadow with #73BA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BA99 on black background.


Color preview on white background

This text has color #73BA99 on white background.



Black color preview on #73BA99 background

This text has black color on #73BA99 background.


White color preview on #73BA99 background

This text has white color on #73BA99 background.