Shades of Padua #86AA98
Tints of Padua #86AA98
RGB
CMYK
RGB Variations
Color information
#86AA98 (or 0x86AA98) is known color: Padua. HEX triplet: 86, AA and 98. RGB value is (134,170,152). Sum of RGB (Red+Green+Blue) = 134+170+152=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AA98 is #795567. Grayscale: #9D9D9D. Windows color (decimal): -7951720 or 10005126. OLE color: 10005126.
HSL color Cylindrical-coordinate representation of color #86AA98: hue angle of 150º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86AA98 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 152 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.33 |
| HSL | 150º | 0.17% | 0.6% | - |
| HSV(B) | 150º | 0.21% | 0.67% | - |
| XYZ | 29.87 | 36.08 | 35.1 | - |
| YUV | 157.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 152 | 0.21 | 0 | 0.11 | 0.33 | 150 | 0.17 | 0.6 |
| Hex | 86 | AA | 98 | 15 | 0 | B | 21 | 96 | 11 | 3C |
| Octal | 206 | 252 | 230 | 25 | 0 | 13 | 41 | 226 | 21 | 74 |
| Binary | 10000110 | 10101010 | 10011000 | 10101 | 0 | 1011 | 100001 | 10010110 | 10001 | 111100 |
Color Harmonies of #86AA98
Complementary color
Monochromatic Colors of #86AA98
Black with #86AA98
Text Example
Text Example
White with #86AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA98; }
p { color: rgb(134,170,152); }
H1.HeaderClassName
{
color: #86AA98;
}
.AnyTagClassName
{
color: #86AA98;
}
</style>
background-color css
<style>
a { background-color: #86AA98; }
a { background-color: rgb(134,170,152); }
div.DivClassName
{
background-color: #86AA98;
}
.BgClassName
{
background-color: #86AA98;
}
</style>
border-color css
<style>
span { border-color: #86AA98; }
span { border-color: rgb(134,170,152); }
td.TdClassName
{
border-color: #86AA98;
}
.TagClassName
{
border-color: #86AA98;
}
</style>