COLOR #73D0A2

HEX: #73D0A2
RGB: (115,208,162)

Color info

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

RGB color model

#73D0A2 color RGB value is (115,208,162).

  • red value is 115;
  • green value is 208;
  • blue value is 162.
RGB:
(115,208,162)
(45%,82%,64%)

RGB channels and saturation

R 115 of 255 = 45%
G 208 of 255 = 82%
B 162 of 255 = 64%

115
208
162

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

Portions of RGB colors in percentages

R + G + B =
115 + 208 + 162 = 485 (100%)
R 115 of 485 ~ 23.71%
G 208 of 485 ~ 42.89%
B 162 of 485 ~ 33.4%

%23.71
%42.89
%33.4

CMYK color model

#73D0A2 color CMYK value is (45,0,22,18).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 18.43%
CMYK:
(45,0,22,18)
C45M0Y22K18 
(45%,0%,22%,18%)
(0.45/0.00/0.22/0.18)	

CMYK percentages

%44.71
%0
%22.12
%18.43

Codes

Color #73D0A2 in popluar color models

73D0A2
RGB115208162
HSL150°49.73%63.33%
HSB/HSV150°44.71%81.57%
CMYK44.71%0.00%22.12%
18.43%

Color #73D0A2 in popluar number systems.

HEX73D0A2
Decimal115208162
Binary11100111101000010100010
Octal163320242

Shades and tints

Shades of #73D0A2

#73D0A2
(115,208,162)
#69BE94
(105,190,148)
#5FAC86
(95,172,134)
#559A78
(85,154,120)
#4B886A
(75,136,106)
#41765C
(65,118,92)
#37644E
(55,100,78)
#2D5240
(45,82,64)
#234032
(35,64,50)
#192E24
(25,46,36)
#0F1C16
(15,28,22)
#000000
(0,0,0)

Tints of #73D0A2

#73D0A2
(115,208,162)
#7FD4AA
(127,212,170)
#8BD8B2
(139,216,178)
#97DCBA
(151,220,186)
#A3E0C2
(163,224,194)
#AFE4CA
(175,228,202)
#BBE8D2
(187,232,210)
#C7ECDA
(199,236,218)
#D3F0E2
(211,240,226)
#DFF4EA
(223,244,234)
#EBF8F2
(235,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D0A2 color. Also use rgb(115,208,162) instead hex code.

Text Font Color

.myTextColor { color: #73D0A2; }

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

This text font color is #73D0A2.


Background Color

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

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

This div background color is #73D0A2.


Border color

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

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

This div border color is #73D0A2.


Opacity

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

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

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

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

This text has shadow with #73D0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D0A2 on black background.


Color preview on white background

This text has color #73D0A2 on white background.



Black color preview on #73D0A2 background

This text has black color on #73D0A2 background.


White color preview on #73D0A2 background

This text has white color on #73D0A2 background.