Shades of Padua #84B59F
Tints of Padua #84B59F
RGB
CMYK
RGB Variations
Color information
#84B59F (or 0x84B59F) is known color: Padua. HEX triplet: 84, B5 and 9F. RGB value is (132,181,159). Sum of RGB (Red+Green+Blue) = 132+181+159=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #84B59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B59F is #7B4A60. Grayscale: #A3A3A3. Windows color (decimal): -8079969 or 10466692. OLE color: 10466692.
HSL color Cylindrical-coordinate representation of color #84B59F: hue angle of 153.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B59F is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 159 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.29 |
| HSL | 153.06º | 0.25% | 0.61% | - |
| HSV(B) | 153.06º | 0.27% | 0.71% | - |
| XYZ | 32.3 | 40.46 | 38.91 | - |
| YUV | 163.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 159 | 0.27 | 0 | 0.12 | 0.29 | 153.06 | 0.25 | 0.61 |
| Hex | 84 | B5 | 9F | 1B | 0 | C | 1D | 99 | 19 | 3D |
| Octal | 204 | 265 | 237 | 33 | 0 | 14 | 35 | 231 | 31 | 75 |
| Binary | 10000100 | 10110101 | 10011111 | 11011 | 0 | 1100 | 11101 | 10011001 | 11001 | 111101 |
Color Harmonies of #84B59F
Complementary color
Monochromatic Colors of #84B59F
Black with #84B59F
Text Example
Text Example
White with #84B59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B59F; }
p { color: rgb(132,181,159); }
H1.HeaderClassName
{
color: #84B59F;
}
.AnyTagClassName
{
color: #84B59F;
}
</style>
background-color css
<style>
a { background-color: #84B59F; }
a { background-color: rgb(132,181,159); }
div.DivClassName
{
background-color: #84B59F;
}
.BgClassName
{
background-color: #84B59F;
}
</style>
border-color css
<style>
span { border-color: #84B59F; }
span { border-color: rgb(132,181,159); }
td.TdClassName
{
border-color: #84B59F;
}
.TagClassName
{
border-color: #84B59F;
}
</style>