Shades of Padua #88B09A
Tints of Padua #88B09A
RGB
CMYK
RGB Variations
Color information
#88B09A (or 0x88B09A) is known color: Padua. HEX triplet: 88, B0 and 9A. RGB value is (136,176,154). Sum of RGB (Red+Green+Blue) = 136+176+154=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #88B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B09A is #774F65. Grayscale: #A1A1A1. Windows color (decimal): -7819110 or 10137736. OLE color: 10137736.
HSL color Cylindrical-coordinate representation of color #88B09A: hue angle of 147º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88B09A is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 176 | 154 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.31 |
| HSL | 147º | 0.2% | 0.61% | - |
| HSV(B) | 147º | 0.23% | 0.69% | - |
| XYZ | 31.51 | 38.62 | 36.37 | - |
| YUV | 161.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 176 | 154 | 0.23 | 0 | 0.12 | 0.31 | 147 | 0.2 | 0.61 |
| Hex | 88 | B0 | 9A | 17 | 0 | C | 1F | 93 | 14 | 3D |
| Octal | 210 | 260 | 232 | 27 | 0 | 14 | 37 | 223 | 24 | 75 |
| Binary | 10001000 | 10110000 | 10011010 | 10111 | 0 | 1100 | 11111 | 10010011 | 10100 | 111101 |
Color Harmonies of #88B09A
Complementary color
Monochromatic Colors of #88B09A
Black with #88B09A
Text Example
Text Example
White with #88B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B09A; }
p { color: rgb(136,176,154); }
H1.HeaderClassName
{
color: #88B09A;
}
.AnyTagClassName
{
color: #88B09A;
}
</style>
background-color css
<style>
a { background-color: #88B09A; }
a { background-color: rgb(136,176,154); }
div.DivClassName
{
background-color: #88B09A;
}
.BgClassName
{
background-color: #88B09A;
}
</style>
border-color css
<style>
span { border-color: #88B09A; }
span { border-color: rgb(136,176,154); }
td.TdClassName
{
border-color: #88B09A;
}
.TagClassName
{
border-color: #88B09A;
}
</style>