COLOR #73D1A9

HEX: #73D1A9
RGB: (115,209,169)

Color info

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

RGB color model

#73D1A9 color RGB value is (115,209,169).

  • red value is 115;
  • green value is 209;
  • blue value is 169.
RGB:
(115,209,169)
(45%,82%,66%)

RGB channels and saturation

R 115 of 255 = 45%
G 209 of 255 = 82%
B 169 of 255 = 66%

115
209
169

R + G + B ~ 64%. #73D1A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 209 + 169 = 493 (100%)
R 115 of 493 ~ 23.33%
G 209 of 493 ~ 42.39%
B 169 of 493 ~ 34.28%

%23.33
%42.39
%34.28

CMYK color model

#73D1A9 color CMYK value is (45,0,19,18).

  • cyan value is 44.98%
  • magenta value is 0.00%
  • yellow value is 19.14%
  • key color value is 18.04%
CMYK:
(45,0,19,18)
C45M0Y19K18 
(45%,0%,19%,18%)
(0.45/0.00/0.19/0.18)	

CMYK percentages

%44.98
%0
%19.14
%18.04

Codes

Color #73D1A9 in popluar color models

73D1A9
RGB115209169
HSL154°50.54%63.53%
HSB/HSV154°44.98%81.96%
CMYK44.98%0.00%19.14%
18.04%

Color #73D1A9 in popluar number systems.

HEX73D1A9
Decimal115209169
Binary11100111101000110101001
Octal163321251

Shades and tints

Shades of #73D1A9

#73D1A9
(115,209,169)
#69BE9A
(105,190,154)
#5FAB8B
(95,171,139)
#55987C
(85,152,124)
#4B856D
(75,133,109)
#41725E
(65,114,94)
#375F4F
(55,95,79)
#2D4C40
(45,76,64)
#233931
(35,57,49)
#192622
(25,38,34)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #73D1A9

#73D1A9
(115,209,169)
#7FD5B0
(127,213,176)
#8BD9B7
(139,217,183)
#97DDBE
(151,221,190)
#A3E1C5
(163,225,197)
#AFE5CC
(175,229,204)
#BBE9D3
(187,233,211)
#C7EDDA
(199,237,218)
#D3F1E1
(211,241,225)
#DFF5E8
(223,245,232)
#EBF9EF
(235,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D1A9 color. Also use rgb(115,209,169) instead hex code.

Text Font Color

.myTextColor { color: #73D1A9; }

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

This text font color is #73D1A9.


Background Color

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

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

This div background color is #73D1A9.


Border color

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

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

This div border color is #73D1A9.


Opacity

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

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

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

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

This text has shadow with #73D1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D1A9 on black background.


Color preview on white background

This text has color #73D1A9 on white background.



Black color preview on #73D1A9 background

This text has black color on #73D1A9 background.


White color preview on #73D1A9 background

This text has white color on #73D1A9 background.