#87B49F

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

Shades of Padua #87B49F

Tints of Padua #87B49F

Color information

#87B49F (or 0x87B49F) is unknown color: approx Padua. HEX triplet: 87, B4 and 9F. RGB value is (135,180,159). Sum of RGB (Red+Green+Blue) = 135+180+159=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #87B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B49F is #784B60. Grayscale: #A4A4A4. Windows color (decimal): -7883617 or 10466439. OLE color: 10466439.

HSL color Cylindrical-coordinate representation of color #87B49F: hue angle of 152º 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 #87B49F is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB135180159-
CMYK0.2500.120.29
HSL152º23.08%61.76%-
HSV(B)152º25%70.59%-
XYZ32.5740.338.86-
YUV164.15125.09107.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.48%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=28.48%
G=37.97%
B=33.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351801590.2500.120.2915223.0861.76
Hex87B49F190C1D98173e
Octal20726423731014352302776
Binary1000011110110100100111111100101100111011001100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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