COLOR #73D7AD

HEX: #73D7AD
RGB: (115,215,173)

Color info

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

RGB color model

#73D7AD color RGB value is (115,215,173).

  • red value is 115;
  • green value is 215;
  • blue value is 173.
RGB:
(115,215,173)
(45%,84%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 215 of 255 = 84%
B 173 of 255 = 68%

115
215
173

R + G + B ~ 66%. #73D7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 215 + 173 = 503 (100%)
R 115 of 503 ~ 22.86%
G 215 of 503 ~ 42.74%
B 173 of 503 ~ 34.39%

%22.86
%42.74
%34.39

CMYK color model

#73D7AD color CMYK value is (47,0,20,16).

  • cyan value is 46.51%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 15.69%
CMYK:
(47,0,20,16)
C47M0Y20K16 
(47%,0%,20%,16%)
(0.47/0.00/0.20/0.16)	

CMYK percentages

%46.51
%0
%19.53
%15.69

Codes

Color #73D7AD in popluar color models

73D7AD
RGB115215173
HSL155°55.56%64.71%
HSB/HSV155°46.51%84.31%
CMYK46.51%0.00%19.53%
15.69%

Color #73D7AD in popluar number systems.

HEX73D7AD
Decimal115215173
Binary11100111101011110101101
Octal163327255

Shades and tints

Shades of #73D7AD

#73D7AD
(115,215,173)
#69C49E
(105,196,158)
#5FB18F
(95,177,143)
#559E80
(85,158,128)
#4B8B71
(75,139,113)
#417862
(65,120,98)
#376553
(55,101,83)
#2D5244
(45,82,68)
#233F35
(35,63,53)
#192C26
(25,44,38)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #73D7AD

#73D7AD
(115,215,173)
#7FDAB4
(127,218,180)
#8BDDBB
(139,221,187)
#97E0C2
(151,224,194)
#A3E3C9
(163,227,201)
#AFE6D0
(175,230,208)
#BBE9D7
(187,233,215)
#C7ECDE
(199,236,222)
#D3EFE5
(211,239,229)
#DFF2EC
(223,242,236)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D7AD color. Also use rgb(115,215,173) instead hex code.

Text Font Color

.myTextColor { color: #73D7AD; }

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

This text font color is #73D7AD.


Background Color

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

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

This div background color is #73D7AD.


Border color

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

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

This div border color is #73D7AD.


Opacity

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

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

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

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

This text has shadow with #73D7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D7AD on black background.


Color preview on white background

This text has color #73D7AD on white background.



Black color preview on #73D7AD background

This text has black color on #73D7AD background.


White color preview on #73D7AD background

This text has white color on #73D7AD background.