Shades of Padua #84BCA0
Tints of Padua #84BCA0
RGB
CMYK
RGB Variations
Color information
#84BCA0 (or 0x84BCA0) is known color: Padua. HEX triplet: 84, BC and A0. RGB value is (132,188,160). Sum of RGB (Red+Green+Blue) = 132+188+160=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BCA0 is #7B435F. Grayscale: #A8A8A8. Windows color (decimal): -8078176 or 10534020. OLE color: 10534020.
HSL color Cylindrical-coordinate representation of color #84BCA0: hue angle of 150º degrees, saturation: 0.29, 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 #84BCA0 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 160 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.26 |
| HSL | 150º | 0.29% | 0.63% | - |
| HSV(B) | 150º | 0.3% | 0.74% | - |
| XYZ | 33.84 | 43.41 | 39.85 | - |
| YUV | 168.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 160 | 0.30 | 0 | 0.15 | 0.26 | 150 | 0.29 | 0.63 |
| Hex | 84 | BC | A0 | 1E | 0 | F | 1A | 96 | 1D | 3F |
| Octal | 204 | 274 | 240 | 36 | 0 | 17 | 32 | 226 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10100000 | 11110 | 0 | 1111 | 11010 | 10010110 | 11101 | 111111 |
Color Harmonies of #84BCA0
Complementary color
Monochromatic Colors of #84BCA0
Black with #84BCA0
Text Example
Text Example
White with #84BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCA0; }
p { color: rgb(132,188,160); }
H1.HeaderClassName
{
color: #84BCA0;
}
.AnyTagClassName
{
color: #84BCA0;
}
</style>
background-color css
<style>
a { background-color: #84BCA0; }
a { background-color: rgb(132,188,160); }
div.DivClassName
{
background-color: #84BCA0;
}
.BgClassName
{
background-color: #84BCA0;
}
</style>
border-color css
<style>
span { border-color: #84BCA0; }
span { border-color: rgb(132,188,160); }
td.TdClassName
{
border-color: #84BCA0;
}
.TagClassName
{
border-color: #84BCA0;
}
</style>