#78ABBA

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

Shades of Glacier #78ABBA

Tints of Glacier #78ABBA

Color information

#78ABBA (or 0x78ABBA) is unknown color: approx Glacier. HEX triplet: 78, AB and BA. RGB value is (120,171,186). Sum of RGB (Red+Green+Blue) = 120+171+186=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #78ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABBA is #875445. Grayscale: #9D9D9D. Windows color (decimal): -8868934 or 12233592. OLE color: 12233592.

HSL color Cylindrical-coordinate representation of color #78ABBA: hue angle of 193.64º 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 #78ABBA is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120171186-
CMYK0.350.0800.27
HSL193.64º32.35%60%-
HSV(B)193.64º35.48%72.94%-
XYZ31.1736.6651.89-
YUV157.46144.1101.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.16%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=25.16%
G=35.85%
B=38.99%

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
Decimal1201711860.350.0800.27193.6432.3560
Hex78ABBA23801Bc2203c
Octal17025327243100333024074
Binary11110001010101110111010100011100001101111000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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