Shades of Padua #849D8F
Tints of Padua #849D8F
RGB
CMYK
RGB Variations
Color information
#849D8F (or 0x849D8F) is known color: Padua. HEX triplet: 84, 9D and 8F. RGB value is (132,157,143). Sum of RGB (Red+Green+Blue) = 132+157+143=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 157 - color contains mainly: green. Hex color #849D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D8F is #7B6270. Grayscale: #939393. Windows color (decimal): -8086129 or 9411972. OLE color: 9411972.
HSL color Cylindrical-coordinate representation of color #849D8F: hue angle of 146.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849D8F is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 143 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.38 |
| HSL | 146.4º | 0.11% | 0.57% | - |
| HSV(B) | 146.4º | 0.16% | 0.62% | - |
| XYZ | 26.53 | 31 | 30.57 | - |
| YUV | 147.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 143 | 0.16 | 0 | 0.09 | 0.38 | 146.4 | 0.11 | 0.57 |
| Hex | 84 | 9D | 8F | 10 | 0 | 9 | 26 | 92 | B | 39 |
| Octal | 204 | 235 | 217 | 20 | 0 | 11 | 46 | 222 | 13 | 71 |
| Binary | 10000100 | 10011101 | 10001111 | 10000 | 0 | 1001 | 100110 | 10010010 | 1011 | 111001 |
Color Harmonies of #849D8F
Complementary color
Monochromatic Colors of #849D8F
Black with #849D8F
Text Example
Text Example
White with #849D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D8F; }
p { color: rgb(132,157,143); }
H1.HeaderClassName
{
color: #849D8F;
}
.AnyTagClassName
{
color: #849D8F;
}
</style>
background-color css
<style>
a { background-color: #849D8F; }
a { background-color: rgb(132,157,143); }
div.DivClassName
{
background-color: #849D8F;
}
.BgClassName
{
background-color: #849D8F;
}
</style>
border-color css
<style>
span { border-color: #849D8F; }
span { border-color: rgb(132,157,143); }
td.TdClassName
{
border-color: #849D8F;
}
.TagClassName
{
border-color: #849D8F;
}
</style>