#78A2C0

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

Shades of Glacier #78A2C0

Tints of Glacier #78A2C0

Color information

#78A2C0 (or 0x78A2C0) is unknown color: approx Glacier. HEX triplet: 78, A2 and C0. RGB value is (120,162,192). Sum of RGB (Red+Green+Blue) = 120+162+192=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #78A2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A2C0 is #875D3F. Grayscale: #989898. Windows color (decimal): -8871232 or 12624504. OLE color: 12624504.

HSL color Cylindrical-coordinate representation of color #78A2C0: hue angle of 205º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78A2C0 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120162192-
CMYK0.380.1600.25
HSL205º36.36%61.18%-
HSV(B)205º37.5%75.29%-
XYZ30.1833.6454.77-
YUV152.86150.09104.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.32%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 192 (75.39% from 255) = 40.51%
R=25.32%
G=34.18%
B=40.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201621920.380.1600.2520536.3661.18
Hex78A2C02610019cd243d
Octal17024230046200313154475
Binary111100010100010110000001001101000001100111001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A2C0; }

 p { color: rgb(120,162,192); }

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

<style>
 a { background-color: #78A2C0; }

 a { background-color: rgb(120,162,192); }

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

<style>
 span { border-color: #78A2C0; }

 span { border-color: rgb(120,162,192); }

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