Shades of Padua #84BDA3
Tints of Padua #84BDA3
RGB
CMYK
RGB Variations
Color information
#84BDA3 (or 0x84BDA3) is known color: Padua. HEX triplet: 84, BD and A3. RGB value is (132,189,163). Sum of RGB (Red+Green+Blue) = 132+189+163=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BDA3 is #7B425C. Grayscale: #A9A9A9. Windows color (decimal): -8077917 or 10730884. OLE color: 10730884.
HSL color Cylindrical-coordinate representation of color #84BDA3: hue angle of 152.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BDA3 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 163 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.26 |
| HSL | 152.63º | 0.3% | 0.63% | - |
| HSV(B) | 152.63º | 0.3% | 0.74% | - |
| XYZ | 34.32 | 43.95 | 41.32 | - |
| YUV | 168.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 163 | 0.30 | 0 | 0.14 | 0.26 | 152.63 | 0.3 | 0.63 |
| Hex | 84 | BD | A3 | 1E | 0 | E | 1A | 99 | 1E | 3F |
| Octal | 204 | 275 | 243 | 36 | 0 | 16 | 32 | 231 | 36 | 77 |
| Binary | 10000100 | 10111101 | 10100011 | 11110 | 0 | 1110 | 11010 | 10011001 | 11110 | 111111 |
Color Harmonies of #84BDA3
Complementary color
Monochromatic Colors of #84BDA3
Black with #84BDA3
Text Example
Text Example
White with #84BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDA3; }
p { color: rgb(132,189,163); }
H1.HeaderClassName
{
color: #84BDA3;
}
.AnyTagClassName
{
color: #84BDA3;
}
</style>
background-color css
<style>
a { background-color: #84BDA3; }
a { background-color: rgb(132,189,163); }
div.DivClassName
{
background-color: #84BDA3;
}
.BgClassName
{
background-color: #84BDA3;
}
</style>
border-color css
<style>
span { border-color: #84BDA3; }
span { border-color: rgb(132,189,163); }
td.TdClassName
{
border-color: #84BDA3;
}
.TagClassName
{
border-color: #84BDA3;
}
</style>