Shades of Padua #88AA93
Tints of Padua #88AA93
RGB
CMYK
RGB Variations
Color information
#88AA93 (or 0x88AA93) is known color: Padua. HEX triplet: 88, AA and 93. RGB value is (136,170,147). Sum of RGB (Red+Green+Blue) = 136+170+147=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA93 is #77556C. Grayscale: #9D9D9D. Windows color (decimal): -7820653 or 9677448. OLE color: 9677448.
HSL color Cylindrical-coordinate representation of color #88AA93: hue angle of 139.41º 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 #88AA93 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 147 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.33 |
| HSL | 139.41º | 0.17% | 0.6% | - |
| HSV(B) | 139.41º | 0.2% | 0.67% | - |
| XYZ | 29.79 | 36.09 | 33 | - |
| YUV | 157.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 147 | 0.20 | 0 | 0.14 | 0.33 | 139.41 | 0.17 | 0.6 |
| Hex | 88 | AA | 93 | 14 | 0 | E | 21 | 8B | 11 | 3C |
| Octal | 210 | 252 | 223 | 24 | 0 | 16 | 41 | 213 | 21 | 74 |
| Binary | 10001000 | 10101010 | 10010011 | 10100 | 0 | 1110 | 100001 | 10001011 | 10001 | 111100 |
Color Harmonies of #88AA93
Complementary color
Monochromatic Colors of #88AA93
Black with #88AA93
Text Example
Text Example
White with #88AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA93; }
p { color: rgb(136,170,147); }
H1.HeaderClassName
{
color: #88AA93;
}
.AnyTagClassName
{
color: #88AA93;
}
</style>
background-color css
<style>
a { background-color: #88AA93; }
a { background-color: rgb(136,170,147); }
div.DivClassName
{
background-color: #88AA93;
}
.BgClassName
{
background-color: #88AA93;
}
</style>
border-color css
<style>
span { border-color: #88AA93; }
span { border-color: rgb(136,170,147); }
td.TdClassName
{
border-color: #88AA93;
}
.TagClassName
{
border-color: #88AA93;
}
</style>