#78BAC2

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

Shades of Glacier #78BAC2

Tints of Glacier #78BAC2

Color information

#78BAC2 (or 0x78BAC2) is unknown color: approx Glacier. HEX triplet: 78, BA and C2. RGB value is (120,186,194). Sum of RGB (Red+Green+Blue) = 120+186+194=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #78BAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAC2 is #87453D. Grayscale: #A7A7A7. Windows color (decimal): -8865086 or 12761720. OLE color: 12761720.

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

Color convert

RGB120186194-
CMYK0.380.0400.24
HSL186.49º37.76%61.57%-
HSV(B)186.49º38.14%76.08%-
XYZ35.0443.0157.49-
YUV167.18143.1394.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 194 (76.17% from 255) = 38.8%
R=24%
G=37.2%
B=38.8%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201861940.380.0400.24186.4937.7661.57
Hex78BAC2264018ba263e
Octal1702723024640302724676
Binary1111000101110101100001010011010001100010111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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