#87B49D

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

Shades of Padua #87B49D

Tints of Padua #87B49D

Color information

#87B49D (or 0x87B49D) is unknown color: approx Padua. HEX triplet: 87, B4 and 9D. RGB value is (135,180,157). Sum of RGB (Red+Green+Blue) = 135+180+157=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #87B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B49D is #784B62. Grayscale: #A3A3A3. Windows color (decimal): -7883619 or 10335367. OLE color: 10335367.

HSL color Cylindrical-coordinate representation of color #87B49D: hue angle of 149.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87B49D is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB135180157-
CMYK0.2500.130.29
HSL149.33º23.08%61.76%-
HSV(B)149.33º25%70.59%-
XYZ32.440.2337.96-
YUV163.92124.09107.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.60%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=28.60%
G=38.14%
B=33.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351801570.2500.130.29149.3323.0861.76
Hex87B49D190D1D95173e
Octal20726423531015352252776
Binary1000011110110100100111011100101101111011001010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,180,157); }

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

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

 a { background-color: rgb(135,180,157); }

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

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

 span { border-color: rgb(135,180,157); }

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