#78A6C6

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

Shades of Glacier #78A6C6

Tints of Glacier #78A6C6

Color information

#78A6C6 (or 0x78A6C6) is unknown color: approx Glacier. HEX triplet: 78, A6 and C6. RGB value is (120,166,198). Sum of RGB (Red+Green+Blue) = 120+166+198=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #78A6C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6C6 is #875939. Grayscale: #9B9B9B. Windows color (decimal): -8870202 or 13018744. OLE color: 13018744.

HSL color Cylindrical-coordinate representation of color #78A6C6: hue angle of 204.62º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78A6C6 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB120166198-
CMYK0.390.1600.22
HSL204.62º40.62%62.35%-
HSV(B)204.62º39.39%77.65%-
XYZ31.5735.3458.58-
YUV155.89151.76102.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.79%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 198 (77.73% from 255) = 40.91%
R=24.79%
G=34.30%
B=40.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201661980.390.1600.22204.6240.6262.35
Hex78A6C62710016cd293e
Octal17024630647200263155176
Binary111100010100110110001101001111000001011011001101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,166,198); }

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

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

 a { background-color: rgb(120,166,198); }

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

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

 span { border-color: rgb(120,166,198); }

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