#78ACBB

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

Shades of Glacier #78ACBB

Tints of Glacier #78ACBB

Color information

#78ACBB (or 0x78ACBB) is unknown color: approx Glacier. HEX triplet: 78, AC and BB. RGB value is (120,172,187). Sum of RGB (Red+Green+Blue) = 120+172+187=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #78ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACBB is #875344. Grayscale: #9E9E9E. Windows color (decimal): -8868677 or 12299384. OLE color: 12299384.

HSL color Cylindrical-coordinate representation of color #78ACBB: hue angle of 193.43º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78ACBB is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120172187-
CMYK0.360.0800.27
HSL193.43º33%60.2%-
HSV(B)193.43º35.83%73.33%-
XYZ31.4737.0952.51-
YUV158.16144.27100.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.05%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=25.05%
G=35.91%
B=39.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201721870.360.0800.27193.433360.2
Hex78ACBB24801Bc1213c
Octal17025427344100333014174
Binary11110001010110010111011100100100001101111000001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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