COLOR #73A98D

HEX: #73A98D RGB: (115,169,141)

Color info

#73A98D contains red, green and blue colors in about the same proportion. Web safe color of #73A98D is #669999 (or #699).

RGB color model

#73A98D color RGB value is (115,169,141).

RGB: (115,169,141) (45%, 66%, 55%)

RGB channels and saturation

R 115 of 255 = 45%
G 169 of 255 = 66%
B 141 of 255 = 55%

115
169
141

R + G + B ~ 55%. #73A98D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 169 + 141 = 425 (100%)
R 115 of 425 ~ 27.06%
G 169 of 425 ~ 39.76%
B 141 of 425 ~ 33.18'%

%27.06
%39.76
%33.18

CMYK color model

#73A98D color CMYK value is (32,0,17,34).

  • cyan value is 31.95%
  • magenta value is 0.00%
  • yellow value is 16.57%
  • key color value is 33.73%
CMYK: (32,0,17,34) C32M0Y17K34 (32%,0%,17%,34%) (0.32/0.00/0.17/0.34) 

CMYK percentages

%31.95
%0
%16.57
%33.73

Codes

Color #73A98D in popluar color models

73 A9 8D
RGB 115 169 141
HSL 149° 23.89% 55.69%
HSB/HSV 149° 31.95% 66.27%
CMYK 31.95% 0.00% 16.57%
33.73%

Color #73A98D in popluar number systems.

HEX 73 A9 8D
Decimal 115 169 141
Binary 1110011 10101001 10001101
Octal 163 251 215

Shades and tints

Shades of #73A98D

#73A98D
(115,169,141)
#699A81
(105,154,129)
#5F8B75
(95,139,117)
#557C69
(85,124,105)
#4B6D5D
(75,109,93)
#415E51
(65,94,81)
#374F45
(55,79,69)
#2D4039
(45,64,57)
#23312D
(35,49,45)
#192221
(25,34,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #73A98D

#73A98D
(115,169,141)
#7FB097
(127,176,151)
#8BB7A1
(139,183,161)
#97BEAB
(151,190,171)
#A3C5B5
(163,197,181)
#AFCCBF
(175,204,191)
#BBD3C9
(187,211,201)
#C7DAD3
(199,218,211)
#D3E1DD
(211,225,221)
#DFE8E7
(223,232,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A98D; }

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

This text font color is #73A98D.

Background Color

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

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

This div background color is #73A98D.

Border color

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

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

This div border color is #73A98D.

Opacity

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

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

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

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

This text has shadow with #73A98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A98D.

Preview

Color preview on black background

This text has color #73A98D on black background.


Color preview on white background

This text has color #73A98D on white background.


Black color preview on #73A98D background

This text has black color on #73A98D background.


White color preview on #73A98D background

This text has white color on #73A98D background.


Related colors

Complementary color

Complementary color for #hex is #8C5672.


I love getcolorcode.com

Triadic colors

1 #8D73A9 and #A98D73 with #73A98D are triadic colors.

2 #8DA973 and #A9738D with #73A98D are triadic colors.