COLOR #73AB91

HEX: #73AB91
RGB: (115,171,145)

Color info

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

RGB color model

#73AB91 color RGB value is (115,171,145).

  • red value is 115;
  • green value is 171;
  • blue value is 145.
RGB:
(115,171,145)
(45%,67%,57%)

RGB channels and saturation

R 115 of 255 = 45%
G 171 of 255 = 67%
B 145 of 255 = 57%

115
171
145

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

Portions of RGB colors in percentages

R + G + B =
115 + 171 + 145 = 431 (100%)
R 115 of 431 ~ 26.68%
G 171 of 431 ~ 39.68%
B 145 of 431 ~ 33.64%

%26.68
%39.68
%33.64

CMYK color model

#73AB91 color CMYK value is (33,0,15,33).

  • cyan value is 32.75%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(33,0,15,33)
C33M0Y15K33 
(33%,0%,15%,33%)
(0.33/0.00/0.15/0.33)	

CMYK percentages

%32.75
%0
%15.2
%32.94

Codes

Color #73AB91 in popluar color models

73AB91
RGB115171145
HSL152°25.00%56.08%
HSB/HSV152°32.75%67.06%
CMYK32.75%0.00%15.20%
32.94%

Color #73AB91 in popluar number systems.

HEX73AB91
Decimal115171145
Binary11100111010101110010001
Octal163253221

Shades and tints

Shades of #73AB91

#73AB91
(115,171,145)
#699C84
(105,156,132)
#5F8D77
(95,141,119)
#557E6A
(85,126,106)
#4B6F5D
(75,111,93)
#416050
(65,96,80)
#375143
(55,81,67)
#2D4236
(45,66,54)
#233329
(35,51,41)
#19241C
(25,36,28)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #73AB91

#73AB91
(115,171,145)
#7FB29B
(127,178,155)
#8BB9A5
(139,185,165)
#97C0AF
(151,192,175)
#A3C7B9
(163,199,185)
#AFCEC3
(175,206,195)
#BBD5CD
(187,213,205)
#C7DCD7
(199,220,215)
#D3E3E1
(211,227,225)
#DFEAEB
(223,234,235)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AB91; }

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

This text font color is #73AB91.


Background Color

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

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

This div background color is #73AB91.


Border color

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

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

This div border color is #73AB91.


Opacity

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

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

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

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

This text has shadow with #73AB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AB91 on black background.


Color preview on white background

This text has color #73AB91 on white background.



Black color preview on #73AB91 background

This text has black color on #73AB91 background.


White color preview on #73AB91 background

This text has white color on #73AB91 background.