#80ADAE

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

Shades of Ziggurat #80ADAE

Tints of Ziggurat #80ADAE

Color information

#80ADAE (or 0x80ADAE) is unknown color: approx Ziggurat. HEX triplet: 80, AD and AE. RGB value is (128,173,174). Sum of RGB (Red+Green+Blue) = 128+173+174=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 174 - color contains mainly: blue. Hex color #80ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ADAE is #7F5251. Grayscale: #9F9F9F. Windows color (decimal): -8344146 or 11447680. OLE color: 11447680.

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

Color convert

RGB128173174-
CMYK0.260.0100.32
HSL181.3º22.12%59.22%-
HSV(B)181.3º26.44%68.24%-
XYZ31.4937.5345.63-
YUV159.66136.09105.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=26.95%
G=36.42%
B=36.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281731740.260.0100.32181.322.1259.22
Hex80ADAE1A1020b5163b
Octal2002552563210402652673
Binary10000000101011011010111011010101000001011010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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