#80ADAD

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

Shades of Ziggurat #80ADAD

Tints of Ziggurat #80ADAD

Color information

#80ADAD (or 0x80ADAD) is unknown color: approx Ziggurat. HEX triplet: 80, AD and AD. RGB value is (128,173,173). Sum of RGB (Red+Green+Blue) = 128+173+173=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #80ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ADAD is #7F5252. Grayscale: #9F9F9F. Windows color (decimal): -8344147 or 11382144. OLE color: 11382144.

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

Color convert

RGB128173173-
CMYK0.26000.32
HSL180º21.53%59.02%-
HSV(B)180º26.01%67.84%-
XYZ31.3937.4945.12-
YUV159.54135.59105.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=27.00%
G=36.50%
B=36.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281731730.26000.3218021.5359.02
Hex80ADAD1A0020b4163b
Octal2002552553200402642673
Binary10000000101011011010110111010001000001011010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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