#87AA98

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

Shades of Padua #87AA98

Tints of Padua #87AA98

Color information

#87AA98 (or 0x87AA98) is unknown color: approx Padua. HEX triplet: 87, AA and 98. RGB value is (135,170,152). Sum of RGB (Red+Green+Blue) = 135+170+152=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #87AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AA98 is #785567. Grayscale: #9D9D9D. Windows color (decimal): -7886184 or 10005127. OLE color: 10005127.

HSL color Cylindrical-coordinate representation of color #87AA98: hue angle of 149.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87AA98 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB135170152-
CMYK0.2100.110.33
HSL149.14º17.07%59.8%-
HSV(B)149.14º20.59%66.67%-
XYZ30.0336.1735.1-
YUV157.48124.9111.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.54%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=29.54%
G=37.20%
B=33.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351701520.2100.110.33149.1417.0759.8
Hex87AA98150B2195113c
Octal20725223025013412252174
Binary10000111101010101001100010101010111000011001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,170,152); }

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

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

 a { background-color: rgb(135,170,152); }

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

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

 span { border-color: rgb(135,170,152); }

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