Shades of Padua #87AD9B
Tints of Padua #87AD9B
RGB
CMYK
RGB Variations
Color information
#87AD9B (or 0x87AD9B) is known color: Padua. HEX triplet: 87, AD and 9B. RGB value is (135,173,155). Sum of RGB (Red+Green+Blue) = 135+173+155=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AD9B is #785264. Grayscale: #9F9F9F. Windows color (decimal): -7885413 or 10202503. OLE color: 10202503.
HSL color Cylindrical-coordinate representation of color #87AD9B: hue angle of 151.58º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87AD9B is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 155 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.32 |
| HSL | 151.58º | 0.19% | 0.6% | - |
| HSV(B) | 151.58º | 0.22% | 0.68% | - |
| XYZ | 30.85 | 37.4 | 36.6 | - |
| YUV | 159.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 155 | 0.22 | 0 | 0.10 | 0.32 | 151.58 | 0.19 | 0.6 |
| Hex | 87 | AD | 9B | 16 | 0 | A | 20 | 98 | 13 | 3C |
| Octal | 207 | 255 | 233 | 26 | 0 | 12 | 40 | 230 | 23 | 74 |
| Binary | 10000111 | 10101101 | 10011011 | 10110 | 0 | 1010 | 100000 | 10011000 | 10011 | 111100 |
Color Harmonies of #87AD9B
Complementary color
Monochromatic Colors of #87AD9B
Black with #87AD9B
Text Example
Text Example
White with #87AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AD9B; }
p { color: rgb(135,173,155); }
H1.HeaderClassName
{
color: #87AD9B;
}
.AnyTagClassName
{
color: #87AD9B;
}
</style>
background-color css
<style>
a { background-color: #87AD9B; }
a { background-color: rgb(135,173,155); }
div.DivClassName
{
background-color: #87AD9B;
}
.BgClassName
{
background-color: #87AD9B;
}
</style>
border-color css
<style>
span { border-color: #87AD9B; }
span { border-color: rgb(135,173,155); }
td.TdClassName
{
border-color: #87AD9B;
}
.TagClassName
{
border-color: #87AD9B;
}
</style>