#80ACAB

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

Shades of Ziggurat #80ACAB

Tints of Ziggurat #80ACAB

Color information

#80ACAB (or 0x80ACAB) is unknown color: approx Ziggurat. HEX triplet: 80, AC and AB. RGB value is (128,172,171). Sum of RGB (Red+Green+Blue) = 128+172+171=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #80ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ACAB is #7F5354. Grayscale: #9E9E9E. Windows color (decimal): -8344405 or 11250816. OLE color: 11250816.

HSL color Cylindrical-coordinate representation of color #80ACAB: hue angle of 178.64º 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 #80ACAB is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB128172171-
CMYK0.2600.010.33
HSL178.64º20.95%58.82%-
HSV(B)178.64º25.58%67.45%-
XYZ31.0137.0344.04-
YUV158.73134.92106.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=27.18%
G=36.52%
B=36.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281721710.2600.010.33178.6420.9558.82
Hex80ACAB1A0121b3153b
Octal2002542533201412632573
Binary10000000101011001010101111010011000011011001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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