Shades of Padua #84B79C
Tints of Padua #84B79C
RGB
CMYK
RGB Variations
Color information
#84B79C (or 0x84B79C) is known color: Padua. HEX triplet: 84, B7 and 9C. RGB value is (132,183,156). Sum of RGB (Red+Green+Blue) = 132+183+156=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #84B79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B79C is #7B4863. Grayscale: #A4A4A4. Windows color (decimal): -8079460 or 10270596. OLE color: 10270596.
HSL color Cylindrical-coordinate representation of color #84B79C: hue angle of 148.24º 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 #84B79C is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 156 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.28 |
| HSL | 148.24º | 0.26% | 0.62% | - |
| HSV(B) | 148.24º | 0.28% | 0.72% | - |
| XYZ | 32.45 | 41.17 | 37.69 | - |
| YUV | 164.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 156 | 0.28 | 0 | 0.15 | 0.28 | 148.24 | 0.26 | 0.62 |
| Hex | 84 | B7 | 9C | 1C | 0 | F | 1C | 94 | 1A | 3E |
| Octal | 204 | 267 | 234 | 34 | 0 | 17 | 34 | 224 | 32 | 76 |
| Binary | 10000100 | 10110111 | 10011100 | 11100 | 0 | 1111 | 11100 | 10010100 | 11010 | 111110 |
Color Harmonies of #84B79C
Complementary color
Monochromatic Colors of #84B79C
Black with #84B79C
Text Example
Text Example
White with #84B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B79C; }
p { color: rgb(132,183,156); }
H1.HeaderClassName
{
color: #84B79C;
}
.AnyTagClassName
{
color: #84B79C;
}
</style>
background-color css
<style>
a { background-color: #84B79C; }
a { background-color: rgb(132,183,156); }
div.DivClassName
{
background-color: #84B79C;
}
.BgClassName
{
background-color: #84B79C;
}
</style>
border-color css
<style>
span { border-color: #84B79C; }
span { border-color: rgb(132,183,156); }
td.TdClassName
{
border-color: #84B79C;
}
.TagClassName
{
border-color: #84B79C;
}
</style>