#78C2C6

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

Shades of Glacier #78C2C6

Tints of Glacier #78C2C6

Color information

#78C2C6 (or 0x78C2C6) is unknown color: approx Glacier. HEX triplet: 78, C2 and C6. RGB value is (120,194,198). Sum of RGB (Red+Green+Blue) = 120+194+198=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #78C2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2C6 is #873D39. Grayscale: #ACACAC. Windows color (decimal): -8863034 or 13025912. OLE color: 13025912.

HSL color Cylindrical-coordinate representation of color #78C2C6: hue angle of 183.08º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C2C6 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB120194198-
CMYK0.390.0200.22
HSL183.08º40.62%62.35%-
HSV(B)183.08º39.39%77.65%-
XYZ37.2346.6560.47-
YUV172.33142.4890.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.44%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=23.44%
G=37.89%
B=38.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201941980.390.0200.22183.0840.6262.35
Hex78C2C6272016b7293e
Octal1703023064720262675176
Binary111100011000010110001101001111001011010110111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,194,198); }

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

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

 a { background-color: rgb(120,194,198); }

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

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

 span { border-color: rgb(120,194,198); }

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