#87AE95

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

Shades of Padua #87AE95

Tints of Padua #87AE95

Color information

#87AE95 (or 0x87AE95) is unknown color: approx Padua. HEX triplet: 87, AE and 95. RGB value is (135,174,149). Sum of RGB (Red+Green+Blue) = 135+174+149=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #87AE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AE95 is #78516A. Grayscale: #9F9F9F. Windows color (decimal): -7885163 or 9809543. OLE color: 9809543.

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

Color convert

RGB135174149-
CMYK0.2200.140.32
HSL141.54º19.4%60.59%-
HSV(B)141.54º22.41%68.24%-
XYZ30.5537.5934.08-
YUV159.49122.08110.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.48%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=29.48%
G=37.99%
B=32.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351741490.2200.140.32141.5419.460.59
Hex87AE95160E208e133d
Octal20725622526016402162375
Binary10000111101011101001010110110011101000001000111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,174,149); }

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

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

 a { background-color: rgb(135,174,149); }

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

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

 span { border-color: rgb(135,174,149); }

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