COLOR #73B199

HEX: #73B199
RGB: (115,177,153)

Color info

#73B199 contains mainly green and blue colors. Web safe color of #73B199 is #669999 (or #699).

RGB color model

#73B199 color RGB value is (115,177,153).

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

RGB channels and saturation

R 115 of 255 = 45%
G 177 of 255 = 69%
B 153 of 255 = 60%

115
177
153

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

Portions of RGB colors in percentages

R + G + B =
115 + 177 + 153 = 445 (100%)
R 115 of 445 ~ 25.84%
G 177 of 445 ~ 39.78%
B 153 of 445 ~ 34.38%

%25.84
%39.78
%34.38

CMYK color model

#73B199 color CMYK value is (35,0,14,31).

  • cyan value is 35.03%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK:
(35,0,14,31)
C35M0Y14K31 
(35%,0%,14%,31%)
(0.35/0.00/0.14/0.31)	

CMYK percentages

%35.03
%0
%13.56
%30.59

Codes

Color #73B199 in popluar color models

73B199
RGB115177153
HSL157°28.44%57.25%
HSB/HSV157°35.03%69.41%
CMYK35.03%0.00%13.56%
30.59%

Color #73B199 in popluar number systems.

HEX73B199
Decimal115177153
Binary11100111011000110011001
Octal163261231

Shades and tints

Shades of #73B199

#73B199
(115,177,153)
#69A18C
(105,161,140)
#5F917F
(95,145,127)
#558172
(85,129,114)
#4B7165
(75,113,101)
#416158
(65,97,88)
#37514B
(55,81,75)
#2D413E
(45,65,62)
#233131
(35,49,49)
#192124
(25,33,36)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #73B199

#73B199
(115,177,153)
#7FB8A2
(127,184,162)
#8BBFAB
(139,191,171)
#97C6B4
(151,198,180)
#A3CDBD
(163,205,189)
#AFD4C6
(175,212,198)
#BBDBCF
(187,219,207)
#C7E2D8
(199,226,216)
#D3E9E1
(211,233,225)
#DFF0EA
(223,240,234)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B199; }

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

This text font color is #73B199.


Background Color

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

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

This div background color is #73B199.


Border color

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

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

This div border color is #73B199.


Opacity

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

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

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

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

This text has shadow with #73B199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B199 on black background.


Color preview on white background

This text has color #73B199 on white background.



Black color preview on #73B199 background

This text has black color on #73B199 background.


White color preview on #73B199 background

This text has white color on #73B199 background.