Shades of Padua #88AE9A
Tints of Padua #88AE9A
RGB
CMYK
RGB Variations
Color information
#88AE9A (or 0x88AE9A) is known color: Padua. HEX triplet: 88, AE and 9A. RGB value is (136,174,154). Sum of RGB (Red+Green+Blue) = 136+174+154=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #88AE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AE9A is #775165. Grayscale: #A0A0A0. Windows color (decimal): -7819622 or 10137224. OLE color: 10137224.
HSL color Cylindrical-coordinate representation of color #88AE9A: hue angle of 148.42º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AE9A is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 174 | 154 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.32 |
| HSL | 148.42º | 0.19% | 0.61% | - |
| HSV(B) | 148.42º | 0.22% | 0.68% | - |
| XYZ | 31.12 | 37.84 | 36.24 | - |
| YUV | 160.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 174 | 154 | 0.22 | 0 | 0.11 | 0.32 | 148.42 | 0.19 | 0.61 |
| Hex | 88 | AE | 9A | 16 | 0 | B | 20 | 94 | 13 | 3D |
| Octal | 210 | 256 | 232 | 26 | 0 | 13 | 40 | 224 | 23 | 75 |
| Binary | 10001000 | 10101110 | 10011010 | 10110 | 0 | 1011 | 100000 | 10010100 | 10011 | 111101 |
Color Harmonies of #88AE9A
Complementary color
Monochromatic Colors of #88AE9A
Black with #88AE9A
Text Example
Text Example
White with #88AE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AE9A; }
p { color: rgb(136,174,154); }
H1.HeaderClassName
{
color: #88AE9A;
}
.AnyTagClassName
{
color: #88AE9A;
}
</style>
background-color css
<style>
a { background-color: #88AE9A; }
a { background-color: rgb(136,174,154); }
div.DivClassName
{
background-color: #88AE9A;
}
.BgClassName
{
background-color: #88AE9A;
}
</style>
border-color css
<style>
span { border-color: #88AE9A; }
span { border-color: rgb(136,174,154); }
td.TdClassName
{
border-color: #88AE9A;
}
.TagClassName
{
border-color: #88AE9A;
}
</style>