Shades of Padua #84BFA1
Tints of Padua #84BFA1
RGB
CMYK
RGB Variations
Color information
#84BFA1 (or 0x84BFA1) is known color: Padua. HEX triplet: 84, BF and A1. RGB value is (132,191,161). Sum of RGB (Red+Green+Blue) = 132+191+161=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #84BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BFA1 is #7B405E. Grayscale: #AAAAAA. Windows color (decimal): -8077407 or 10600324. OLE color: 10600324.
HSL color Cylindrical-coordinate representation of color #84BFA1: hue angle of 149.49º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BFA1 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 161 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.25 |
| HSL | 149.49º | 0.32% | 0.63% | - |
| HSV(B) | 149.49º | 0.31% | 0.75% | - |
| XYZ | 34.58 | 44.74 | 40.53 | - |
| YUV | 169.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 161 | 0.31 | 0 | 0.16 | 0.25 | 149.49 | 0.32 | 0.63 |
| Hex | 84 | BF | A1 | 1F | 0 | 10 | 19 | 95 | 20 | 3F |
| Octal | 204 | 277 | 241 | 37 | 0 | 20 | 31 | 225 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10100001 | 11111 | 0 | 10000 | 11001 | 10010101 | 100000 | 111111 |
Color Harmonies of #84BFA1
Complementary color
Monochromatic Colors of #84BFA1
Black with #84BFA1
Text Example
Text Example
White with #84BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFA1; }
p { color: rgb(132,191,161); }
H1.HeaderClassName
{
color: #84BFA1;
}
.AnyTagClassName
{
color: #84BFA1;
}
</style>
background-color css
<style>
a { background-color: #84BFA1; }
a { background-color: rgb(132,191,161); }
div.DivClassName
{
background-color: #84BFA1;
}
.BgClassName
{
background-color: #84BFA1;
}
</style>
border-color css
<style>
span { border-color: #84BFA1; }
span { border-color: rgb(132,191,161); }
td.TdClassName
{
border-color: #84BFA1;
}
.TagClassName
{
border-color: #84BFA1;
}
</style>