#80A9AC

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

Shades of Ziggurat #80A9AC

Tints of Ziggurat #80A9AC

Color information

#80A9AC (or 0x80A9AC) is unknown color: approx Ziggurat. HEX triplet: 80, A9 and AC. RGB value is (128,169,172). Sum of RGB (Red+Green+Blue) = 128+169+172=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #80A9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A9AC is #7F5653. Grayscale: #9D9D9D. Windows color (decimal): -8345172 or 11315584. OLE color: 11315584.

HSL color Cylindrical-coordinate representation of color #80A9AC: hue angle of 184.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80A9AC is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128169172-
CMYK0.260.0200.33
HSL184.09º20.95%58.82%-
HSV(B)184.09º25.58%67.45%-
XYZ30.5435.9444.36-
YUV157.08136.42107.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=27.29%
G=36.03%
B=36.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281691720.260.0200.33184.0920.9558.82
Hex80A9AC1A2021b8153b
Octal2002512543220412702573
Binary100000001010100110101100110101001000011011100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A9AC; }

 p { color: rgb(128,169,172); }

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

<style>
 a { background-color: #80A9AC; }

 a { background-color: rgb(128,169,172); }

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

<style>
 span { border-color: #80A9AC; }

 span { border-color: rgb(128,169,172); }

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