#87AFAF

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

Shades of Ziggurat #87AFAF

Tints of Ziggurat #87AFAF

Color information

#87AFAF (or 0x87AFAF) is unknown color: approx Ziggurat. HEX triplet: 87, AF and AF. RGB value is (135,175,175). Sum of RGB (Red+Green+Blue) = 135+175+175=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #87AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AFAF is #785050. Grayscale: #A3A3A3. Windows color (decimal): -7884881 or 11513735. OLE color: 11513735.

HSL color Cylindrical-coordinate representation of color #87AFAF: hue angle of 180º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87AFAF is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135175175-
CMYK0.23000.31
HSL180º20%60.78%-
HSV(B)180º22.86%68.63%-
XYZ33.0638.9146.32-
YUV163.04134.75108-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.84%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=27.84%
G=36.08%
B=36.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351751750.23000.311802060.78
Hex87AFAF17001Fb4143d
Octal2072572572700372642475
Binary1000011110101111101011111011100111111011010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,175,175); }

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

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

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

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

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

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

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