#87AE93

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

Shades of Padua #87AE93

Tints of Padua #87AE93

Color information

#87AE93 (or 0x87AE93) is unknown color: approx Padua. HEX triplet: 87, AE and 93. RGB value is (135,174,147). Sum of RGB (Red+Green+Blue) = 135+174+147=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #87AE93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AE93 is #78516C. Grayscale: #9F9F9F. Windows color (decimal): -7885165 or 9678471. OLE color: 9678471.

HSL color Cylindrical-coordinate representation of color #87AE93: hue angle of 138.46º 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 #87AE93 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB135174147-
CMYK0.2200.160.32
HSL138.46º19.4%60.59%-
HSV(B)138.46º22.41%68.24%-
XYZ30.3937.5333.25-
YUV159.26121.08110.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.61%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=29.61%
G=38.16%
B=32.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351741470.2200.160.32138.4619.460.59
Hex87AE9316010208a133d
Octal20725622326020402122375
Binary100001111010111010010011101100100001000001000101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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