COLOR #73DD9E

HEX: #73DD9E RGB: (115,221,158)

Color info

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

RGB color model

#73DD9E color RGB value is (115,221,158).

RGB: (115,221,158) (45%, 87%, 62%)

RGB channels and saturation

R 115 of 255 = 45%
G 221 of 255 = 87%
B 158 of 255 = 62%

115
221
158

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

Portions of RGB colors in percentages

R + G + B = 115 + 221 + 158 = 494 (100%)
R 115 of 494 ~ 23.28%
G 221 of 494 ~ 44.74%
B 158 of 494 ~ 31.98'%

%23.28
%44.74
%31.98

CMYK color model

#73DD9E color CMYK value is (48,0,29,13).

  • cyan value is 47.96%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 13.33%

CMYK: (48,0,29,13)
C48M0Y29K13 (48%, 0%, 29%, 13%)
(0.48 / 0.00 / 0.29 / 0.13)

CMYK percentages

%47.96
%0
%28.51
%13.33

Codes

Color #73DD9E in popluar color models

73 DD 9E
RGB 115 221 158
HSL 144° 60.92% 65.88%
HSB/HSV 144° 47.96% 86.67%
CMYK 47.96% 0.00% 28.51%
13.33%

Color #73DD9E in popluar number systems.

HEX 73 DD 9E
Decimal 115 221 158
Binary 1110011 11011101 10011110
Octal 163 335 236

Shades and tints

Shades of #73DD9E

#73DD9E
(115,221,158)
#69C990
(105,201,144)
#5FB582
(95,181,130)
#55A174
(85,161,116)
#4B8D66
(75,141,102)
#417958
(65,121,88)
#37654A
(55,101,74)
#2D513C
(45,81,60)
#233D2E
(35,61,46)
#192920
(25,41,32)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #73DD9E

#73DD9E
(115,221,158)
#7FE0A6
(127,224,166)
#8BE3AE
(139,227,174)
#97E6B6
(151,230,182)
#A3E9BE
(163,233,190)
#AFECC6
(175,236,198)
#BBEFCE
(187,239,206)
#C7F2D6
(199,242,214)
#D3F5DE
(211,245,222)
#DFF8E6
(223,248,230)
#EBFBEE
(235,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73DD9E color. Also use rgb(115,221,158) instead hex code.

Text Font Color

.myTextColor { color: #73DD9E; }

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

This text font color is #73DD9E.

Background Color

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

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

This div background color is #73DD9E.

Border color

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

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

This div border color is #73DD9E.

Opacity

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

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

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

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

This text has shadow with #73DD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73DD9E.

Preview

Color preview on black background

This text has color #73DD9E on black background.


Color preview on white background

This text has color #73DD9E on white background.


Black color preview on #73DD9E background

This text has black color on #73DD9E background.


White color preview on #73DD9E background

This text has white color on #73DD9E background.


Related colors

Complementary color

Complementary color for #hex is #8C2261.


I love getcolorcode.com

Triadic colors

1 #9E73DD and #DD9E73 with #73DD9E are triadic colors.

2 #9EDD73 and #DD739E with #73DD9E are triadic colors.