Shades of Mantle #8AA887
Tints of Mantle #8AA887
RGB
CMYK
RGB Variations
Color information
#8AA887 (or 0x8AA887) is known color: Mantle. HEX triplet: 8A, A8 and 87. RGB value is (138,168,135). Sum of RGB (Red+Green+Blue) = 138+168+135=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA887 is #755778. Grayscale: #9B9B9B. Windows color (decimal): -7690105 or 8890506. OLE color: 8890506.
HSL color Cylindrical-coordinate representation of color #8AA887: hue angle of 114.55º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AA887 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 135 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.34 |
| HSL | 114.55º | 0.16% | 0.59% | - |
| HSV(B) | 114.55º | 0.2% | 0.66% | - |
| XYZ | 28.86 | 35.16 | 28.19 | - |
| YUV | 155.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 135 | 0.18 | 0 | 0.20 | 0.34 | 114.55 | 0.16 | 0.59 |
| Hex | 8A | A8 | 87 | 12 | 0 | 14 | 22 | 73 | 10 | 3B |
| Octal | 212 | 250 | 207 | 22 | 0 | 24 | 42 | 163 | 20 | 73 |
| Binary | 10001010 | 10101000 | 10000111 | 10010 | 0 | 10100 | 100010 | 1110011 | 10000 | 111011 |
Color Harmonies of #8AA887
Complementary color
Monochromatic Colors of #8AA887
Black with #8AA887
Text Example
Text Example
White with #8AA887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA887; }
p { color: rgb(138,168,135); }
H1.HeaderClassName
{
color: #8AA887;
}
.AnyTagClassName
{
color: #8AA887;
}
</style>
background-color css
<style>
a { background-color: #8AA887; }
a { background-color: rgb(138,168,135); }
div.DivClassName
{
background-color: #8AA887;
}
.BgClassName
{
background-color: #8AA887;
}
</style>
border-color css
<style>
span { border-color: #8AA887; }
span { border-color: rgb(138,168,135); }
td.TdClassName
{
border-color: #8AA887;
}
.TagClassName
{
border-color: #8AA887;
}
</style>