#87ABA8

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

Shades of Ziggurat #87ABA8

Tints of Ziggurat #87ABA8

Color information

#87ABA8 (or 0x87ABA8) is unknown color: approx Ziggurat. HEX triplet: 87, AB and A8. RGB value is (135,171,168). Sum of RGB (Red+Green+Blue) = 135+171+168=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #87ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABA8 is #785457. Grayscale: #9F9F9F. Windows color (decimal): -7885912 or 11053959. OLE color: 11053959.

HSL color Cylindrical-coordinate representation of color #87ABA8: hue angle of 175º 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 #87ABA8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB135171168-
CMYK0.2100.020.33
HSL175º17.65%60%-
HSV(B)175º21.05%67.06%-
XYZ31.6237.142.54-
YUV159.89132.57110.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.48%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 168 (66.02% from 255) = 35.44%
R=28.48%
G=36.08%
B=35.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351711680.2100.020.3317517.6560
Hex87ABA8150221af123c
Octal2072532502502412572274
Binary100001111010101110101000101010101000011010111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87ABA8; }

 p { color: rgb(135,171,168); }

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

<style>
 a { background-color: #87ABA8; }

 a { background-color: rgb(135,171,168); }

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

<style>
 span { border-color: #87ABA8; }

 span { border-color: rgb(135,171,168); }

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