#78AFBC

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

Shades of Glacier #78AFBC

Tints of Glacier #78AFBC

Color information

#78AFBC (or 0x78AFBC) is unknown color: approx Glacier. HEX triplet: 78, AF and BC. RGB value is (120,175,188). Sum of RGB (Red+Green+Blue) = 120+175+188=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #78AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFBC is #875043. Grayscale: #9F9F9F. Windows color (decimal): -8867908 or 12365688. OLE color: 12365688.

HSL color Cylindrical-coordinate representation of color #78AFBC: hue angle of 191.47º 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 #78AFBC is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120175188-
CMYK0.360.0700.26
HSL191.47º33.66%60.39%-
HSV(B)191.47º36.17%73.73%-
XYZ32.1538.2853.27-
YUV160.04143.7899.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.84%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=24.84%
G=36.23%
B=38.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201751880.360.0700.26191.4733.6660.39
Hex78AFBC24701Abf223c
Octal1702572744470322774274
Binary1111000101011111011110010010011101101010111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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