#88AB96

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

Shades of Padua #88AB96

Tints of Padua #88AB96

Color information

#88AB96 (or 0x88AB96) is unknown color: approx Padua. HEX triplet: 88, AB and 96. RGB value is (136,171,150). Sum of RGB (Red+Green+Blue) = 136+171+150=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB96 is #775469. Grayscale: #9E9E9E. Windows color (decimal): -7820394 or 9874312. OLE color: 9874312.

HSL color Cylindrical-coordinate representation of color #88AB96: hue angle of 144º 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 #88AB96 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB136171150-
CMYK0.2000.120.33
HSL144º17.24%60.2%-
HSV(B)144º20.47%67.06%-
XYZ30.2236.5634.32-
YUV158.14123.4112.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=29.76%
G=37.42%
B=32.82%

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
Decimal1361711500.2000.120.3314417.2460.2
Hex88AB96140C2190113c
Octal21025322624014412202174
Binary10001000101010111001011010100011001000011001000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,171,150); }

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

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

 a { background-color: rgb(136,171,150); }

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

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

 span { border-color: rgb(136,171,150); }

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