COLOR #73C39A

HEX: #73C39A
RGB: (115,195,154)

Color info

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

RGB color model

#73C39A color RGB value is (115,195,154).

  • red value is 115;
  • green value is 195;
  • blue value is 154.
RGB:
(115,195,154)
(45%,76%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 195 of 255 = 76%
B 154 of 255 = 60%

115
195
154

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

Portions of RGB colors in percentages

R + G + B =
115 + 195 + 154 = 464 (100%)
R 115 of 464 ~ 24.78%
G 195 of 464 ~ 42.03%
B 154 of 464 ~ 33.19%

%24.78
%42.03
%33.19

CMYK color model

#73C39A color CMYK value is (41,0,21,24).

  • cyan value is 41.03%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 23.53%
CMYK:
(41,0,21,24)
C41M0Y21K24 
(41%,0%,21%,24%)
(0.41/0.00/0.21/0.24)	

CMYK percentages

%41.03
%0
%21.03
%23.53

Codes

Color #73C39A in popluar color models

73C39A
RGB115195154
HSL149°40.00%60.78%
HSB/HSV149°41.03%76.47%
CMYK41.03%0.00%21.03%
23.53%

Color #73C39A in popluar number systems.

HEX73C39A
Decimal115195154
Binary11100111100001110011010
Octal163303232

Shades and tints

Shades of #73C39A

#73C39A
(115,195,154)
#69B28C
(105,178,140)
#5FA17E
(95,161,126)
#559070
(85,144,112)
#4B7F62
(75,127,98)
#416E54
(65,110,84)
#375D46
(55,93,70)
#2D4C38
(45,76,56)
#233B2A
(35,59,42)
#192A1C
(25,42,28)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #73C39A

#73C39A
(115,195,154)
#7FC8A3
(127,200,163)
#8BCDAC
(139,205,172)
#97D2B5
(151,210,181)
#A3D7BE
(163,215,190)
#AFDCC7
(175,220,199)
#BBE1D0
(187,225,208)
#C7E6D9
(199,230,217)
#D3EBE2
(211,235,226)
#DFF0EB
(223,240,235)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C39A color. Also use rgb(115,195,154) instead hex code.

Text Font Color

.myTextColor { color: #73C39A; }

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

This text font color is #73C39A.


Background Color

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

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

This div background color is #73C39A.


Border color

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

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

This div border color is #73C39A.


Opacity

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

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

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

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

This text has shadow with #73C39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C39A on black background.


Color preview on white background

This text has color #73C39A on white background.



Black color preview on #73C39A background

This text has black color on #73C39A background.


White color preview on #73C39A background

This text has white color on #73C39A background.