COLOR #73C986

HEX: #73C986 RGB: (115,201,134)

Color info

#73C986 contains mainly green color. Web safe color of #73C986 is #66CC99 (or #6C9).

RGB color model

#73C986 color RGB value is (115,201,134).

RGB: (115,201,134) (45%, 79%, 53%)

RGB channels and saturation

R 115 of 255 = 45%
G 201 of 255 = 79%
B 134 of 255 = 53%

115
201
134

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

Portions of RGB colors in percentages

R + G + B = 115 + 201 + 134 = 450 (100%)
R 115 of 450 ~ 25.56%
G 201 of 450 ~ 44.67%
B 134 of 450 ~ 29.78'%

%25.56
%44.67
%29.78

CMYK color model

#73C986 color CMYK value is (43,0,33,21).

  • cyan value is 42.79%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 21.18%
CMYK: (43,0,33,21) C43M0Y33K21 (43%,0%,33%,21%) (0.43/0.00/0.33/0.21) 

CMYK percentages

%42.79
%0
%33.33
%21.18

Codes

Color #73C986 in popluar color models

73 C9 86
RGB 115 201 134
HSL 133° 44.33% 61.96%
HSB/HSV 133° 42.79% 78.82%
CMYK 42.79% 0.00% 33.33%
21.18%

Color #73C986 in popluar number systems.

HEX 73 C9 86
Decimal 115 201 134
Binary 1110011 11001001 10000110
Octal 163 311 206

Shades and tints

Shades of #73C986

#73C986
(115,201,134)
#69B77A
(105,183,122)
#5FA56E
(95,165,110)
#559362
(85,147,98)
#4B8156
(75,129,86)
#416F4A
(65,111,74)
#375D3E
(55,93,62)
#2D4B32
(45,75,50)
#233926
(35,57,38)
#19271A
(25,39,26)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #73C986

#73C986
(115,201,134)
#7FCD91
(127,205,145)
#8BD19C
(139,209,156)
#97D5A7
(151,213,167)
#A3D9B2
(163,217,178)
#AFDDBD
(175,221,189)
#BBE1C8
(187,225,200)
#C7E5D3
(199,229,211)
#D3E9DE
(211,233,222)
#DFEDE9
(223,237,233)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C986 color. Also use rgb(115,201,134) instead hex code.

Text Font Color

.myTextColor { color: #73C986; }

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

This text font color is #73C986.

Background Color

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

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

This div background color is #73C986.

Border color

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

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

This div border color is #73C986.

Opacity

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

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

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

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

This text has shadow with #73C986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73C986.

Preview

Color preview on black background

This text has color #73C986 on black background.


Color preview on white background

This text has color #73C986 on white background.


Black color preview on #73C986 background

This text has black color on #73C986 background.


White color preview on #73C986 background

This text has white color on #73C986 background.


Related colors

Complementary color

Complementary color for #hex is #8C3679.


I love getcolorcode.com

Triadic colors

1 #8673C9 and #C98673 with #73C986 are triadic colors.

2 #86C973 and #C97386 with #73C986 are triadic colors.