#78BABF

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

Shades of Glacier #78BABF

Tints of Glacier #78BABF

Color information

#78BABF (or 0x78BABF) is unknown color: approx Glacier. HEX triplet: 78, BA and BF. RGB value is (120,186,191). Sum of RGB (Red+Green+Blue) = 120+186+191=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #78BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BABF is #874540. Grayscale: #A6A6A6. Windows color (decimal): -8865089 or 12565112. OLE color: 12565112.

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

Color convert

RGB120186191-
CMYK0.370.0300.25
HSL184.23º35.68%60.98%-
HSV(B)184.23º37.17%74.9%-
XYZ34.7142.8755.74-
YUV166.84141.6394.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.14%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 191 (75% from 255) = 38.43%
R=24.14%
G=37.42%
B=38.43%

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
Decimal1201861910.370.0300.25184.2335.6860.98
Hex78BABF253019b8243d
Octal1702722774530312704475
Binary111100010111010101111111001011101100110111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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