#80AEB0

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

Shades of Ziggurat #80AEB0

Tints of Ziggurat #80AEB0

Color information

#80AEB0 (or 0x80AEB0) is unknown color: approx Ziggurat. HEX triplet: 80, AE and B0. RGB value is (128,174,176). Sum of RGB (Red+Green+Blue) = 128+174+176=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 176 - color contains mainly: blue. Hex color #80AEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEB0 is #7F514F. Grayscale: #A0A0A0. Windows color (decimal): -8343888 or 11579008. OLE color: 11579008.

HSL color Cylindrical-coordinate representation of color #80AEB0: hue angle of 182.5º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AEB0 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128174176-
CMYK0.270.0100.31
HSL182.5º23.3%59.61%-
HSV(B)182.5º27.27%69.02%-
XYZ31.873846.73-
YUV160.47136.76104.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.78%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=26.78%
G=36.40%
B=36.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281741760.270.0100.31182.523.359.61
Hex80AEB01B101Fb6173c
Octal2002562603310372662774
Binary1000000010101110101100001101110111111011011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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