#78B2C6

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

Shades of Glacier #78B2C6

Tints of Glacier #78B2C6

Color information

#78B2C6 (or 0x78B2C6) is unknown color: approx Glacier. HEX triplet: 78, B2 and C6. RGB value is (120,178,198). Sum of RGB (Red+Green+Blue) = 120+178+198=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #78B2C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B2C6 is #874D39. Grayscale: #A2A2A2. Windows color (decimal): -8867130 or 13021816. OLE color: 13021816.

HSL color Cylindrical-coordinate representation of color #78B2C6: hue angle of 195.38º 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 #78B2C6 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB120178198-
CMYK0.390.1000.22
HSL195.38º40.62%62.35%-
HSV(B)195.38º39.39%77.65%-
XYZ33.8639.9159.35-
YUV162.94147.7897.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.19%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 198 (77.73% from 255) = 39.92%
R=24.19%
G=35.89%
B=39.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201781980.390.1000.22195.3840.6262.35
Hex78B2C627A016c3293e
Octal17026230647120263035176
Binary11110001011001011000110100111101001011011000011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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