Shades of Padua #84BFA4
Tints of Padua #84BFA4
RGB
CMYK
RGB Variations
Color information
#84BFA4 (or 0x84BFA4) is known color: Padua. HEX triplet: 84, BF and A4. RGB value is (132,191,164). Sum of RGB (Red+Green+Blue) = 132+191+164=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #84BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BFA4 is #7B405B. Grayscale: #AAAAAA. Windows color (decimal): -8077404 or 10796932. OLE color: 10796932.
HSL color Cylindrical-coordinate representation of color #84BFA4: hue angle of 152.54º 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 #84BFA4 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 164 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.25 |
| HSL | 152.54º | 0.32% | 0.63% | - |
| HSV(B) | 152.54º | 0.31% | 0.75% | - |
| XYZ | 34.85 | 44.85 | 41.94 | - |
| YUV | 170.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 164 | 0.31 | 0 | 0.14 | 0.25 | 152.54 | 0.32 | 0.63 |
| Hex | 84 | BF | A4 | 1F | 0 | E | 19 | 99 | 20 | 3F |
| Octal | 204 | 277 | 244 | 37 | 0 | 16 | 31 | 231 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10100100 | 11111 | 0 | 1110 | 11001 | 10011001 | 100000 | 111111 |
Color Harmonies of #84BFA4
Complementary color
Monochromatic Colors of #84BFA4
Black with #84BFA4
Text Example
Text Example
White with #84BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFA4; }
p { color: rgb(132,191,164); }
H1.HeaderClassName
{
color: #84BFA4;
}
.AnyTagClassName
{
color: #84BFA4;
}
</style>
background-color css
<style>
a { background-color: #84BFA4; }
a { background-color: rgb(132,191,164); }
div.DivClassName
{
background-color: #84BFA4;
}
.BgClassName
{
background-color: #84BFA4;
}
</style>
border-color css
<style>
span { border-color: #84BFA4; }
span { border-color: rgb(132,191,164); }
td.TdClassName
{
border-color: #84BFA4;
}
.TagClassName
{
border-color: #84BFA4;
}
</style>