Shades of Padua #84BBA0
Tints of Padua #84BBA0
RGB
CMYK
RGB Variations
Color information
#84BBA0 (or 0x84BBA0) is known color: Padua. HEX triplet: 84, BB and A0. RGB value is (132,187,160). Sum of RGB (Red+Green+Blue) = 132+187+160=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBA0 is #7B445F. Grayscale: #A7A7A7. Windows color (decimal): -8078432 or 10533764. OLE color: 10533764.
HSL color Cylindrical-coordinate representation of color #84BBA0: hue angle of 150.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BBA0 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 160 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.27 |
| HSL | 150.55º | 0.29% | 0.63% | - |
| HSV(B) | 150.55º | 0.29% | 0.73% | - |
| XYZ | 33.63 | 42.98 | 39.78 | - |
| YUV | 167.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 160 | 0.29 | 0 | 0.14 | 0.27 | 150.55 | 0.29 | 0.63 |
| Hex | 84 | BB | A0 | 1D | 0 | E | 1B | 97 | 1D | 3F |
| Octal | 204 | 273 | 240 | 35 | 0 | 16 | 33 | 227 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10100000 | 11101 | 0 | 1110 | 11011 | 10010111 | 11101 | 111111 |
Color Harmonies of #84BBA0
Complementary color
Monochromatic Colors of #84BBA0
Black with #84BBA0
Text Example
Text Example
White with #84BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBA0; }
p { color: rgb(132,187,160); }
H1.HeaderClassName
{
color: #84BBA0;
}
.AnyTagClassName
{
color: #84BBA0;
}
</style>
background-color css
<style>
a { background-color: #84BBA0; }
a { background-color: rgb(132,187,160); }
div.DivClassName
{
background-color: #84BBA0;
}
.BgClassName
{
background-color: #84BBA0;
}
</style>
border-color css
<style>
span { border-color: #84BBA0; }
span { border-color: rgb(132,187,160); }
td.TdClassName
{
border-color: #84BBA0;
}
.TagClassName
{
border-color: #84BBA0;
}
</style>