Shades of Padua #87B7A0
Tints of Padua #87B7A0
RGB
CMYK
RGB Variations
Color information
#87B7A0 (or 0x87B7A0) is known color: Padua. HEX triplet: 87, B7 and A0. RGB value is (135,183,160). Sum of RGB (Red+Green+Blue) = 135+183+160=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #87B7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B7A0 is #78485F. Grayscale: #A6A6A6. Windows color (decimal): -7882848 or 10532743. OLE color: 10532743.
HSL color Cylindrical-coordinate representation of color #87B7A0: hue angle of 151.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87B7A0 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 183 | 160 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.28 |
| HSL | 151.25º | 0.25% | 0.62% | - |
| HSV(B) | 151.25º | 0.26% | 0.72% | - |
| XYZ | 33.27 | 41.56 | 39.53 | - |
| YUV | 166.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 183 | 160 | 0.26 | 0 | 0.13 | 0.28 | 151.25 | 0.25 | 0.62 |
| Hex | 87 | B7 | A0 | 1A | 0 | D | 1C | 97 | 19 | 3E |
| Octal | 207 | 267 | 240 | 32 | 0 | 15 | 34 | 227 | 31 | 76 |
| Binary | 10000111 | 10110111 | 10100000 | 11010 | 0 | 1101 | 11100 | 10010111 | 11001 | 111110 |
Color Harmonies of #87B7A0
Complementary color
Monochromatic Colors of #87B7A0
Black with #87B7A0
Text Example
Text Example
White with #87B7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B7A0; }
p { color: rgb(135,183,160); }
H1.HeaderClassName
{
color: #87B7A0;
}
.AnyTagClassName
{
color: #87B7A0;
}
</style>
background-color css
<style>
a { background-color: #87B7A0; }
a { background-color: rgb(135,183,160); }
div.DivClassName
{
background-color: #87B7A0;
}
.BgClassName
{
background-color: #87B7A0;
}
</style>
border-color css
<style>
span { border-color: #87B7A0; }
span { border-color: rgb(135,183,160); }
td.TdClassName
{
border-color: #87B7A0;
}
.TagClassName
{
border-color: #87B7A0;
}
</style>