COLOR #73A2BF

HEX: #73A2BF RGB: (115,162,191)

Color info

#73A2BF contains mainly green and blue colors. Web safe color of #73A2BF is #6699CC (or #69C).

RGB color model

#73A2BF color RGB value is (115,162,191).

RGB: (115,162,191) (45%, 64%, 75%)

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 191 of 255 = 75%

115
162
191

R + G + B ~ 61%. #73A2BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 162 + 191 = 468 (100%)
R 115 of 468 ~ 24.57%
G 162 of 468 ~ 34.62%
B 191 of 468 ~ 40.81'%

%24.57
%34.62
%40.81

CMYK color model

#73A2BF color CMYK value is (40,15,0,25).

  • cyan value is 39.79%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (40,15,0,25)
C40M15Y0K25 (40%, 15%, 0%, 25%)
(0.40 / 0.15 / 0.00 / 0.25)

CMYK percentages

%39.79
%15.18
%0
%25.1

Codes

Color #73A2BF in popluar color models

73 A2 BF
RGB 115 162 191
HSL 203° 37.25% 60.00%
HSB/HSV 203° 39.79% 74.90%
CMYK 39.79% 15.18% 0.00%
25.10%

Color #73A2BF in popluar number systems.

HEX 73 A2 BF
Decimal 115 162 191
Binary 1110011 10100010 10111111
Octal 163 242 277

Shades and tints

Shades of #73A2BF

#73A2BF
(115,162,191)
#6994AE
(105,148,174)
#5F869D
(95,134,157)
#55788C
(85,120,140)
#4B6A7B
(75,106,123)
#415C6A
(65,92,106)
#374E59
(55,78,89)
#2D4048
(45,64,72)
#233237
(35,50,55)
#192426
(25,36,38)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #73A2BF

#73A2BF
(115,162,191)
#7FAAC4
(127,170,196)
#8BB2C9
(139,178,201)
#97BACE
(151,186,206)
#A3C2D3
(163,194,211)
#AFCAD8
(175,202,216)
#BBD2DD
(187,210,221)
#C7DAE2
(199,218,226)
#D3E2E7
(211,226,231)
#DFEAEC
(223,234,236)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A2BF color. Also use rgb(115,162,191) instead hex code.

Text Font Color

.myTextColor { color: #73A2BF; }

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

This text font color is #73A2BF.

Background Color

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

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

This div background color is #73A2BF.

Border color

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

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

This div border color is #73A2BF.

Opacity

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

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

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

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

This text has shadow with #73A2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A2BF.

Preview

Color preview on black background

This text has color #73A2BF on black background.


Color preview on white background

This text has color #73A2BF on white background.


Black color preview on #73A2BF background

This text has black color on #73A2BF background.


White color preview on #73A2BF background

This text has white color on #73A2BF background.


Related colors

Complementary color

Complementary color for #hex is #8C5D40.


I love getcolorcode.com

Triadic colors

1 #BF73A2 and #A2BF73 with #73A2BF are triadic colors.

2 #BFA273 and #A273BF with #73A2BF are triadic colors.