#79A3AE

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

Shades of Ziggurat #79A3AE

Tints of Ziggurat #79A3AE

Color information

#79A3AE (or 0x79A3AE) is unknown color: approx Ziggurat. HEX triplet: 79, A3 and AE. RGB value is (121,163,174). Sum of RGB (Red+Green+Blue) = 121+163+174=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #79A3AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A3AE is #865C51. Grayscale: #979797. Windows color (decimal): -8805458 or 11445113. OLE color: 11445113.

HSL color Cylindrical-coordinate representation of color #79A3AE: hue angle of 192.45º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79A3AE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121163174-
CMYK0.300.0600.32
HSL192.45º24.65%57.84%-
HSV(B)192.45º30.46%68.24%-
XYZ28.6233.3244.97-
YUV151.7140.59106.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.42%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=26.42%
G=35.59%
B=37.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211631740.300.0600.32192.4524.6557.84
Hex79A3AE1E6020c0193a
Octal1712432563660403003172
Binary111100110100011101011101111011001000001100000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,163,174); }

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

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

 a { background-color: rgb(121,163,174); }

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

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

 span { border-color: rgb(121,163,174); }

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