COLOR #73AE8D

HEX: #73AE8D RGB: (115,174,141)

Color info

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

RGB color model

#73AE8D color RGB value is (115,174,141).

RGB: (115,174,141) (45%, 68%, 55%)

RGB channels and saturation

R 115 of 255 = 45%
G 174 of 255 = 68%
B 141 of 255 = 55%

115
174
141

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

Portions of RGB colors in percentages

R + G + B = 115 + 174 + 141 = 430 (100%)
R 115 of 430 ~ 26.74%
G 174 of 430 ~ 40.47%
B 141 of 430 ~ 32.79'%

%26.74
%40.47
%32.79

CMYK color model

#73AE8D color CMYK value is (34,0,19,32).

  • cyan value is 33.91%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%

CMYK: (34,0,19,32)
C34M0Y19K32 (34%, 0%, 19%, 32%)
(0.34 / 0.00 / 0.19 / 0.32)

CMYK percentages

%33.91
%0
%18.97
%31.76

Codes

Color #73AE8D in popluar color models

73 AE 8D
RGB 115 174 141
HSL 146° 26.70% 56.67%
HSB/HSV 146° 33.91% 68.24%
CMYK 33.91% 0.00% 18.97%
31.76%

Color #73AE8D in popluar number systems.

HEX 73 AE 8D
Decimal 115 174 141
Binary 1110011 10101110 10001101
Octal 163 256 215

Shades and tints

Shades of #73AE8D

#73AE8D
(115,174,141)
#699F81
(105,159,129)
#5F9075
(95,144,117)
#558169
(85,129,105)
#4B725D
(75,114,93)
#416351
(65,99,81)
#375445
(55,84,69)
#2D4539
(45,69,57)
#23362D
(35,54,45)
#192721
(25,39,33)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #73AE8D

#73AE8D
(115,174,141)
#7FB597
(127,181,151)
#8BBCA1
(139,188,161)
#97C3AB
(151,195,171)
#A3CAB5
(163,202,181)
#AFD1BF
(175,209,191)
#BBD8C9
(187,216,201)
#C7DFD3
(199,223,211)
#D3E6DD
(211,230,221)
#DFEDE7
(223,237,231)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AE8D; }

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

This text font color is #73AE8D.

Background Color

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

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

This div background color is #73AE8D.

Border color

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

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

This div border color is #73AE8D.

Opacity

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

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

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

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

This text has shadow with #73AE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73AE8D.

Preview

Color preview on black background

This text has color #73AE8D on black background.


Color preview on white background

This text has color #73AE8D on white background.


Black color preview on #73AE8D background

This text has black color on #73AE8D background.


White color preview on #73AE8D background

This text has white color on #73AE8D background.


Related colors

Complementary color

Complementary color for #hex is #8C5172.


I love getcolorcode.com

Triadic colors

1 #8D73AE and #AE8D73 with #73AE8D are triadic colors.

2 #8DAE73 and #AE738D with #73AE8D are triadic colors.