#78BABE

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

Shades of Glacier #78BABE

Tints of Glacier #78BABE

Color information

#78BABE (or 0x78BABE) is unknown color: approx Glacier. HEX triplet: 78, BA and BE. RGB value is (120,186,190). Sum of RGB (Red+Green+Blue) = 120+186+190=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #78BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BABE is #874541. Grayscale: #A6A6A6. Windows color (decimal): -8865090 or 12499576. OLE color: 12499576.

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

Color convert

RGB120186190-
CMYK0.370.0200.25
HSL183.43º35%60.78%-
HSV(B)183.43º36.84%74.51%-
XYZ34.642.8355.16-
YUV166.72141.1394.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.19%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=24.19%
G=37.5%
B=38.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201861900.370.0200.25183.433560.78
Hex78BABE252019b7233d
Octal1702722764520312674375
Binary111100010111010101111101001011001100110110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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