Shades of Padua #84BE9B
Tints of Padua #84BE9B
RGB
CMYK
RGB Variations
Color information
#84BE9B (or 0x84BE9B) is known color: Padua. HEX triplet: 84, BE and 9B. RGB value is (132,190,155). Sum of RGB (Red+Green+Blue) = 132+190+155=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BE9B is #7B4164. Grayscale: #A8A8A8. Windows color (decimal): -8077669 or 10206852. OLE color: 10206852.
HSL color Cylindrical-coordinate representation of color #84BE9B: hue angle of 143.79º 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 #84BE9B is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 155 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.25 |
| HSL | 143.79º | 0.31% | 0.63% | - |
| HSV(B) | 143.79º | 0.31% | 0.75% | - |
| XYZ | 33.85 | 44.1 | 37.74 | - |
| YUV | 168.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 155 | 0.31 | 0 | 0.18 | 0.25 | 143.79 | 0.31 | 0.63 |
| Hex | 84 | BE | 9B | 1F | 0 | 12 | 19 | 90 | 1F | 3F |
| Octal | 204 | 276 | 233 | 37 | 0 | 22 | 31 | 220 | 37 | 77 |
| Binary | 10000100 | 10111110 | 10011011 | 11111 | 0 | 10010 | 11001 | 10010000 | 11111 | 111111 |
Color Harmonies of #84BE9B
Complementary color
Monochromatic Colors of #84BE9B
Black with #84BE9B
Text Example
Text Example
White with #84BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BE9B; }
p { color: rgb(132,190,155); }
H1.HeaderClassName
{
color: #84BE9B;
}
.AnyTagClassName
{
color: #84BE9B;
}
</style>
background-color css
<style>
a { background-color: #84BE9B; }
a { background-color: rgb(132,190,155); }
div.DivClassName
{
background-color: #84BE9B;
}
.BgClassName
{
background-color: #84BE9B;
}
</style>
border-color css
<style>
span { border-color: #84BE9B; }
span { border-color: rgb(132,190,155); }
td.TdClassName
{
border-color: #84BE9B;
}
.TagClassName
{
border-color: #84BE9B;
}
</style>