#88AB99

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

Shades of Padua #88AB99

Tints of Padua #88AB99

Color information

#88AB99 (or 0x88AB99) is unknown color: approx Padua. HEX triplet: 88, AB and 99. RGB value is (136,171,153). Sum of RGB (Red+Green+Blue) = 136+171+153=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB99 is #775466. Grayscale: #9E9E9E. Windows color (decimal): -7820391 or 10070920. OLE color: 10070920.

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

Color convert

RGB136171153-
CMYK0.2000.110.33
HSL149.14º17.24%60.2%-
HSV(B)149.14º20.47%67.06%-
XYZ30.4736.6635.61-
YUV158.48124.9111.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.57%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=29.57%
G=37.17%
B=33.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361711530.2000.110.33149.1417.2460.2
Hex88AB99140B2195113c
Octal21025323124013412252174
Binary10001000101010111001100110100010111000011001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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