#87AC97

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

Shades of Padua #87AC97

Tints of Padua #87AC97

Color information

#87AC97 (or 0x87AC97) is unknown color: approx Padua. HEX triplet: 87, AC and 97. RGB value is (135,172,151). Sum of RGB (Red+Green+Blue) = 135+172+151=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #87AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AC97 is #785368. Grayscale: #9E9E9E. Windows color (decimal): -7885673 or 9940103. OLE color: 9940103.

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

Color convert

RGB135172151-
CMYK0.2200.120.33
HSL145.95º18.23%60.2%-
HSV(B)145.95º21.51%67.45%-
XYZ30.3336.8934.8-
YUV158.54123.74111.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.48%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=29.48%
G=37.55%
B=32.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351721510.2200.120.33145.9518.2360.2
Hex87AC97160C2192123c
Octal20725422726014412222274
Binary10000111101011001001011110110011001000011001001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,172,151); }

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

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

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

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

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

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

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