COLOR #73AB93

HEX: #73AB93 RGB: (115,171,147)

Color info

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

RGB color model

#73AB93 color RGB value is (115,171,147).

RGB: (115,171,147) (45%, 67%, 58%)

RGB channels and saturation

R 115 of 255 = 45%
G 171 of 255 = 67%
B 147 of 255 = 58%

115
171
147

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

Portions of RGB colors in percentages

R + G + B = 115 + 171 + 147 = 433 (100%)
R 115 of 433 ~ 26.56%
G 171 of 433 ~ 39.49%
B 147 of 433 ~ 33.95'%

%26.56
%39.49
%33.95

CMYK color model

#73AB93 color CMYK value is (33,0,14,33).

  • cyan value is 32.75%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 32.94%
CMYK: (33,0,14,33) C33M0Y14K33 (33%,0%,14%,33%) (0.33/0.00/0.14/0.33) 

CMYK percentages

%32.75
%0
%14.04
%32.94

Codes

Color #73AB93 in popluar color models

73 AB 93
RGB 115 171 147
HSL 154° 25.00% 56.08%
HSB/HSV 154° 32.75% 67.06%
CMYK 32.75% 0.00% 14.04%
32.94%

Color #73AB93 in popluar number systems.

HEX 73 AB 93
Decimal 115 171 147
Binary 1110011 10101011 10010011
Octal 163 253 223

Shades and tints

Shades of #73AB93

#73AB93
(115,171,147)
#699C86
(105,156,134)
#5F8D79
(95,141,121)
#557E6C
(85,126,108)
#4B6F5F
(75,111,95)
#416052
(65,96,82)
#375145
(55,81,69)
#2D4238
(45,66,56)
#23332B
(35,51,43)
#19241E
(25,36,30)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #73AB93

#73AB93
(115,171,147)
#7FB29C
(127,178,156)
#8BB9A5
(139,185,165)
#97C0AE
(151,192,174)
#A3C7B7
(163,199,183)
#AFCEC0
(175,206,192)
#BBD5C9
(187,213,201)
#C7DCD2
(199,220,210)
#D3E3DB
(211,227,219)
#DFEAE4
(223,234,228)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AB93 color. Also use rgb(115,171,147) instead hex code.

Text Font Color

.myTextColor { color: #73AB93; }

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

This text font color is #73AB93.

Background Color

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

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

This div background color is #73AB93.

Border color

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

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

This div border color is #73AB93.

Opacity

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

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

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

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

This text has shadow with #73AB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73AB93.

Preview

Color preview on black background

This text has color #73AB93 on black background.


Color preview on white background

This text has color #73AB93 on white background.


Black color preview on #73AB93 background

This text has black color on #73AB93 background.


White color preview on #73AB93 background

This text has white color on #73AB93 background.


Related colors

Complementary color

Complementary color for #hex is #8C546C.


I love getcolorcode.com

Triadic colors

1 #9373AB and #AB9373 with #73AB93 are triadic colors.

2 #93AB73 and #AB7393 with #73AB93 are triadic colors.