#79A4AE

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

Shades of Ziggurat #79A4AE

Tints of Ziggurat #79A4AE

Color information

#79A4AE (or 0x79A4AE) is unknown color: approx Ziggurat. HEX triplet: 79, A4 and AE. RGB value is (121,164,174). Sum of RGB (Red+Green+Blue) = 121+164+174=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #79A4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A4AE is #865B51. Grayscale: #989898. Windows color (decimal): -8805202 or 11445369. OLE color: 11445369.

HSL color Cylindrical-coordinate representation of color #79A4AE: hue angle of 191.32º 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 #79A4AE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121164174-
CMYK0.300.0600.32
HSL191.32º24.65%57.84%-
HSV(B)191.32º30.46%68.24%-
XYZ28.833.6745.03-
YUV152.28140.25105.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=26.36%
G=35.73%
B=37.91%

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
Decimal1211641740.300.0600.32191.3224.6557.84
Hex79A4AE1E6020bf193a
Octal1712442563660402773172
Binary111100110100100101011101111011001000001011111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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