#80AAAF

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

Shades of Ziggurat #80AAAF

Tints of Ziggurat #80AAAF

Color information

#80AAAF (or 0x80AAAF) is unknown color: approx Ziggurat. HEX triplet: 80, AA and AF. RGB value is (128,170,175). Sum of RGB (Red+Green+Blue) = 128+170+175=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #80AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAAF is #7F5550. Grayscale: #9D9D9D. Windows color (decimal): -8344913 or 11512448. OLE color: 11512448.

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

Color convert

RGB128170175-
CMYK0.270.0300.31
HSL186.38º22.71%59.41%-
HSV(B)186.38º26.86%68.63%-
XYZ31.0136.4345.96-
YUV158.01137.59106.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=27.06%
G=35.94%
B=37.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281701750.270.0300.31186.3822.7159.41
Hex80AAAF1B301Fba173b
Octal2002522573330372722773
Binary10000000101010101010111111011110111111011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,170,175); }

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

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

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

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

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

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

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