Shades of Padua #85B29B
Tints of Padua #85B29B
RGB
CMYK
RGB Variations
Color information
#85B29B (or 0x85B29B) is known color: Padua. HEX triplet: 85, B2 and 9B. RGB value is (133,178,155). Sum of RGB (Red+Green+Blue) = 133+178+155=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #85B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85B29B is #7A4D64. Grayscale: #A1A1A1. Windows color (decimal): -8015205 or 10203781. OLE color: 10203781.
HSL color Cylindrical-coordinate representation of color #85B29B: hue angle of 149.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85B29B is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 155 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.30 |
| HSL | 149.33º | 0.23% | 0.61% | - |
| HSV(B) | 149.33º | 0.25% | 0.7% | - |
| XYZ | 31.51 | 39.19 | 36.91 | - |
| YUV | 161.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 155 | 0.25 | 0 | 0.13 | 0.30 | 149.33 | 0.23 | 0.61 |
| Hex | 85 | B2 | 9B | 19 | 0 | D | 1E | 95 | 17 | 3D |
| Octal | 205 | 262 | 233 | 31 | 0 | 15 | 36 | 225 | 27 | 75 |
| Binary | 10000101 | 10110010 | 10011011 | 11001 | 0 | 1101 | 11110 | 10010101 | 10111 | 111101 |
Color Harmonies of #85B29B
Complementary color
Monochromatic Colors of #85B29B
Black with #85B29B
Text Example
Text Example
White with #85B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B29B; }
p { color: rgb(133,178,155); }
H1.HeaderClassName
{
color: #85B29B;
}
.AnyTagClassName
{
color: #85B29B;
}
</style>
background-color css
<style>
a { background-color: #85B29B; }
a { background-color: rgb(133,178,155); }
div.DivClassName
{
background-color: #85B29B;
}
.BgClassName
{
background-color: #85B29B;
}
</style>
border-color css
<style>
span { border-color: #85B29B; }
span { border-color: rgb(133,178,155); }
td.TdClassName
{
border-color: #85B29B;
}
.TagClassName
{
border-color: #85B29B;
}
</style>