Shades of Padua #84B39E
Tints of Padua #84B39E
RGB
CMYK
RGB Variations
Color information
#84B39E (or 0x84B39E) is known color: Padua. HEX triplet: 84, B3 and 9E. RGB value is (132,179,158). Sum of RGB (Red+Green+Blue) = 132+179+158=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #84B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B39E is #7B4C61. Grayscale: #A2A2A2. Windows color (decimal): -8080482 or 10400644. OLE color: 10400644.
HSL color Cylindrical-coordinate representation of color #84B39E: hue angle of 153.19º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B39E is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 158 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.30 |
| HSL | 153.19º | 0.24% | 0.61% | - |
| HSV(B) | 153.19º | 0.26% | 0.7% | - |
| XYZ | 31.81 | 39.61 | 38.32 | - |
| YUV | 162.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 158 | 0.26 | 0 | 0.12 | 0.30 | 153.19 | 0.24 | 0.61 |
| Hex | 84 | B3 | 9E | 1A | 0 | C | 1E | 99 | 18 | 3D |
| Octal | 204 | 263 | 236 | 32 | 0 | 14 | 36 | 231 | 30 | 75 |
| Binary | 10000100 | 10110011 | 10011110 | 11010 | 0 | 1100 | 11110 | 10011001 | 11000 | 111101 |
Color Harmonies of #84B39E
Complementary color
Monochromatic Colors of #84B39E
Black with #84B39E
Text Example
Text Example
White with #84B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B39E; }
p { color: rgb(132,179,158); }
H1.HeaderClassName
{
color: #84B39E;
}
.AnyTagClassName
{
color: #84B39E;
}
</style>
background-color css
<style>
a { background-color: #84B39E; }
a { background-color: rgb(132,179,158); }
div.DivClassName
{
background-color: #84B39E;
}
.BgClassName
{
background-color: #84B39E;
}
</style>
border-color css
<style>
span { border-color: #84B39E; }
span { border-color: rgb(132,179,158); }
td.TdClassName
{
border-color: #84B39E;
}
.TagClassName
{
border-color: #84B39E;
}
</style>