COLOR #73DFA3

HEX: #73DFA3 RGB: (115,223,163)

Color info

#73DFA3 contains mainly green color. Web safe color of #73DFA3 is #66CC99 (or #6C9).

RGB color model

#73DFA3 color RGB value is (115,223,163).

RGB: (115,223,163) (45%, 87%, 64%)

RGB channels and saturation

R 115 of 255 = 45%
G 223 of 255 = 87%
B 163 of 255 = 64%

115
223
163

R + G + B ~ 65%. #73DFA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 223 + 163 = 501 (100%)
R 115 of 501 ~ 22.95%
G 223 of 501 ~ 44.51%
B 163 of 501 ~ 32.53'%

%22.95
%44.51
%32.53

CMYK color model

#73DFA3 color CMYK value is (48,0,27,13).

  • cyan value is 48.43%
  • magenta value is 0.00%
  • yellow value is 26.91%
  • key color value is 12.55%

CMYK: (48,0,27,13)
C48M0Y27K13 (48%, 0%, 27%, 13%)
(0.48 / 0.00 / 0.27 / 0.13)

CMYK percentages

%48.43
%0
%26.91
%12.55

Codes

Color #73DFA3 in popluar color models

73 DF A3
RGB 115 223 163
HSL 147° 62.79% 66.27%
HSB/HSV 147° 48.43% 87.45%
CMYK 48.43% 0.00% 26.91%
12.55%

Color #73DFA3 in popluar number systems.

HEX 73 DF A3
Decimal 115 223 163
Binary 1110011 11011111 10100011
Octal 163 337 243

Shades and tints

Shades of #73DFA3

#73DFA3
(115,223,163)
#69CB95
(105,203,149)
#5FB787
(95,183,135)
#55A379
(85,163,121)
#4B8F6B
(75,143,107)
#417B5D
(65,123,93)
#37674F
(55,103,79)
#2D5341
(45,83,65)
#233F33
(35,63,51)
#192B25
(25,43,37)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #73DFA3

#73DFA3
(115,223,163)
#7FE1AB
(127,225,171)
#8BE3B3
(139,227,179)
#97E5BB
(151,229,187)
#A3E7C3
(163,231,195)
#AFE9CB
(175,233,203)
#BBEBD3
(187,235,211)
#C7EDDB
(199,237,219)
#D3EFE3
(211,239,227)
#DFF1EB
(223,241,235)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73DFA3 color. Also use rgb(115,223,163) instead hex code.

Text Font Color

.myTextColor { color: #73DFA3; }

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

This text font color is #73DFA3.

Background Color

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

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

This div background color is #73DFA3.

Border color

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

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

This div border color is #73DFA3.

Opacity

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

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

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

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

This text has shadow with #73DFA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73DFA3.

Preview

Color preview on black background

This text has color #73DFA3 on black background.


Color preview on white background

This text has color #73DFA3 on white background.


Black color preview on #73DFA3 background

This text has black color on #73DFA3 background.


White color preview on #73DFA3 background

This text has white color on #73DFA3 background.


Related colors

Complementary color

Complementary color for #hex is #8C205C.


I love getcolorcode.com

Triadic colors

1 #A373DF and #DFA373 with #73DFA3 are triadic colors.

2 #A3DF73 and #DF73A3 with #73DFA3 are triadic colors.