#78B6BC

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

Shades of Glacier #78B6BC

Tints of Glacier #78B6BC

Color information

#78B6BC (or 0x78B6BC) is unknown color: approx Glacier. HEX triplet: 78, B6 and BC. RGB value is (120,182,188). Sum of RGB (Red+Green+Blue) = 120+182+188=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #78B6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B6BC is #874943. Grayscale: #A4A4A4. Windows color (decimal): -8866116 or 12367480. OLE color: 12367480.

HSL color Cylindrical-coordinate representation of color #78B6BC: hue angle of 185.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78B6BC is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120182188-
CMYK0.360.0300.26
HSL185.29º33.66%60.39%-
HSV(B)185.29º36.17%73.73%-
XYZ33.5541.0853.74-
YUV164.15141.4696.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.49%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=24.49%
G=37.14%
B=38.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201821880.360.0300.26185.2933.6660.39
Hex78B6BC24301Ab9223c
Octal1702662744430322714274
Binary111100010110110101111001001001101101010111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,182,188); }

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

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

 a { background-color: rgb(120,182,188); }

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

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

 span { border-color: rgb(120,182,188); }

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