COLOR #73A5B2

HEX: #73A5B2 RGB: (115,165,178)

Color info

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

RGB color model

#73A5B2 color RGB value is (115,165,178).

RGB: (115,165,178) (45%, 65%, 70%)

RGB channels and saturation

R 115 of 255 = 45%
G 165 of 255 = 65%
B 178 of 255 = 70%

115
165
178

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

Portions of RGB colors in percentages

R + G + B = 115 + 165 + 178 = 458 (100%)
R 115 of 458 ~ 25.11%
G 165 of 458 ~ 36.03%
B 178 of 458 ~ 38.86'%

%25.11
%36.03
%38.86

CMYK color model

#73A5B2 color CMYK value is (35,7,0,30).

  • cyan value is 35.39%
  • magenta value is 7.30%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (35,7,0,30)
C35M7Y0K30 (35%, 7%, 0%, 30%)
(0.35 / 0.07 / 0.00 / 0.30)

CMYK percentages

%35.39
%7.3
%0
%30.2

Codes

Color #73A5B2 in popluar color models

73 A5 B2
RGB 115 165 178
HSL 192° 29.03% 57.45%
HSB/HSV 192° 35.39% 69.80%
CMYK 35.39% 7.30% 0.00%
30.20%

Color #73A5B2 in popluar number systems.

HEX 73 A5 B2
Decimal 115 165 178
Binary 1110011 10100101 10110010
Octal 163 245 262

Shades and tints

Shades of #73A5B2

#73A5B2
(115,165,178)
#6996A2
(105,150,162)
#5F8792
(95,135,146)
#557882
(85,120,130)
#4B6972
(75,105,114)
#415A62
(65,90,98)
#374B52
(55,75,82)
#2D3C42
(45,60,66)
#232D32
(35,45,50)
#191E22
(25,30,34)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #73A5B2

#73A5B2
(115,165,178)
#7FADB9
(127,173,185)
#8BB5C0
(139,181,192)
#97BDC7
(151,189,199)
#A3C5CE
(163,197,206)
#AFCDD5
(175,205,213)
#BBD5DC
(187,213,220)
#C7DDE3
(199,221,227)
#D3E5EA
(211,229,234)
#DFEDF1
(223,237,241)
#EBF5F8
(235,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A5B2 color. Also use rgb(115,165,178) instead hex code.

Text Font Color

.myTextColor { color: #73A5B2; }

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

This text font color is #73A5B2.

Background Color

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

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

This div background color is #73A5B2.

Border color

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

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

This div border color is #73A5B2.

Opacity

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

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

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

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

This text has shadow with #73A5B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A5B2.

Preview

Color preview on black background

This text has color #73A5B2 on black background.


Color preview on white background

This text has color #73A5B2 on white background.


Black color preview on #73A5B2 background

This text has black color on #73A5B2 background.


White color preview on #73A5B2 background

This text has white color on #73A5B2 background.


Related colors

Complementary color

Complementary color for #hex is #8C5A4D.


I love getcolorcode.com

Triadic colors

1 #B273A5 and #A5B273 with #73A5B2 are triadic colors.

2 #B2A573 and #A573B2 with #73A5B2 are triadic colors.