#78BABB

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

Shades of Glacier #78BABB

Tints of Glacier #78BABB

Color information

#78BABB (or 0x78BABB) is unknown color: approx Glacier. HEX triplet: 78, BA and BB. RGB value is (120,186,187). Sum of RGB (Red+Green+Blue) = 120+186+187=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #78BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BABB is #874544. Grayscale: #A6A6A6. Windows color (decimal): -8865093 or 12302968. OLE color: 12302968.

HSL color Cylindrical-coordinate representation of color #78BABB: hue angle of 180.9º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BABB is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120186187-
CMYK0.360.0100.27
HSL180.9º33%60.2%-
HSV(B)180.9º35.83%73.33%-
XYZ34.2742.753.45-
YUV166.38139.6394.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.34%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=24.34%
G=37.73%
B=37.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201861870.360.0100.27180.93360.2
Hex78BABB24101Bb5213c
Octal1702722734410332654174
Binary11110001011101010111011100100101101110110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,186,187); }

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

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

 a { background-color: rgb(120,186,187); }

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

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

 span { border-color: rgb(120,186,187); }

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