COLOR #73BB96

HEX: #73BB96
RGB: (115,187,150)

Color info

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

RGB color model

#73BB96 color RGB value is (115,187,150).

  • red value is 115;
  • green value is 187;
  • blue value is 150.
RGB:
(115,187,150)
(45%,73%,59%)

RGB channels and saturation

R 115 of 255 = 45%
G 187 of 255 = 73%
B 150 of 255 = 59%

115
187
150

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

Portions of RGB colors in percentages

R + G + B =
115 + 187 + 150 = 452 (100%)
R 115 of 452 ~ 25.44%
G 187 of 452 ~ 41.37%
B 150 of 452 ~ 33.19%

%25.44
%41.37
%33.19

CMYK color model

#73BB96 color CMYK value is (39,0,20,27).

  • cyan value is 38.50%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(39,0,20,27)
C39M0Y20K27 
(39%,0%,20%,27%)
(0.39/0.00/0.20/0.27)	

CMYK percentages

%38.5
%0
%19.79
%26.67

Codes

Color #73BB96 in popluar color models

73BB96
RGB115187150
HSL149°34.62%59.22%
HSB/HSV149°38.50%73.33%
CMYK38.50%0.00%19.79%
26.67%

Color #73BB96 in popluar number systems.

HEX73BB96
Decimal115187150
Binary11100111011101110010110
Octal163273226

Shades and tints

Shades of #73BB96

#73BB96
(115,187,150)
#69AA89
(105,170,137)
#5F997C
(95,153,124)
#55886F
(85,136,111)
#4B7762
(75,119,98)
#416655
(65,102,85)
#375548
(55,85,72)
#2D443B
(45,68,59)
#23332E
(35,51,46)
#192221
(25,34,33)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #73BB96

#73BB96
(115,187,150)
#7FC19F
(127,193,159)
#8BC7A8
(139,199,168)
#97CDB1
(151,205,177)
#A3D3BA
(163,211,186)
#AFD9C3
(175,217,195)
#BBDFCC
(187,223,204)
#C7E5D5
(199,229,213)
#D3EBDE
(211,235,222)
#DFF1E7
(223,241,231)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BB96 color. Also use rgb(115,187,150) instead hex code.

Text Font Color

.myTextColor { color: #73BB96; }

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

This text font color is #73BB96.


Background Color

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

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

This div background color is #73BB96.


Border color

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

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

This div border color is #73BB96.


Opacity

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

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

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

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

This text has shadow with #73BB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BB96 on black background.


Color preview on white background

This text has color #73BB96 on white background.



Black color preview on #73BB96 background

This text has black color on #73BB96 background.


White color preview on #73BB96 background

This text has white color on #73BB96 background.