#88A293

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

Shades of Padua #88A293

Tints of Padua #88A293

Color information

#88A293 (or 0x88A293) is unknown color: approx Padua. HEX triplet: 88, A2 and 93. RGB value is (136,162,147). Sum of RGB (Red+Green+Blue) = 136+162+147=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #88A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A293 is #775D6C. Grayscale: #989898. Windows color (decimal): -7822701 or 9675400. OLE color: 9675400.

HSL color Cylindrical-coordinate representation of color #88A293: hue angle of 145.38º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A293 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB136162147-
CMYK0.1600.090.36
HSL145.38º12.26%58.43%-
HSV(B)145.38º16.05%63.53%-
XYZ28.3433.1832.51-
YUV152.52124.89116.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=30.56%
G=36.40%
B=33.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361621470.1600.090.36145.3812.2658.43
Hex88A29310092491c3a
Octal21024222320011442211472
Binary1000100010100010100100111000001001100100100100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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