#78ABBF

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

Shades of Glacier #78ABBF

Tints of Glacier #78ABBF

Color information

#78ABBF (or 0x78ABBF) is unknown color: approx Glacier. HEX triplet: 78, AB and BF. RGB value is (120,171,191). Sum of RGB (Red+Green+Blue) = 120+171+191=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #78ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABBF is #875440. Grayscale: #9D9D9D. Windows color (decimal): -8868929 or 12561272. OLE color: 12561272.

HSL color Cylindrical-coordinate representation of color #78ABBF: hue angle of 196.9º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78ABBF is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120171191-
CMYK0.370.1000.25
HSL196.9º35.68%60.98%-
HSV(B)196.9º37.17%74.9%-
XYZ31.7136.8854.74-
YUV158.03146.6100.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 191 (75% from 255) = 39.63%
R=24.90%
G=35.48%
B=39.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201711910.370.1000.25196.935.6860.98
Hex78ABBF25A019c5243d
Octal17025327745120313054475
Binary11110001010101110111111100101101001100111000101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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