COLOR #73D39A

HEX: #73D39A RGB: (115,211,154)

Color info

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

RGB color model

#73D39A color RGB value is (115,211,154).

RGB: (115,211,154) (45%, 83%, 60%)

RGB channels and saturation

R 115 of 255 = 45%
G 211 of 255 = 83%
B 154 of 255 = 60%

115
211
154

R + G + B ~ 63%. #73D39A is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 211 + 154 = 480 (100%)
R 115 of 480 ~ 23.96%
G 211 of 480 ~ 43.96%
B 154 of 480 ~ 32.08'%

%23.96
%43.96
%32.08

CMYK color model

#73D39A color CMYK value is (45,0,27,17).

  • cyan value is 45.50%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 17.25%

CMYK: (45,0,27,17)
C45M0Y27K17 (45%, 0%, 27%, 17%)
(0.45 / 0.00 / 0.27 / 0.17)

CMYK percentages

%45.5
%0
%27.01
%17.25

Codes

Color #73D39A in popluar color models

73 D3 9A
RGB 115 211 154
HSL 144° 52.17% 63.92%
HSB/HSV 144° 45.50% 82.75%
CMYK 45.50% 0.00% 27.01%
17.25%

Color #73D39A in popluar number systems.

HEX 73 D3 9A
Decimal 115 211 154
Binary 1110011 11010011 10011010
Octal 163 323 232

Shades and tints

Shades of #73D39A

#73D39A
(115,211,154)
#69C08C
(105,192,140)
#5FAD7E
(95,173,126)
#559A70
(85,154,112)
#4B8762
(75,135,98)
#417454
(65,116,84)
#376146
(55,97,70)
#2D4E38
(45,78,56)
#233B2A
(35,59,42)
#19281C
(25,40,28)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #73D39A

#73D39A
(115,211,154)
#7FD7A3
(127,215,163)
#8BDBAC
(139,219,172)
#97DFB5
(151,223,181)
#A3E3BE
(163,227,190)
#AFE7C7
(175,231,199)
#BBEBD0
(187,235,208)
#C7EFD9
(199,239,217)
#D3F3E2
(211,243,226)
#DFF7EB
(223,247,235)
#EBFBF4
(235,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D39A; }

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

This text font color is #73D39A.

Background Color

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

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

This div background color is #73D39A.

Border color

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

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

This div border color is #73D39A.

Opacity

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

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

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

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

This text has shadow with #73D39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73D39A.

Preview

Color preview on black background

This text has color #73D39A on black background.


Color preview on white background

This text has color #73D39A on white background.


Black color preview on #73D39A background

This text has black color on #73D39A background.


White color preview on #73D39A background

This text has white color on #73D39A background.


Related colors

Complementary color

Complementary color for #hex is #8C2C65.


I love getcolorcode.com

Triadic colors

1 #9A73D3 and #D39A73 with #73D39A are triadic colors.

2 #9AD373 and #D3739A with #73D39A are triadic colors.