Shades of Padua #84A493
Tints of Padua #84A493
RGB
CMYK
RGB Variations
Color information
#84A493 (or 0x84A493) is known color: Padua. HEX triplet: 84, A4 and 93. RGB value is (132,164,147). Sum of RGB (Red+Green+Blue) = 132+164+147=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #84A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A493 is #7B5B6C. Grayscale: #989898. Windows color (decimal): -8084333 or 9675908. OLE color: 9675908.
HSL color Cylindrical-coordinate representation of color #84A493: hue angle of 148.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A493 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 147 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.36 |
| HSL | 148.13º | 0.15% | 0.58% | - |
| HSV(B) | 148.13º | 0.2% | 0.64% | - |
| XYZ | 28.06 | 33.56 | 32.6 | - |
| YUV | 152.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 147 | 0.20 | 0 | 0.10 | 0.36 | 148.13 | 0.15 | 0.58 |
| Hex | 84 | A4 | 93 | 14 | 0 | A | 24 | 94 | F | 3A |
| Octal | 204 | 244 | 223 | 24 | 0 | 12 | 44 | 224 | 17 | 72 |
| Binary | 10000100 | 10100100 | 10010011 | 10100 | 0 | 1010 | 100100 | 10010100 | 1111 | 111010 |
Color Harmonies of #84A493
Complementary color
Monochromatic Colors of #84A493
Black with #84A493
Text Example
Text Example
White with #84A493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A493; }
p { color: rgb(132,164,147); }
H1.HeaderClassName
{
color: #84A493;
}
.AnyTagClassName
{
color: #84A493;
}
</style>
background-color css
<style>
a { background-color: #84A493; }
a { background-color: rgb(132,164,147); }
div.DivClassName
{
background-color: #84A493;
}
.BgClassName
{
background-color: #84A493;
}
</style>
border-color css
<style>
span { border-color: #84A493; }
span { border-color: rgb(132,164,147); }
td.TdClassName
{
border-color: #84A493;
}
.TagClassName
{
border-color: #84A493;
}
</style>