#80ABAB

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

Shades of Ziggurat #80ABAB

Tints of Ziggurat #80ABAB

Color information

#80ABAB (or 0x80ABAB) is unknown color: approx Ziggurat. HEX triplet: 80, AB and AB. RGB value is (128,171,171). Sum of RGB (Red+Green+Blue) = 128+171+171=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #80ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ABAB is #7F5454. Grayscale: #9E9E9E. Windows color (decimal): -8344661 or 11250560. OLE color: 11250560.

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

Color convert

RGB128171171-
CMYK0.25000.33
HSL180º20.38%58.63%-
HSV(B)180º25.15%67.06%-
XYZ30.8236.6643.98-
YUV158.14135.25106.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=27.23%
G=36.38%
B=36.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281711710.25000.3318020.3858.63
Hex80ABAB190021b4143b
Octal2002532533100412642473
Binary10000000101010111010101111001001000011011010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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