Shades of Padua #84BA9D
Tints of Padua #84BA9D
RGB
CMYK
RGB Variations
Color information
#84BA9D (or 0x84BA9D) is known color: Padua. HEX triplet: 84, BA and 9D. RGB value is (132,186,157). Sum of RGB (Red+Green+Blue) = 132+186+157=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BA9D is #7B4562. Grayscale: #A6A6A6. Windows color (decimal): -8078691 or 10336900. OLE color: 10336900.
HSL color Cylindrical-coordinate representation of color #84BA9D: hue angle of 147.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BA9D is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 157 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.27 |
| HSL | 147.78º | 0.28% | 0.62% | - |
| HSV(B) | 147.78º | 0.29% | 0.73% | - |
| XYZ | 33.16 | 42.46 | 38.35 | - |
| YUV | 166.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 157 | 0.29 | 0 | 0.16 | 0.27 | 147.78 | 0.28 | 0.62 |
| Hex | 84 | BA | 9D | 1D | 0 | 10 | 1B | 94 | 1C | 3E |
| Octal | 204 | 272 | 235 | 35 | 0 | 20 | 33 | 224 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10011101 | 11101 | 0 | 10000 | 11011 | 10010100 | 11100 | 111110 |
Color Harmonies of #84BA9D
Complementary color
Monochromatic Colors of #84BA9D
Black with #84BA9D
Text Example
Text Example
White with #84BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA9D; }
p { color: rgb(132,186,157); }
H1.HeaderClassName
{
color: #84BA9D;
}
.AnyTagClassName
{
color: #84BA9D;
}
</style>
background-color css
<style>
a { background-color: #84BA9D; }
a { background-color: rgb(132,186,157); }
div.DivClassName
{
background-color: #84BA9D;
}
.BgClassName
{
background-color: #84BA9D;
}
</style>
border-color css
<style>
span { border-color: #84BA9D; }
span { border-color: rgb(132,186,157); }
td.TdClassName
{
border-color: #84BA9D;
}
.TagClassName
{
border-color: #84BA9D;
}
</style>