Shades of Padua #85AF99
Tints of Padua #85AF99
RGB
CMYK
RGB Variations
Color information
#85AF99 (or 0x85AF99) is known color: Padua. HEX triplet: 85, AF and 99. RGB value is (133,175,153). Sum of RGB (Red+Green+Blue) = 133+175+153=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AF99 is #7A5066. Grayscale: #9F9F9F. Windows color (decimal): -8015975 or 10071941. OLE color: 10071941.
HSL color Cylindrical-coordinate representation of color #85AF99: hue angle of 148.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AF99 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 153 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.31 |
| HSL | 148.57º | 0.21% | 0.6% | - |
| HSV(B) | 148.57º | 0.24% | 0.69% | - |
| XYZ | 30.75 | 37.95 | 35.84 | - |
| YUV | 159.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 153 | 0.24 | 0 | 0.13 | 0.31 | 148.57 | 0.21 | 0.6 |
| Hex | 85 | AF | 99 | 18 | 0 | D | 1F | 95 | 15 | 3C |
| Octal | 205 | 257 | 231 | 30 | 0 | 15 | 37 | 225 | 25 | 74 |
| Binary | 10000101 | 10101111 | 10011001 | 11000 | 0 | 1101 | 11111 | 10010101 | 10101 | 111100 |
Color Harmonies of #85AF99
Complementary color
Monochromatic Colors of #85AF99
Black with #85AF99
Text Example
Text Example
White with #85AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF99; }
p { color: rgb(133,175,153); }
H1.HeaderClassName
{
color: #85AF99;
}
.AnyTagClassName
{
color: #85AF99;
}
</style>
background-color css
<style>
a { background-color: #85AF99; }
a { background-color: rgb(133,175,153); }
div.DivClassName
{
background-color: #85AF99;
}
.BgClassName
{
background-color: #85AF99;
}
</style>
border-color css
<style>
span { border-color: #85AF99; }
span { border-color: rgb(133,175,153); }
td.TdClassName
{
border-color: #85AF99;
}
.TagClassName
{
border-color: #85AF99;
}
</style>