Shades of Padua #84B79D
Tints of Padua #84B79D
RGB
CMYK
RGB Variations
Color information
#84B79D (or 0x84B79D) is known color: Padua. HEX triplet: 84, B7 and 9D. RGB value is (132,183,157). Sum of RGB (Red+Green+Blue) = 132+183+157=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #84B79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B79D is #7B4862. Grayscale: #A4A4A4. Windows color (decimal): -8079459 or 10336132. OLE color: 10336132.
HSL color Cylindrical-coordinate representation of color #84B79D: hue angle of 149.41º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B79D is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 157 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.28 |
| HSL | 149.41º | 0.26% | 0.62% | - |
| HSV(B) | 149.41º | 0.28% | 0.72% | - |
| XYZ | 32.54 | 41.21 | 38.14 | - |
| YUV | 164.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 157 | 0.28 | 0 | 0.14 | 0.28 | 149.41 | 0.26 | 0.62 |
| Hex | 84 | B7 | 9D | 1C | 0 | E | 1C | 95 | 1A | 3E |
| Octal | 204 | 267 | 235 | 34 | 0 | 16 | 34 | 225 | 32 | 76 |
| Binary | 10000100 | 10110111 | 10011101 | 11100 | 0 | 1110 | 11100 | 10010101 | 11010 | 111110 |
Color Harmonies of #84B79D
Complementary color
Monochromatic Colors of #84B79D
Black with #84B79D
Text Example
Text Example
White with #84B79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B79D; }
p { color: rgb(132,183,157); }
H1.HeaderClassName
{
color: #84B79D;
}
.AnyTagClassName
{
color: #84B79D;
}
</style>
background-color css
<style>
a { background-color: #84B79D; }
a { background-color: rgb(132,183,157); }
div.DivClassName
{
background-color: #84B79D;
}
.BgClassName
{
background-color: #84B79D;
}
</style>
border-color css
<style>
span { border-color: #84B79D; }
span { border-color: rgb(132,183,157); }
td.TdClassName
{
border-color: #84B79D;
}
.TagClassName
{
border-color: #84B79D;
}
</style>