#78B0BF

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

Shades of Glacier #78B0BF

Tints of Glacier #78B0BF

Color information

#78B0BF (or 0x78B0BF) is unknown color: approx Glacier. HEX triplet: 78, B0 and BF. RGB value is (120,176,191). Sum of RGB (Red+Green+Blue) = 120+176+191=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #78B0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B0BF is #874F40. Grayscale: #A0A0A0. Windows color (decimal): -8867649 or 12562552. OLE color: 12562552.

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

Color convert

RGB120176191-
CMYK0.370.0800.25
HSL192.68º35.68%60.98%-
HSV(B)192.68º37.17%74.9%-
XYZ32.6838.8155.06-
YUV160.97144.9598.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.64%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 191 (75% from 255) = 39.22%
R=24.64%
G=36.14%
B=39.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201761910.370.0800.25192.6835.6860.98
Hex78B0BF258019c1243d
Octal17026027745100313014475
Binary11110001011000010111111100101100001100111000001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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