#78B1BE

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

Shades of Glacier #78B1BE

Tints of Glacier #78B1BE

Color information

#78B1BE (or 0x78B1BE) is unknown color: approx Glacier. HEX triplet: 78, B1 and BE. RGB value is (120,177,190). Sum of RGB (Red+Green+Blue) = 120+177+190=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #78B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B1BE is #874E41. Grayscale: #A1A1A1. Windows color (decimal): -8867394 or 12497272. OLE color: 12497272.

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

Color convert

RGB120177190-
CMYK0.370.0700.25
HSL191.14º35%60.78%-
HSV(B)191.14º36.84%74.51%-
XYZ32.7639.1654.55-
YUV161.44144.1298.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.64%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=24.64%
G=36.34%
B=39.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201771900.370.0700.25191.143560.78
Hex78B1BE257019bf233d
Octal1702612764570312774375
Binary1111000101100011011111010010111101100110111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,177,190); }

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

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

 a { background-color: rgb(120,177,190); }

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

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

 span { border-color: rgb(120,177,190); }

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