Shades of Padua #85AC94
Tints of Padua #85AC94
RGB
CMYK
RGB Variations
Color information
#85AC94 (or 0x85AC94) is known color: Padua. HEX triplet: 85, AC and 94. RGB value is (133,172,148). Sum of RGB (Red+Green+Blue) = 133+172+148=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AC94 is #7A536B. Grayscale: #9D9D9D. Windows color (decimal): -8016748 or 9743493. OLE color: 9743493.
HSL color Cylindrical-coordinate representation of color #85AC94: hue angle of 143.08º 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 #85AC94 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 148 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.33 |
| HSL | 143.08º | 0.19% | 0.6% | - |
| HSV(B) | 143.08º | 0.23% | 0.67% | - |
| XYZ | 29.77 | 36.63 | 33.52 | - |
| YUV | 157.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 148 | 0.23 | 0 | 0.14 | 0.33 | 143.08 | 0.19 | 0.6 |
| Hex | 85 | AC | 94 | 17 | 0 | E | 21 | 8F | 13 | 3C |
| Octal | 205 | 254 | 224 | 27 | 0 | 16 | 41 | 217 | 23 | 74 |
| Binary | 10000101 | 10101100 | 10010100 | 10111 | 0 | 1110 | 100001 | 10001111 | 10011 | 111100 |
Color Harmonies of #85AC94
Complementary color
Monochromatic Colors of #85AC94
Black with #85AC94
Text Example
Text Example
White with #85AC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC94; }
p { color: rgb(133,172,148); }
H1.HeaderClassName
{
color: #85AC94;
}
.AnyTagClassName
{
color: #85AC94;
}
</style>
background-color css
<style>
a { background-color: #85AC94; }
a { background-color: rgb(133,172,148); }
div.DivClassName
{
background-color: #85AC94;
}
.BgClassName
{
background-color: #85AC94;
}
</style>
border-color css
<style>
span { border-color: #85AC94; }
span { border-color: rgb(133,172,148); }
td.TdClassName
{
border-color: #85AC94;
}
.TagClassName
{
border-color: #85AC94;
}
</style>