Shades of Padua #85AB99
Tints of Padua #85AB99
RGB
CMYK
RGB Variations
Color information
#85AB99 (or 0x85AB99) is known color: Padua. HEX triplet: 85, AB and 99. RGB value is (133,171,153). Sum of RGB (Red+Green+Blue) = 133+171+153=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AB99 is #7A5466. Grayscale: #9D9D9D. Windows color (decimal): -8016999 or 10070917. OLE color: 10070917.
HSL color Cylindrical-coordinate representation of color #85AB99: hue angle of 151.58º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85AB99 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 153 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.33 |
| HSL | 151.58º | 0.18% | 0.6% | - |
| HSV(B) | 151.58º | 0.22% | 0.67% | - |
| XYZ | 29.99 | 36.41 | 35.58 | - |
| YUV | 157.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 153 | 0.22 | 0 | 0.11 | 0.33 | 151.58 | 0.18 | 0.6 |
| Hex | 85 | AB | 99 | 16 | 0 | B | 21 | 98 | 12 | 3C |
| Octal | 205 | 253 | 231 | 26 | 0 | 13 | 41 | 230 | 22 | 74 |
| Binary | 10000101 | 10101011 | 10011001 | 10110 | 0 | 1011 | 100001 | 10011000 | 10010 | 111100 |
Color Harmonies of #85AB99
Complementary color
Monochromatic Colors of #85AB99
Black with #85AB99
Text Example
Text Example
White with #85AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB99; }
p { color: rgb(133,171,153); }
H1.HeaderClassName
{
color: #85AB99;
}
.AnyTagClassName
{
color: #85AB99;
}
</style>
background-color css
<style>
a { background-color: #85AB99; }
a { background-color: rgb(133,171,153); }
div.DivClassName
{
background-color: #85AB99;
}
.BgClassName
{
background-color: #85AB99;
}
</style>
border-color css
<style>
span { border-color: #85AB99; }
span { border-color: rgb(133,171,153); }
td.TdClassName
{
border-color: #85AB99;
}
.TagClassName
{
border-color: #85AB99;
}
</style>