COLOR #73B599

HEX: #73B599
RGB: (115,181,153)

Color info

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

RGB color model

#73B599 color RGB value is (115,181,153).

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

RGB channels and saturation

R 115 of 255 = 45%
G 181 of 255 = 71%
B 153 of 255 = 60%

115
181
153

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

Portions of RGB colors in percentages

R + G + B =
115 + 181 + 153 = 449 (100%)
R 115 of 449 ~ 25.61%
G 181 of 449 ~ 40.31%
B 153 of 449 ~ 34.08%

%25.61
%40.31
%34.08

CMYK color model

#73B599 color CMYK value is (36,0,15,29).

  • cyan value is 36.46%
  • magenta value is 0.00%
  • yellow value is 15.47%
  • key color value is 29.02%
CMYK:
(36,0,15,29)
C36M0Y15K29 
(36%,0%,15%,29%)
(0.36/0.00/0.15/0.29)	

CMYK percentages

%36.46
%0
%15.47
%29.02

Codes

Color #73B599 in popluar color models

73B599
RGB115181153
HSL155°30.84%58.04%
HSB/HSV155°36.46%70.98%
CMYK36.46%0.00%15.47%
29.02%

Color #73B599 in popluar number systems.

HEX73B599
Decimal115181153
Binary11100111011010110011001
Octal163265231

Shades and tints

Shades of #73B599

#73B599
(115,181,153)
#69A58C
(105,165,140)
#5F957F
(95,149,127)
#558572
(85,133,114)
#4B7565
(75,117,101)
#416558
(65,101,88)
#37554B
(55,85,75)
#2D453E
(45,69,62)
#233531
(35,53,49)
#192524
(25,37,36)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #73B599

#73B599
(115,181,153)
#7FBBA2
(127,187,162)
#8BC1AB
(139,193,171)
#97C7B4
(151,199,180)
#A3CDBD
(163,205,189)
#AFD3C6
(175,211,198)
#BBD9CF
(187,217,207)
#C7DFD8
(199,223,216)
#D3E5E1
(211,229,225)
#DFEBEA
(223,235,234)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B599; }

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

This text font color is #73B599.


Background Color

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

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

This div background color is #73B599.


Border color

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

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

This div border color is #73B599.


Opacity

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

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

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

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

This text has shadow with #73B599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B599 on black background.


Color preview on white background

This text has color #73B599 on white background.



Black color preview on #73B599 background

This text has black color on #73B599 background.


White color preview on #73B599 background

This text has white color on #73B599 background.