Shades of Padua #84BD99
Tints of Padua #84BD99
RGB
CMYK
RGB Variations
Color information
#84BD99 (or 0x84BD99) is known color: Padua. HEX triplet: 84, BD and 99. RGB value is (132,189,153). Sum of RGB (Red+Green+Blue) = 132+189+153=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BD99 is #7B4266. Grayscale: #A7A7A7. Windows color (decimal): -8077927 or 10075524. OLE color: 10075524.
HSL color Cylindrical-coordinate representation of color #84BD99: hue angle of 142.11º 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 #84BD99 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 153 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.26 |
| HSL | 142.11º | 0.3% | 0.63% | - |
| HSV(B) | 142.11º | 0.3% | 0.74% | - |
| XYZ | 33.46 | 43.6 | 36.79 | - |
| YUV | 167.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 153 | 0.30 | 0 | 0.19 | 0.26 | 142.11 | 0.3 | 0.63 |
| Hex | 84 | BD | 99 | 1E | 0 | 13 | 1A | 8E | 1E | 3F |
| Octal | 204 | 275 | 231 | 36 | 0 | 23 | 32 | 216 | 36 | 77 |
| Binary | 10000100 | 10111101 | 10011001 | 11110 | 0 | 10011 | 11010 | 10001110 | 11110 | 111111 |
Color Harmonies of #84BD99
Complementary color
Monochromatic Colors of #84BD99
Black with #84BD99
Text Example
Text Example
White with #84BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BD99; }
p { color: rgb(132,189,153); }
H1.HeaderClassName
{
color: #84BD99;
}
.AnyTagClassName
{
color: #84BD99;
}
</style>
background-color css
<style>
a { background-color: #84BD99; }
a { background-color: rgb(132,189,153); }
div.DivClassName
{
background-color: #84BD99;
}
.BgClassName
{
background-color: #84BD99;
}
</style>
border-color css
<style>
span { border-color: #84BD99; }
span { border-color: rgb(132,189,153); }
td.TdClassName
{
border-color: #84BD99;
}
.TagClassName
{
border-color: #84BD99;
}
</style>