COLOR #73C886

HEX: #73C886
RGB: (115,200,134)

Color info

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

RGB color model

#73C886 color RGB value is (115,200,134).

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

RGB channels and saturation

R 115 of 255 = 45%
G 200 of 255 = 78%
B 134 of 255 = 53%

115
200
134

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

Portions of RGB colors in percentages

R + G + B =
115 + 200 + 134 = 449 (100%)
R 115 of 449 ~ 25.61%
G 200 of 449 ~ 44.54%
B 134 of 449 ~ 29.84%

%25.61
%44.54
%29.84

CMYK color model

#73C886 color CMYK value is (43,0,33,22).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 33.00%
  • key color value is 21.57%
CMYK:
(43,0,33,22)
C43M0Y33K22 
(43%,0%,33%,22%)
(0.43/0.00/0.33/0.22)	

CMYK percentages

%42.5
%0
%33
%21.57

Codes

Color #73C886 in popluar color models

73C886
RGB115200134
HSL133°43.59%61.76%
HSB/HSV133°42.50%78.43%
CMYK42.50%0.00%33.00%
21.57%

Color #73C886 in popluar number systems.

HEX73C886
Decimal115200134
Binary11100111100100010000110
Octal163310206

Shades and tints

Shades of #73C886

#73C886
(115,200,134)
#69B67A
(105,182,122)
#5FA46E
(95,164,110)
#559262
(85,146,98)
#4B8056
(75,128,86)
#416E4A
(65,110,74)
#375C3E
(55,92,62)
#2D4A32
(45,74,50)
#233826
(35,56,38)
#19261A
(25,38,26)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #73C886

#73C886
(115,200,134)
#7FCD91
(127,205,145)
#8BD29C
(139,210,156)
#97D7A7
(151,215,167)
#A3DCB2
(163,220,178)
#AFE1BD
(175,225,189)
#BBE6C8
(187,230,200)
#C7EBD3
(199,235,211)
#D3F0DE
(211,240,222)
#DFF5E9
(223,245,233)
#EBFAF4
(235,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C886; }

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

This text font color is #73C886.


Background Color

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

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

This div background color is #73C886.


Border color

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

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

This div border color is #73C886.


Opacity

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

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

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

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

This text has shadow with #73C886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C886 on black background.


Color preview on white background

This text has color #73C886 on white background.



Black color preview on #73C886 background

This text has black color on #73C886 background.


White color preview on #73C886 background

This text has white color on #73C886 background.