Shades of Padua #85AD97
Tints of Padua #85AD97
RGB
CMYK
RGB Variations
Color information
#85AD97 (or 0x85AD97) is known color: Padua. HEX triplet: 85, AD and 97. RGB value is (133,173,151). Sum of RGB (Red+Green+Blue) = 133+173+151=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AD97 is #7A5268. Grayscale: #9E9E9E. Windows color (decimal): -8016489 or 9940357. OLE color: 9940357.
HSL color Cylindrical-coordinate representation of color #85AD97: hue angle of 147º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AD97 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 151 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.32 |
| HSL | 147º | 0.2% | 0.6% | - |
| HSV(B) | 147º | 0.23% | 0.68% | - |
| XYZ | 30.2 | 37.11 | 34.85 | - |
| YUV | 158.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 151 | 0.23 | 0 | 0.13 | 0.32 | 147 | 0.2 | 0.6 |
| Hex | 85 | AD | 97 | 17 | 0 | D | 20 | 93 | 14 | 3C |
| Octal | 205 | 255 | 227 | 27 | 0 | 15 | 40 | 223 | 24 | 74 |
| Binary | 10000101 | 10101101 | 10010111 | 10111 | 0 | 1101 | 100000 | 10010011 | 10100 | 111100 |
Color Harmonies of #85AD97
Complementary color
Monochromatic Colors of #85AD97
Black with #85AD97
Text Example
Text Example
White with #85AD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AD97; }
p { color: rgb(133,173,151); }
H1.HeaderClassName
{
color: #85AD97;
}
.AnyTagClassName
{
color: #85AD97;
}
</style>
background-color css
<style>
a { background-color: #85AD97; }
a { background-color: rgb(133,173,151); }
div.DivClassName
{
background-color: #85AD97;
}
.BgClassName
{
background-color: #85AD97;
}
</style>
border-color css
<style>
span { border-color: #85AD97; }
span { border-color: rgb(133,173,151); }
td.TdClassName
{
border-color: #85AD97;
}
.TagClassName
{
border-color: #85AD97;
}
</style>