#87B0AE

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

Shades of Ziggurat #87B0AE

Tints of Ziggurat #87B0AE

Color information

#87B0AE (or 0x87B0AE) is unknown color: approx Ziggurat. HEX triplet: 87, B0 and AE. RGB value is (135,176,174). Sum of RGB (Red+Green+Blue) = 135+176+174=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #87B0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87B0AE is #784F51. Grayscale: #A3A3A3. Windows color (decimal): -7884626 or 11448455. OLE color: 11448455.

HSL color Cylindrical-coordinate representation of color #87B0AE: hue angle of 177.07º degrees, saturation: 0.21, 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 #87B0AE is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB135176174-
CMYK0.2300.010.31
HSL177.07º20.6%60.98%-
HSV(B)177.07º23.3%69.02%-
XYZ33.1639.2645.87-
YUV163.51133.92107.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.84%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=27.84%
G=36.29%
B=35.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351761740.2300.010.31177.0720.660.98
Hex87B0AE17011Fb1153d
Octal2072602562701372612575
Binary1000011110110000101011101011101111111011000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,176,174); }

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

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

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

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

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

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

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