Shades of Padua #88A293
Tints of Padua #88A293
RGB
CMYK
RGB Variations
Color information
#88A293 (or 0x88A293) is known color: 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
| RGB | 136 | 162 | 147 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.36 |
| HSL | 145.38º | 0.12% | 0.58% | - |
| HSV(B) | 145.38º | 0.16% | 0.64% | - |
| XYZ | 28.34 | 33.18 | 32.51 | - |
| YUV | 152.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 147 | 0.16 | 0 | 0.09 | 0.36 | 145.38 | 0.12 | 0.58 |
| Hex | 88 | A2 | 93 | 10 | 0 | 9 | 24 | 91 | C | 3A |
| Octal | 210 | 242 | 223 | 20 | 0 | 11 | 44 | 221 | 14 | 72 |
| Binary | 10001000 | 10100010 | 10010011 | 10000 | 0 | 1001 | 100100 | 10010001 | 1100 | 111010 |
Color Harmonies of #88A293
Complementary color
Monochromatic Colors of #88A293
Black with #88A293
Text Example
Text Example
White with #88A293
Text Example
Text Example
HTML Codes & Css Web 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>