Shades of Padua #84BE9C
Tints of Padua #84BE9C
RGB
CMYK
RGB Variations
Color information
#84BE9C (or 0x84BE9C) is known color: Padua. HEX triplet: 84, BE and 9C. RGB value is (132,190,156). Sum of RGB (Red+Green+Blue) = 132+190+156=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BE9C is #7B4163. Grayscale: #A8A8A8. Windows color (decimal): -8077668 or 10272388. OLE color: 10272388.
HSL color Cylindrical-coordinate representation of color #84BE9C: hue angle of 144.83º degrees, saturation: 0.31, 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 #84BE9C is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 156 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.25 |
| HSL | 144.83º | 0.31% | 0.63% | - |
| HSV(B) | 144.83º | 0.31% | 0.75% | - |
| XYZ | 33.93 | 44.13 | 38.18 | - |
| YUV | 168.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 156 | 0.31 | 0 | 0.18 | 0.25 | 144.83 | 0.31 | 0.63 |
| Hex | 84 | BE | 9C | 1F | 0 | 12 | 19 | 91 | 1F | 3F |
| Octal | 204 | 276 | 234 | 37 | 0 | 22 | 31 | 221 | 37 | 77 |
| Binary | 10000100 | 10111110 | 10011100 | 11111 | 0 | 10010 | 11001 | 10010001 | 11111 | 111111 |
Color Harmonies of #84BE9C
Complementary color
Monochromatic Colors of #84BE9C
Black with #84BE9C
Text Example
Text Example
White with #84BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BE9C; }
p { color: rgb(132,190,156); }
H1.HeaderClassName
{
color: #84BE9C;
}
.AnyTagClassName
{
color: #84BE9C;
}
</style>
background-color css
<style>
a { background-color: #84BE9C; }
a { background-color: rgb(132,190,156); }
div.DivClassName
{
background-color: #84BE9C;
}
.BgClassName
{
background-color: #84BE9C;
}
</style>
border-color css
<style>
span { border-color: #84BE9C; }
span { border-color: rgb(132,190,156); }
td.TdClassName
{
border-color: #84BE9C;
}
.TagClassName
{
border-color: #84BE9C;
}
</style>