#87B7A0

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

Shades of Padua #87B7A0

Tints of Padua #87B7A0

Color information

#87B7A0 (or 0x87B7A0) is unknown color: approx Padua. HEX triplet: 87, B7 and A0. RGB value is (135,183,160). Sum of RGB (Red+Green+Blue) = 135+183+160=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #87B7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B7A0 is #78485F. Grayscale: #A6A6A6. Windows color (decimal): -7882848 or 10532743. OLE color: 10532743.

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

Color convert

RGB135183160-
CMYK0.2600.130.28
HSL151.25º25%62.35%-
HSV(B)151.25º26.23%71.76%-
XYZ33.2741.5639.53-
YUV166.03124.6105.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=28.24%
G=38.28%
B=33.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1351831600.2600.130.28151.252562.35
Hex87B7A01A0D1C97193e
Octal20726724032015342273176
Binary1000011110110111101000001101001101111001001011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,183,160); }

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

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

 a { background-color: rgb(135,183,160); }

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

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

 span { border-color: rgb(135,183,160); }

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