#87AC96

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

Shades of Padua #87AC96

Tints of Padua #87AC96

Color information

#87AC96 (or 0x87AC96) is unknown color: approx Padua. HEX triplet: 87, AC and 96. RGB value is (135,172,150). Sum of RGB (Red+Green+Blue) = 135+172+150=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #87AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AC96 is #785369. Grayscale: #9E9E9E. Windows color (decimal): -7885674 or 9874567. OLE color: 9874567.

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

Color convert

RGB135172150-
CMYK0.2200.130.33
HSL144.32º18.23%60.2%-
HSV(B)144.32º21.51%67.45%-
XYZ30.2536.8634.37-
YUV158.43123.24111.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.54%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=29.54%
G=37.64%
B=32.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351721500.2200.130.33144.3218.2360.2
Hex87AC96160D2190123c
Octal20725422626015412202274
Binary10000111101011001001011010110011011000011001000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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