#79AAC0

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

Shades of Glacier #79AAC0

Tints of Glacier #79AAC0

Color information

#79AAC0 (or 0x79AAC0) is unknown color: approx Glacier. HEX triplet: 79, AA and C0. RGB value is (121,170,192). Sum of RGB (Red+Green+Blue) = 121+170+192=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #79AAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AAC0 is #86553F. Grayscale: #9D9D9D. Windows color (decimal): -8803648 or 12626553. OLE color: 12626553.

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

Color convert

RGB121170192-
CMYK0.370.1100.25
HSL198.59º36.04%61.37%-
HSV(B)198.59º36.98%75.29%-
XYZ31.7736.6255.26-
YUV157.86147.27101.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 192 (75.39% from 255) = 39.75%
R=25.05%
G=35.20%
B=39.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211701920.370.1100.25198.5936.0461.37
Hex79AAC025B019c7243d
Octal17125230045130313074475
Binary11110011010101011000000100101101101100111000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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