#80ABAF

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

Shades of Ziggurat #80ABAF

Tints of Ziggurat #80ABAF

Color information

#80ABAF (or 0x80ABAF) is unknown color: approx Ziggurat. HEX triplet: 80, AB and AF. RGB value is (128,171,175). Sum of RGB (Red+Green+Blue) = 128+171+175=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #80ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ABAF is #7F5450. Grayscale: #9E9E9E. Windows color (decimal): -8344657 or 11512704. OLE color: 11512704.

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

Color convert

RGB128171175-
CMYK0.270.0200.31
HSL185.11º22.71%59.41%-
HSV(B)185.11º26.86%68.63%-
XYZ31.236.8146.02-
YUV158.6137.25106.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=27.00%
G=36.08%
B=36.92%

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
Decimal1281711750.270.0200.31185.1122.7159.41
Hex80ABAF1B201Fb9173b
Octal2002532573320372712773
Binary10000000101010111010111111011100111111011100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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