#79AAB4

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

Shades of Glacier #79AAB4

Tints of Glacier #79AAB4

Color information

#79AAB4 (or 0x79AAB4) is unknown color: approx Glacier. HEX triplet: 79, AA and B4. RGB value is (121,170,180). Sum of RGB (Red+Green+Blue) = 121+170+180=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #79AAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AAB4 is #86554B. Grayscale: #9C9C9C. Windows color (decimal): -8803660 or 11840121. OLE color: 11840121.

HSL color Cylindrical-coordinate representation of color #79AAB4: hue angle of 190.17º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79AAB4 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB121170180-
CMYK0.330.0600.29
HSL190.17º28.23%59.02%-
HSV(B)190.17º32.78%70.59%-
XYZ30.536.1148.54-
YUV156.49141.27102.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=25.69%
G=36.09%
B=38.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211701800.330.0600.29190.1728.2359.02
Hex79AAB421601Dbe1c3b
Octal1712522644160352763473
Binary111100110101010101101001000011100111011011111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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