#86ABAA

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

Shades of Ziggurat #86ABAA

Tints of Ziggurat #86ABAA

Color information

#86ABAA (or 0x86ABAA) is unknown color: approx Ziggurat. HEX triplet: 86, AB and AA. RGB value is (134,171,170). Sum of RGB (Red+Green+Blue) = 134+171+170=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #86ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ABAA is #795455. Grayscale: #9F9F9F. Windows color (decimal): -7951446 or 11185030. OLE color: 11185030.

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

Color convert

RGB134171170-
CMYK0.2200.010.33
HSL178.38º18.05%59.8%-
HSV(B)178.38º21.64%67.06%-
XYZ31.6537.143.52-
YUV159.82133.74109.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=28.21%
G=36%
B=35.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341711700.2200.010.33178.3818.0559.8
Hex86ABAA160121b2123c
Octal2062532522601412622274
Binary10000110101010111010101010110011000011011001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86ABAA; }

 p { color: rgb(134,171,170); }

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

<style>
 a { background-color: #86ABAA; }

 a { background-color: rgb(134,171,170); }

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

<style>
 span { border-color: #86ABAA; }

 span { border-color: rgb(134,171,170); }

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