#73ACBF

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

Shades of Glacier #73ACBF

Tints of Glacier #73ACBF

Color information

#73ACBF (or 0x73ACBF) is unknown color: approx Glacier. HEX triplet: 73, AC and BF. RGB value is (115,172,191). Sum of RGB (Red+Green+Blue) = 115+172+191=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #73ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACBF is #8C5340. Grayscale: #9C9C9C. Windows color (decimal): -9196353 or 12561523. OLE color: 12561523.

HSL color Cylindrical-coordinate representation of color #73ACBF: hue angle of 195º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73ACBF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115172191-
CMYK0.400.1000.25
HSL195º37.25%60%-
HSV(B)195º39.79%74.9%-
XYZ31.2336.9154.77-
YUV157.12147.1297.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.06%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 191 (75% from 255) = 39.96%
R=24.06%
G=35.98%
B=39.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151721910.400.1000.2519537.2560
Hex73ACBF28A019c3253c
Octal16325427750120313034574
Binary11100111010110010111111101000101001100111000011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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