COLOR #73C189

HEX: #73C189
RGB: (115,193,137)

Color info

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

RGB color model

#73C189 color RGB value is (115,193,137).

  • red value is 115;
  • green value is 193;
  • blue value is 137.
RGB:
(115,193,137)
(45%,76%,54%)

RGB channels and saturation

R 115 of 255 = 45%
G 193 of 255 = 76%
B 137 of 255 = 54%

115
193
137

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

Portions of RGB colors in percentages

R + G + B =
115 + 193 + 137 = 445 (100%)
R 115 of 445 ~ 25.84%
G 193 of 445 ~ 43.37%
B 137 of 445 ~ 30.79%

%25.84
%43.37
%30.79

CMYK color model

#73C189 color CMYK value is (40,0,29,24).

  • cyan value is 40.41%
  • magenta value is 0.00%
  • yellow value is 29.02%
  • key color value is 24.31%
CMYK:
(40,0,29,24)
C40M0Y29K24 
(40%,0%,29%,24%)
(0.40/0.00/0.29/0.24)	

CMYK percentages

%40.41
%0
%29.02
%24.31

Codes

Color #73C189 in popluar color models

73C189
RGB115193137
HSL137°38.61%60.39%
HSB/HSV137°40.41%75.69%
CMYK40.41%0.00%29.02%
24.31%

Color #73C189 in popluar number systems.

HEX73C189
Decimal115193137
Binary11100111100000110001001
Octal163301211

Shades and tints

Shades of #73C189

#73C189
(115,193,137)
#69B07D
(105,176,125)
#5F9F71
(95,159,113)
#558E65
(85,142,101)
#4B7D59
(75,125,89)
#416C4D
(65,108,77)
#375B41
(55,91,65)
#2D4A35
(45,74,53)
#233929
(35,57,41)
#19281D
(25,40,29)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #73C189

#73C189
(115,193,137)
#7FC693
(127,198,147)
#8BCB9D
(139,203,157)
#97D0A7
(151,208,167)
#A3D5B1
(163,213,177)
#AFDABB
(175,218,187)
#BBDFC5
(187,223,197)
#C7E4CF
(199,228,207)
#D3E9D9
(211,233,217)
#DFEEE3
(223,238,227)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C189 color. Also use rgb(115,193,137) instead hex code.

Text Font Color

.myTextColor { color: #73C189; }

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

This text font color is #73C189.


Background Color

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

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

This div background color is #73C189.


Border color

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

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

This div border color is #73C189.


Opacity

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

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

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

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

This text has shadow with #73C189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C189 on black background.


Color preview on white background

This text has color #73C189 on white background.



Black color preview on #73C189 background

This text has black color on #73C189 background.


White color preview on #73C189 background

This text has white color on #73C189 background.