COLOR #73B1AB

HEX: #73B1AB RGB: (115,177,171)

Color info

#73B1AB contains mainly green and blue colors. Web safe color of #73B1AB is #669999 (or #699).

RGB color model

#73B1AB color RGB value is (115,177,171).

RGB: (115,177,171) (45%, 69%, 67%)

RGB channels and saturation

R 115 of 255 = 45%
G 177 of 255 = 69%
B 171 of 255 = 67%

115
177
171

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

Portions of RGB colors in percentages

R + G + B = 115 + 177 + 171 = 463 (100%)
R 115 of 463 ~ 24.84%
G 177 of 463 ~ 38.23%
B 171 of 463 ~ 36.93'%

%24.84
%38.23
%36.93

CMYK color model

#73B1AB color CMYK value is (35,0,3,31).

  • cyan value is 35.03%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 30.59%

CMYK: (35,0,3,31)
C35M0Y3K31 (35%, 0%, 3%, 31%)
(0.35 / 0.00 / 0.03 / 0.31)

CMYK percentages

%35.03
%0
%3.39
%30.59

Codes

Color #73B1AB in popluar color models

73 B1 AB
RGB 115 177 171
HSL 174° 28.44% 57.25%
HSB/HSV 174° 35.03% 69.41%
CMYK 35.03% 0.00% 3.39%
30.59%

Color #73B1AB in popluar number systems.

HEX 73 B1 AB
Decimal 115 177 171
Binary 1110011 10110001 10101011
Octal 163 261 253

Shades and tints

Shades of #73B1AB

#73B1AB
(115,177,171)
#69A19C
(105,161,156)
#5F918D
(95,145,141)
#55817E
(85,129,126)
#4B716F
(75,113,111)
#416160
(65,97,96)
#375151
(55,81,81)
#2D4142
(45,65,66)
#233133
(35,49,51)
#192124
(25,33,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #73B1AB

#73B1AB
(115,177,171)
#7FB8B2
(127,184,178)
#8BBFB9
(139,191,185)
#97C6C0
(151,198,192)
#A3CDC7
(163,205,199)
#AFD4CE
(175,212,206)
#BBDBD5
(187,219,213)
#C7E2DC
(199,226,220)
#D3E9E3
(211,233,227)
#DFF0EA
(223,240,234)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B1AB; }

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

This text font color is #73B1AB.

Background Color

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

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

This div background color is #73B1AB.

Border color

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

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

This div border color is #73B1AB.

Opacity

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

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

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

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

This text has shadow with #73B1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B1AB.

Preview

Color preview on black background

This text has color #73B1AB on black background.


Color preview on white background

This text has color #73B1AB on white background.


Black color preview on #73B1AB background

This text has black color on #73B1AB background.


White color preview on #73B1AB background

This text has white color on #73B1AB background.


Related colors

Complementary color

Complementary color for #hex is #8C4E54.


I love getcolorcode.com

Triadic colors

1 #AB73B1 and #B1AB73 with #73B1AB are triadic colors.

2 #ABB173 and #B173AB with #73B1AB are triadic colors.