#78B8BE

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

Shades of Glacier #78B8BE

Tints of Glacier #78B8BE

Color information

#78B8BE (or 0x78B8BE) is unknown color: approx Glacier. HEX triplet: 78, B8 and BE. RGB value is (120,184,190). Sum of RGB (Red+Green+Blue) = 120+184+190=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #78B8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B8BE is #874741. Grayscale: #A5A5A5. Windows color (decimal): -8865602 or 12499064. OLE color: 12499064.

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

Color convert

RGB120184190-
CMYK0.370.0300.25
HSL185.14º35%60.78%-
HSV(B)185.14º36.84%74.51%-
XYZ34.1841.9955.02-
YUV165.55141.895.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.29%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=24.29%
G=37.25%
B=38.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201841900.370.0300.25185.143560.78
Hex78B8BE253019b9233d
Octal1702702764530312714375
Binary111100010111000101111101001011101100110111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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