#73ACBA

Color #73ACBA Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #73ACBA

Tints of Glacier #73ACBA

Color information

#73ACBA (or 0x73ACBA) is unknown color: approx Glacier. HEX triplet: 73, AC and BA. RGB value is (115,172,186). Sum of RGB (Red+Green+Blue) = 115+172+186=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #73ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACBA is #8C5345. Grayscale: #9C9C9C. Windows color (decimal): -9196358 or 12233843. OLE color: 12233843.

HSL color Cylindrical-coordinate representation of color #73ACBA: hue angle of 191.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73ACBA is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115172186-
CMYK0.380.0800.27
HSL191.83º33.97%59.02%-
HSV(B)191.83º38.17%72.94%-
XYZ30.6936.751.92-
YUV156.55144.6298.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 24.31%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=24.31%
G=36.36%
B=39.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151721860.380.0800.27191.8333.9759.02
Hex73ACBA26801Bc0223b
Octal16325427246100333004273
Binary11100111010110010111010100110100001101111000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73ACBA; }

 p { color: rgb(115,172,186); }

 H1.HeaderClassName
 {
   color: #73ACBA;
 }
 .AnyTagClassName
 {
   color: #73ACBA;
 }
</style>
background-color css

<style>
 a { background-color: #73ACBA; }

 a { background-color: rgb(115,172,186); }

 div.DivClassName
 {
   background-color: #73ACBA;
 }
 .BgClassName
 {
   background-color: #73ACBA;
 }
</style>
border-color css

<style>
 span { border-color: #73ACBA; }

 span { border-color: rgb(115,172,186); }

 td.TdClassName
 {
   border-color: #73ACBA;
 }
 .TagClassName
 {
   border-color: #73ACBA;
 }
</style>