#87AD93

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

Shades of Padua #87AD93

Tints of Padua #87AD93

Color information

#87AD93 (or 0x87AD93) is unknown color: approx Padua. HEX triplet: 87, AD and 93. RGB value is (135,173,147). Sum of RGB (Red+Green+Blue) = 135+173+147=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AD93 is #78526C. Grayscale: #9E9E9E. Windows color (decimal): -7885421 or 9678215. OLE color: 9678215.

HSL color Cylindrical-coordinate representation of color #87AD93: hue angle of 138.95º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87AD93 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB135173147-
CMYK0.2200.150.32
HSL138.95º18.81%60.39%-
HSV(B)138.95º21.97%67.84%-
XYZ30.237.1433.18-
YUV158.67121.41111.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.67%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=29.67%
G=38.02%
B=32.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351731470.2200.150.32138.9518.8160.39
Hex87AD93160F208b133c
Octal20725522326017402132374
Binary10000111101011011001001110110011111000001000101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,173,147); }

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

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

 a { background-color: rgb(135,173,147); }

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

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

 span { border-color: rgb(135,173,147); }

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