#87AC95

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

Shades of Padua #87AC95

Tints of Padua #87AC95

Color information

#87AC95 (or 0x87AC95) is unknown color: approx Padua. HEX triplet: 87, AC and 95. RGB value is (135,172,149). Sum of RGB (Red+Green+Blue) = 135+172+149=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #87AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AC95 is #78536A. Grayscale: #9E9E9E. Windows color (decimal): -7885675 or 9809031. OLE color: 9809031.

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

Color convert

RGB135172149-
CMYK0.2200.130.33
HSL142.7º18.23%60.2%-
HSV(B)142.7º21.51%67.45%-
XYZ30.1736.8333.95-
YUV158.32122.74111.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.61%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=29.61%
G=37.72%
B=32.68%

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
Decimal1351721490.2200.130.33142.718.2360.2
Hex87AC95160D218f123c
Octal20725422526015412172274
Binary10000111101011001001010110110011011000011000111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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