Shades of Padua #8AAC9B
Tints of Padua #8AAC9B
RGB
CMYK
RGB Variations
Color information
#8AAC9B (or 0x8AAC9B) is known color: Padua. HEX triplet: 8A, AC and 9B. RGB value is (138,172,155). Sum of RGB (Red+Green+Blue) = 138+172+155=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAC9B is #755364. Grayscale: #9F9F9F. Windows color (decimal): -7689061 or 10202250. OLE color: 10202250.
HSL color Cylindrical-coordinate representation of color #8AAC9B: hue angle of 150º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AAC9B is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 155 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.33 |
| HSL | 150º | 0.17% | 0.61% | - |
| HSV(B) | 150º | 0.2% | 0.67% | - |
| XYZ | 31.15 | 37.27 | 36.56 | - |
| YUV | 159.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 155 | 0.20 | 0 | 0.10 | 0.33 | 150 | 0.17 | 0.61 |
| Hex | 8A | AC | 9B | 14 | 0 | A | 21 | 96 | 11 | 3D |
| Octal | 212 | 254 | 233 | 24 | 0 | 12 | 41 | 226 | 21 | 75 |
| Binary | 10001010 | 10101100 | 10011011 | 10100 | 0 | 1010 | 100001 | 10010110 | 10001 | 111101 |
Color Harmonies of #8AAC9B
Complementary color
Monochromatic Colors of #8AAC9B
Black with #8AAC9B
Text Example
Text Example
White with #8AAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC9B; }
p { color: rgb(138,172,155); }
H1.HeaderClassName
{
color: #8AAC9B;
}
.AnyTagClassName
{
color: #8AAC9B;
}
</style>
background-color css
<style>
a { background-color: #8AAC9B; }
a { background-color: rgb(138,172,155); }
div.DivClassName
{
background-color: #8AAC9B;
}
.BgClassName
{
background-color: #8AAC9B;
}
</style>
border-color css
<style>
span { border-color: #8AAC9B; }
span { border-color: rgb(138,172,155); }
td.TdClassName
{
border-color: #8AAC9B;
}
.TagClassName
{
border-color: #8AAC9B;
}
</style>