#88ACAB

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

Shades of Ziggurat #88ACAB

Tints of Ziggurat #88ACAB

Color information

#88ACAB (or 0x88ACAB) is unknown color: approx Ziggurat. HEX triplet: 88, AC and AB. RGB value is (136,172,171). Sum of RGB (Red+Green+Blue) = 136+172+171=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #88ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ACAB is #775354. Grayscale: #A1A1A1. Windows color (decimal): -7820117 or 11250824. OLE color: 11250824.

HSL color Cylindrical-coordinate representation of color #88ACAB: hue angle of 178.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88ACAB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB136172171-
CMYK0.2100.010.33
HSL178.33º17.82%60.39%-
HSV(B)178.33º20.93%67.45%-
XYZ32.2637.6844.1-
YUV161.12133.57110.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=28.39%
G=35.91%
B=35.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361721710.2100.010.33178.3317.8260.39
Hex88ACAB150121b2123c
Octal2102542532501412622274
Binary10001000101011001010101110101011000011011001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88ACAB; }

 p { color: rgb(136,172,171); }

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

<style>
 a { background-color: #88ACAB; }

 a { background-color: rgb(136,172,171); }

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

<style>
 span { border-color: #88ACAB; }

 span { border-color: rgb(136,172,171); }

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