Shades of Padua #85AC99
Tints of Padua #85AC99
RGB
CMYK
RGB Variations
Color information
#85AC99 (or 0x85AC99) is known color: Padua. HEX triplet: 85, AC and 99. RGB value is (133,172,153). Sum of RGB (Red+Green+Blue) = 133+172+153=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AC99 is #7A5366. Grayscale: #9E9E9E. Windows color (decimal): -8016743 or 10071173. OLE color: 10071173.
HSL color Cylindrical-coordinate representation of color #85AC99: hue angle of 150.77º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AC99 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 153 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.33 |
| HSL | 150.77º | 0.19% | 0.6% | - |
| HSV(B) | 150.77º | 0.23% | 0.67% | - |
| XYZ | 30.18 | 36.79 | 35.65 | - |
| YUV | 158.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 153 | 0.23 | 0 | 0.11 | 0.33 | 150.77 | 0.19 | 0.6 |
| Hex | 85 | AC | 99 | 17 | 0 | B | 21 | 97 | 13 | 3C |
| Octal | 205 | 254 | 231 | 27 | 0 | 13 | 41 | 227 | 23 | 74 |
| Binary | 10000101 | 10101100 | 10011001 | 10111 | 0 | 1011 | 100001 | 10010111 | 10011 | 111100 |
Color Harmonies of #85AC99
Complementary color
Monochromatic Colors of #85AC99
Black with #85AC99
Text Example
Text Example
White with #85AC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC99; }
p { color: rgb(133,172,153); }
H1.HeaderClassName
{
color: #85AC99;
}
.AnyTagClassName
{
color: #85AC99;
}
</style>
background-color css
<style>
a { background-color: #85AC99; }
a { background-color: rgb(133,172,153); }
div.DivClassName
{
background-color: #85AC99;
}
.BgClassName
{
background-color: #85AC99;
}
</style>
border-color css
<style>
span { border-color: #85AC99; }
span { border-color: rgb(133,172,153); }
td.TdClassName
{
border-color: #85AC99;
}
.TagClassName
{
border-color: #85AC99;
}
</style>