#88AA95

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

Shades of Padua #88AA95

Tints of Padua #88AA95

Color information

#88AA95 (or 0x88AA95) is unknown color: approx Padua. HEX triplet: 88, AA and 95. RGB value is (136,170,149). Sum of RGB (Red+Green+Blue) = 136+170+149=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA95 is #77556A. Grayscale: #9D9D9D. Windows color (decimal): -7820651 or 9808520. OLE color: 9808520.

HSL color Cylindrical-coordinate representation of color #88AA95: hue angle of 142.94º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88AA95 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB136170149-
CMYK0.2000.120.33
HSL142.94º16.67%60%-
HSV(B)142.94º20%66.67%-
XYZ29.9536.1533.83-
YUV157.44123.24112.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=29.89%
G=37.36%
B=32.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361701490.2000.120.33142.9416.6760
Hex88AA95140C218f113c
Octal21025222524014412172174
Binary10001000101010101001010110100011001000011000111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AA95; }

 p { color: rgb(136,170,149); }

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

<style>
 a { background-color: #88AA95; }

 a { background-color: rgb(136,170,149); }

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

<style>
 span { border-color: #88AA95; }

 span { border-color: rgb(136,170,149); }

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