COLOR #73B188

HEX: #73B188
RGB: (115,177,136)

Color info

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

RGB color model

#73B188 color RGB value is (115,177,136).

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

RGB channels and saturation

R 115 of 255 = 45%
G 177 of 255 = 69%
B 136 of 255 = 53%

115
177
136

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

Portions of RGB colors in percentages

R + G + B =
115 + 177 + 136 = 428 (100%)
R 115 of 428 ~ 26.87%
G 177 of 428 ~ 41.36%
B 136 of 428 ~ 31.78%

%26.87
%41.36
%31.78

CMYK color model

#73B188 color CMYK value is (35,0,23,31).

  • cyan value is 35.03%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 30.59%
CMYK:
(35,0,23,31)
C35M0Y23K31 
(35%,0%,23%,31%)
(0.35/0.00/0.23/0.31)	

CMYK percentages

%35.03
%0
%23.16
%30.59

Codes

Color #73B188 in popluar color models

73B188
RGB115177136
HSL140°28.44%57.25%
HSB/HSV140°35.03%69.41%
CMYK35.03%0.00%23.16%
30.59%

Color #73B188 in popluar number systems.

HEX73B188
Decimal115177136
Binary11100111011000110001000
Octal163261210

Shades and tints

Shades of #73B188

#73B188
(115,177,136)
#69A17C
(105,161,124)
#5F9170
(95,145,112)
#558164
(85,129,100)
#4B7158
(75,113,88)
#41614C
(65,97,76)
#375140
(55,81,64)
#2D4134
(45,65,52)
#233128
(35,49,40)
#19211C
(25,33,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #73B188

#73B188
(115,177,136)
#7FB892
(127,184,146)
#8BBF9C
(139,191,156)
#97C6A6
(151,198,166)
#A3CDB0
(163,205,176)
#AFD4BA
(175,212,186)
#BBDBC4
(187,219,196)
#C7E2CE
(199,226,206)
#D3E9D8
(211,233,216)
#DFF0E2
(223,240,226)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B188; }

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

This text font color is #73B188.


Background Color

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

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

This div background color is #73B188.


Border color

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

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

This div border color is #73B188.


Opacity

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

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

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

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

This text has shadow with #73B188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B188 on black background.


Color preview on white background

This text has color #73B188 on white background.



Black color preview on #73B188 background

This text has black color on #73B188 background.


White color preview on #73B188 background

This text has white color on #73B188 background.