COLOR #73ABAE

HEX: #73ABAE RGB: (115,171,174)

Color info

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

RGB color model

#73ABAE color RGB value is (115,171,174).

RGB: (115,171,174) (45%, 67%, 68%)

RGB channels and saturation

R 115 of 255 = 45%
G 171 of 255 = 67%
B 174 of 255 = 68%

115
171
174

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

Portions of RGB colors in percentages

R + G + B = 115 + 171 + 174 = 460 (100%)
R 115 of 460 ~ 25%
G 171 of 460 ~ 37.17%
B 174 of 460 ~ 37.83'%

%25
%37.17
%37.83

CMYK color model

#73ABAE color CMYK value is (34,2,0,32).

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

CMYK: (34,2,0,32)
C34M2Y0K32 (34%, 2%, 0%, 32%)
(0.34 / 0.02 / 0.00 / 0.32)

CMYK percentages

%33.91
%1.72
%0
%31.76

Codes

Color #73ABAE in popluar color models

73 AB AE
RGB 115 171 174
HSL 183° 26.70% 56.67%
HSB/HSV 183° 33.91% 68.24%
CMYK 33.91% 1.72% 0.00%
31.76%

Color #73ABAE in popluar number systems.

HEX 73 AB AE
Decimal 115 171 174
Binary 1110011 10101011 10101110
Octal 163 253 256

Shades and tints

Shades of #73ABAE

#73ABAE
(115,171,174)
#699C9F
(105,156,159)
#5F8D90
(95,141,144)
#557E81
(85,126,129)
#4B6F72
(75,111,114)
#416063
(65,96,99)
#375154
(55,81,84)
#2D4245
(45,66,69)
#233336
(35,51,54)
#192427
(25,36,39)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #73ABAE

#73ABAE
(115,171,174)
#7FB2B5
(127,178,181)
#8BB9BC
(139,185,188)
#97C0C3
(151,192,195)
#A3C7CA
(163,199,202)
#AFCED1
(175,206,209)
#BBD5D8
(187,213,216)
#C7DCDF
(199,220,223)
#D3E3E6
(211,227,230)
#DFEAED
(223,234,237)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73ABAE; }

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

This text font color is #73ABAE.

Background Color

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

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

This div background color is #73ABAE.

Border color

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

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

This div border color is #73ABAE.

Opacity

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

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

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

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

This text has shadow with #73ABAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73ABAE.

Preview

Color preview on black background

This text has color #73ABAE on black background.


Color preview on white background

This text has color #73ABAE on white background.


Black color preview on #73ABAE background

This text has black color on #73ABAE background.


White color preview on #73ABAE background

This text has white color on #73ABAE background.


Related colors

Complementary color

Complementary color for #hex is #8C5451.


I love getcolorcode.com

Triadic colors

1 #AE73AB and #ABAE73 with #73ABAE are triadic colors.

2 #AEAB73 and #AB73AE with #73ABAE are triadic colors.