Shades of Padua #84BAA1
Tints of Padua #84BAA1
RGB
CMYK
RGB Variations
Color information
#84BAA1 (or 0x84BAA1) is known color: Padua. HEX triplet: 84, BA and A1. RGB value is (132,186,161). Sum of RGB (Red+Green+Blue) = 132+186+161=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAA1 is #7B455E. Grayscale: #A7A7A7. Windows color (decimal): -8078687 or 10599044. OLE color: 10599044.
HSL color Cylindrical-coordinate representation of color #84BAA1: hue angle of 152.22º 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 #84BAA1 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 161 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.27 |
| HSL | 152.22º | 0.28% | 0.62% | - |
| HSV(B) | 152.22º | 0.29% | 0.73% | - |
| XYZ | 33.51 | 42.6 | 40.17 | - |
| YUV | 167 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 161 | 0.29 | 0 | 0.13 | 0.27 | 152.22 | 0.28 | 0.62 |
| Hex | 84 | BA | A1 | 1D | 0 | D | 1B | 98 | 1C | 3E |
| Octal | 204 | 272 | 241 | 35 | 0 | 15 | 33 | 230 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10100001 | 11101 | 0 | 1101 | 11011 | 10011000 | 11100 | 111110 |
Color Harmonies of #84BAA1
Complementary color
Monochromatic Colors of #84BAA1
Black with #84BAA1
Text Example
Text Example
White with #84BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAA1; }
p { color: rgb(132,186,161); }
H1.HeaderClassName
{
color: #84BAA1;
}
.AnyTagClassName
{
color: #84BAA1;
}
</style>
background-color css
<style>
a { background-color: #84BAA1; }
a { background-color: rgb(132,186,161); }
div.DivClassName
{
background-color: #84BAA1;
}
.BgClassName
{
background-color: #84BAA1;
}
</style>
border-color css
<style>
span { border-color: #84BAA1; }
span { border-color: rgb(132,186,161); }
td.TdClassName
{
border-color: #84BAA1;
}
.TagClassName
{
border-color: #84BAA1;
}
</style>