Shades of Padua #85BA9C
Tints of Padua #85BA9C
RGB
CMYK
RGB Variations
Color information
#85BA9C (or 0x85BA9C) is known color: Padua. HEX triplet: 85, BA and 9C. RGB value is (133,186,156). Sum of RGB (Red+Green+Blue) = 133+186+156=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BA9C is #7A4563. Grayscale: #A6A6A6. Windows color (decimal): -8013156 or 10271365. OLE color: 10271365.
HSL color Cylindrical-coordinate representation of color #85BA9C: hue angle of 146.04º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85BA9C is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 156 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.27 |
| HSL | 146.04º | 0.28% | 0.63% | - |
| HSV(B) | 146.04º | 0.28% | 0.73% | - |
| XYZ | 33.23 | 42.5 | 37.91 | - |
| YUV | 166.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 156 | 0.28 | 0 | 0.16 | 0.27 | 146.04 | 0.28 | 0.63 |
| Hex | 85 | BA | 9C | 1C | 0 | 10 | 1B | 92 | 1C | 3F |
| Octal | 205 | 272 | 234 | 34 | 0 | 20 | 33 | 222 | 34 | 77 |
| Binary | 10000101 | 10111010 | 10011100 | 11100 | 0 | 10000 | 11011 | 10010010 | 11100 | 111111 |
Color Harmonies of #85BA9C
Complementary color
Monochromatic Colors of #85BA9C
Black with #85BA9C
Text Example
Text Example
White with #85BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA9C; }
p { color: rgb(133,186,156); }
H1.HeaderClassName
{
color: #85BA9C;
}
.AnyTagClassName
{
color: #85BA9C;
}
</style>
background-color css
<style>
a { background-color: #85BA9C; }
a { background-color: rgb(133,186,156); }
div.DivClassName
{
background-color: #85BA9C;
}
.BgClassName
{
background-color: #85BA9C;
}
</style>
border-color css
<style>
span { border-color: #85BA9C; }
span { border-color: rgb(133,186,156); }
td.TdClassName
{
border-color: #85BA9C;
}
.TagClassName
{
border-color: #85BA9C;
}
</style>