COLOR #73C29A

HEX: #73C29A RGB: (115,194,154)

Color info

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

RGB color model

#73C29A color RGB value is (115,194,154).

RGB: (115,194,154) (45%, 76%, 60%)

RGB channels and saturation

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

115
194
154

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

Portions of RGB colors in percentages

R + G + B = 115 + 194 + 154 = 463 (100%)
R 115 of 463 ~ 24.84%
G 194 of 463 ~ 41.9%
B 154 of 463 ~ 33.26'%

%24.84
%41.9
%33.26

CMYK color model

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

  • cyan value is 40.72%
  • magenta value is 0.00%
  • yellow value is 20.62%
  • key color value is 23.92%

CMYK: (41,0,21,24)
C41M0Y21K24 (41%, 0%, 21%, 24%)
(0.41 / 0.00 / 0.21 / 0.24)

CMYK percentages

%40.72
%0
%20.62
%23.92

Codes

Color #73C29A in popluar color models

73 C2 9A
RGB 115 194 154
HSL 150° 39.30% 60.59%
HSB/HSV 150° 40.72% 76.08%
CMYK 40.72% 0.00% 20.62%
23.92%

Color #73C29A in popluar number systems.

HEX 73 C2 9A
Decimal 115 194 154
Binary 1110011 11000010 10011010
Octal 163 302 232

Shades and tints

Shades of #73C29A

#73C29A
(115,194,154)
#69B18C
(105,177,140)
#5FA07E
(95,160,126)
#558F70
(85,143,112)
#4B7E62
(75,126,98)
#416D54
(65,109,84)
#375C46
(55,92,70)
#2D4B38
(45,75,56)
#233A2A
(35,58,42)
#19291C
(25,41,28)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #73C29A

#73C29A
(115,194,154)
#7FC7A3
(127,199,163)
#8BCCAC
(139,204,172)
#97D1B5
(151,209,181)
#A3D6BE
(163,214,190)
#AFDBC7
(175,219,199)
#BBE0D0
(187,224,208)
#C7E5D9
(199,229,217)
#D3EAE2
(211,234,226)
#DFEFEB
(223,239,235)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C29A; }

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

This text font color is #73C29A.

Background Color

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

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

This div background color is #73C29A.

Border color

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

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

This div border color is #73C29A.

Opacity

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

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

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

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

This text has shadow with #73C29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73C29A.

Preview

Color preview on black background

This text has color #73C29A on black background.


Color preview on white background

This text has color #73C29A on white background.


Black color preview on #73C29A background

This text has black color on #73C29A background.


White color preview on #73C29A background

This text has white color on #73C29A background.


Related colors

Complementary color

Complementary color for #hex is #8C3D65.


I love getcolorcode.com

Triadic colors

1 #9A73C2 and #C29A73 with #73C29A are triadic colors.

2 #9AC273 and #C2739A with #73C29A are triadic colors.