#87B2AF

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

Shades of Ziggurat #87B2AF

Tints of Ziggurat #87B2AF

Color information

#87B2AF (or 0x87B2AF) is unknown color: approx Ziggurat. HEX triplet: 87, B2 and AF. RGB value is (135,178,175). Sum of RGB (Red+Green+Blue) = 135+178+175=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 178 - color contains mainly: green. Hex color #87B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87B2AF is #784D50. Grayscale: #A4A4A4. Windows color (decimal): -7884113 or 11514503. OLE color: 11514503.

HSL color Cylindrical-coordinate representation of color #87B2AF: hue angle of 175.81º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87B2AF is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB135178175-
CMYK0.2400.020.30
HSL175.81º21.83%61.37%-
HSV(B)175.81º24.16%69.8%-
XYZ33.6540.0946.52-
YUV164.8133.75106.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.66%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=27.66%
G=36.48%
B=35.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351781750.2400.020.30175.8121.8361.37
Hex87B2AF18021Eb0163d
Octal2072622573002362602675
Binary10000111101100101010111111000010111101011000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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