#80ACAF

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

Shades of Ziggurat #80ACAF

Tints of Ziggurat #80ACAF

Color information

#80ACAF (or 0x80ACAF) is unknown color: approx Ziggurat. HEX triplet: 80, AC and AF. RGB value is (128,172,175). Sum of RGB (Red+Green+Blue) = 128+172+175=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #80ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ACAF is #7F5350. Grayscale: #9F9F9F. Windows color (decimal): -8344401 or 11512960. OLE color: 11512960.

HSL color Cylindrical-coordinate representation of color #80ACAF: hue angle of 183.83º 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 #80ACAF is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128172175-
CMYK0.270.0200.31
HSL183.83º22.71%59.41%-
HSV(B)183.83º26.86%68.63%-
XYZ31.3937.1946.08-
YUV159.19136.92105.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=26.95%
G=36.21%
B=36.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281721750.270.0200.31183.8322.7159.41
Hex80ACAF1B201Fb8173b
Octal2002542573320372702773
Binary10000000101011001010111111011100111111011100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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