#79A2C0

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

Shades of Glacier #79A2C0

Tints of Glacier #79A2C0

Color information

#79A2C0 (or 0x79A2C0) is unknown color: approx Glacier. HEX triplet: 79, A2 and C0. RGB value is (121,162,192). Sum of RGB (Red+Green+Blue) = 121+162+192=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #79A2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A2C0 is #865D3F. Grayscale: #999999. Windows color (decimal): -8805696 or 12624505. OLE color: 12624505.

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

Color convert

RGB121162192-
CMYK0.370.1600.25
HSL205.35º36.04%61.37%-
HSV(B)205.35º36.98%75.29%-
XYZ30.3233.7154.78-
YUV153.16149.92105.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.47%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=25.47%
G=34.11%
B=40.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211621920.370.1600.25205.3536.0461.37
Hex79A2C02510019cd243d
Octal17124230045200313154475
Binary111100110100010110000001001011000001100111001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A2C0; }

 p { color: rgb(121,162,192); }

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

<style>
 a { background-color: #79A2C0; }

 a { background-color: rgb(121,162,192); }

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

<style>
 span { border-color: #79A2C0; }

 span { border-color: rgb(121,162,192); }

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