#78B6C0

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

Shades of Glacier #78B6C0

Tints of Glacier #78B6C0

Color information

#78B6C0 (or 0x78B6C0) is unknown color: approx Glacier. HEX triplet: 78, B6 and C0. RGB value is (120,182,192). Sum of RGB (Red+Green+Blue) = 120+182+192=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #78B6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B6C0 is #87493F. Grayscale: #A4A4A4. Windows color (decimal): -8866112 or 12629624. OLE color: 12629624.

HSL color Cylindrical-coordinate representation of color #78B6C0: hue angle of 188.33º 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 #78B6C0 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120182192-
CMYK0.380.0500.25
HSL188.33º36.36%61.18%-
HSV(B)188.33º37.5%75.29%-
XYZ33.9941.2556.04-
YUV164.6143.4696.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.29%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=24.29%
G=36.84%
B=38.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201821920.380.0500.25188.3336.3661.18
Hex78B6C0265019bc243d
Octal1702663004650312744475
Binary1111000101101101100000010011010101100110111100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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