COLOR #73C486

HEX: #73C486
RGB: (115,196,134)

Color info

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

RGB color model

#73C486 color RGB value is (115,196,134).

  • red value is 115;
  • green value is 196;
  • blue value is 134.
RGB:
(115,196,134)
(45%,77%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 196 of 255 = 77%
B 134 of 255 = 53%

115
196
134

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

Portions of RGB colors in percentages

R + G + B =
115 + 196 + 134 = 445 (100%)
R 115 of 445 ~ 25.84%
G 196 of 445 ~ 44.04%
B 134 of 445 ~ 30.11%

%25.84
%44.04
%30.11

CMYK color model

#73C486 color CMYK value is (41,0,32,23).

  • cyan value is 41.33%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 23.14%
CMYK:
(41,0,32,23)
C41M0Y32K23 
(41%,0%,32%,23%)
(0.41/0.00/0.32/0.23)	

CMYK percentages

%41.33
%0
%31.63
%23.14

Codes

Color #73C486 in popluar color models

73C486
RGB115196134
HSL134°40.70%60.98%
HSB/HSV134°41.33%76.86%
CMYK41.33%0.00%31.63%
23.14%

Color #73C486 in popluar number systems.

HEX73C486
Decimal115196134
Binary11100111100010010000110
Octal163304206

Shades and tints

Shades of #73C486

#73C486
(115,196,134)
#69B37A
(105,179,122)
#5FA26E
(95,162,110)
#559162
(85,145,98)
#4B8056
(75,128,86)
#416F4A
(65,111,74)
#375E3E
(55,94,62)
#2D4D32
(45,77,50)
#233C26
(35,60,38)
#192B1A
(25,43,26)
#0F1A0E
(15,26,14)
#000000
(0,0,0)

Tints of #73C486

#73C486
(115,196,134)
#7FC991
(127,201,145)
#8BCE9C
(139,206,156)
#97D3A7
(151,211,167)
#A3D8B2
(163,216,178)
#AFDDBD
(175,221,189)
#BBE2C8
(187,226,200)
#C7E7D3
(199,231,211)
#D3ECDE
(211,236,222)
#DFF1E9
(223,241,233)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C486; }

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

This text font color is #73C486.


Background Color

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

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

This div background color is #73C486.


Border color

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

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

This div border color is #73C486.


Opacity

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

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

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

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

This text has shadow with #73C486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C486 on black background.


Color preview on white background

This text has color #73C486 on white background.



Black color preview on #73C486 background

This text has black color on #73C486 background.


White color preview on #73C486 background

This text has white color on #73C486 background.