#88A993

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

Shades of Padua #88A993

Tints of Padua #88A993

Color information

#88A993 (or 0x88A993) is unknown color: approx Padua. HEX triplet: 88, A9 and 93. RGB value is (136,169,147). Sum of RGB (Red+Green+Blue) = 136+169+147=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 169 - color contains mainly: green. Hex color #88A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A993 is #77566C. Grayscale: #9C9C9C. Windows color (decimal): -7820909 or 9677192. OLE color: 9677192.

HSL color Cylindrical-coordinate representation of color #88A993: hue angle of 140º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88A993 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB136169147-
CMYK0.2000.130.34
HSL140º16.1%59.8%-
HSV(B)140º19.53%66.27%-
XYZ29.6135.7232.94-
YUV156.62122.57113.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=30.09%
G=37.39%
B=32.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1361691470.2000.130.3414016.159.8
Hex88A993140D228c103c
Octal21025122324015422142074
Binary10001000101010011001001110100011011000101000110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,169,147); }

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

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

 a { background-color: rgb(136,169,147); }

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

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

 span { border-color: rgb(136,169,147); }

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