#78B5B9

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

Shades of Glacier #78B5B9

Tints of Glacier #78B5B9

Color information

#78B5B9 (or 0x78B5B9) is unknown color: approx Glacier. HEX triplet: 78, B5 and B9. RGB value is (120,181,185). Sum of RGB (Red+Green+Blue) = 120+181+185=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #78B5B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B5B9 is #874A46. Grayscale: #A3A3A3. Windows color (decimal): -8866375 or 12170616. OLE color: 12170616.

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

Color convert

RGB120181185-
CMYK0.350.0200.27
HSL183.69º31.71%59.8%-
HSV(B)183.69º35.14%72.55%-
XYZ33.0340.5451.98-
YUV163.22140.2997.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.69%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 185 (72.66% from 255) = 38.07%
R=24.69%
G=37.24%
B=38.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201811850.350.0200.27183.6931.7159.8
Hex78B5B923201Bb8203c
Octal1702652714320332704074
Binary111100010110101101110011000111001101110111000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,181,185); }

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

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

 a { background-color: rgb(120,181,185); }

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

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

 span { border-color: rgb(120,181,185); }

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