Shades of Padua #84B69D
Tints of Padua #84B69D
RGB
CMYK
RGB Variations
Color information
#84B69D (or 0x84B69D) is known color: Padua. HEX triplet: 84, B6 and 9D. RGB value is (132,182,157). Sum of RGB (Red+Green+Blue) = 132+182+157=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #84B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B69D is #7B4962. Grayscale: #A4A4A4. Windows color (decimal): -8079715 or 10335876. OLE color: 10335876.
HSL color Cylindrical-coordinate representation of color #84B69D: hue angle of 150º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B69D is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 157 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.29 |
| HSL | 150º | 0.26% | 0.62% | - |
| HSV(B) | 150º | 0.27% | 0.71% | - |
| XYZ | 32.33 | 40.8 | 38.07 | - |
| YUV | 164.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 157 | 0.27 | 0 | 0.14 | 0.29 | 150 | 0.26 | 0.62 |
| Hex | 84 | B6 | 9D | 1B | 0 | E | 1D | 96 | 1A | 3E |
| Octal | 204 | 266 | 235 | 33 | 0 | 16 | 35 | 226 | 32 | 76 |
| Binary | 10000100 | 10110110 | 10011101 | 11011 | 0 | 1110 | 11101 | 10010110 | 11010 | 111110 |
Color Harmonies of #84B69D
Complementary color
Monochromatic Colors of #84B69D
Black with #84B69D
Text Example
Text Example
White with #84B69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B69D; }
p { color: rgb(132,182,157); }
H1.HeaderClassName
{
color: #84B69D;
}
.AnyTagClassName
{
color: #84B69D;
}
</style>
background-color css
<style>
a { background-color: #84B69D; }
a { background-color: rgb(132,182,157); }
div.DivClassName
{
background-color: #84B69D;
}
.BgClassName
{
background-color: #84B69D;
}
</style>
border-color css
<style>
span { border-color: #84B69D; }
span { border-color: rgb(132,182,157); }
td.TdClassName
{
border-color: #84B69D;
}
.TagClassName
{
border-color: #84B69D;
}
</style>