#78ACC2

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

Shades of Glacier #78ACC2

Tints of Glacier #78ACC2

Color information

#78ACC2 (or 0x78ACC2) is unknown color: approx Glacier. HEX triplet: 78, AC and C2. RGB value is (120,172,194). Sum of RGB (Red+Green+Blue) = 120+172+194=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #78ACC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACC2 is #87533D. Grayscale: #9E9E9E. Windows color (decimal): -8868670 or 12758136. OLE color: 12758136.

HSL color Cylindrical-coordinate representation of color #78ACC2: hue angle of 197.84º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78ACC2 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120172194-
CMYK0.380.1100.24
HSL197.84º37.76%61.57%-
HSV(B)197.84º38.14%76.08%-
XYZ32.2437.3956.56-
YUV158.96147.77100.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.69%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=24.69%
G=35.39%
B=39.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201721940.380.1100.24197.8437.7661.57
Hex78ACC226B018c6263e
Octal17025430246130303064676
Binary11110001010110011000010100110101101100011000110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,172,194); }

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

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

 a { background-color: rgb(120,172,194); }

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

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

 span { border-color: rgb(120,172,194); }

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