#78ACBA

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

Shades of Glacier #78ACBA

Tints of Glacier #78ACBA

Color information

#78ACBA (or 0x78ACBA) is unknown color: approx Glacier. HEX triplet: 78, AC and BA. RGB value is (120,172,186). Sum of RGB (Red+Green+Blue) = 120+172+186=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #78ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACBA is #875345. Grayscale: #9D9D9D. Windows color (decimal): -8868678 or 12233848. OLE color: 12233848.

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

Color convert

RGB120172186-
CMYK0.350.0800.27
HSL192.73º32.35%60%-
HSV(B)192.73º35.48%72.94%-
XYZ31.3637.0451.95-
YUV158.05143.77100.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.10%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=25.10%
G=35.98%
B=38.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201721860.350.0800.27192.7332.3560
Hex78ACBA23801Bc1203c
Octal17025427243100333014074
Binary11110001010110010111010100011100001101111000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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