Shades of Mantle #8AA884
Tints of Mantle #8AA884
RGB
CMYK
RGB Variations
Color information
#8AA884 (or 0x8AA884) is known color: Mantle. HEX triplet: 8A, A8 and 84. RGB value is (138,168,132). Sum of RGB (Red+Green+Blue) = 138+168+132=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA884 is #75577B. Grayscale: #9B9B9B. Windows color (decimal): -7690108 or 8693898. OLE color: 8693898.
HSL color Cylindrical-coordinate representation of color #8AA884: hue angle of 110º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AA884 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 132 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.34 |
| HSL | 110º | 0.17% | 0.59% | - |
| HSV(B) | 110º | 0.21% | 0.66% | - |
| XYZ | 28.65 | 35.07 | 27.09 | - |
| YUV | 154.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 132 | 0.18 | 0 | 0.21 | 0.34 | 110 | 0.17 | 0.59 |
| Hex | 8A | A8 | 84 | 12 | 0 | 15 | 22 | 6E | 11 | 3B |
| Octal | 212 | 250 | 204 | 22 | 0 | 25 | 42 | 156 | 21 | 73 |
| Binary | 10001010 | 10101000 | 10000100 | 10010 | 0 | 10101 | 100010 | 1101110 | 10001 | 111011 |
Color Harmonies of #8AA884
Complementary color
Monochromatic Colors of #8AA884
Black with #8AA884
Text Example
Text Example
White with #8AA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA884; }
p { color: rgb(138,168,132); }
H1.HeaderClassName
{
color: #8AA884;
}
.AnyTagClassName
{
color: #8AA884;
}
</style>
background-color css
<style>
a { background-color: #8AA884; }
a { background-color: rgb(138,168,132); }
div.DivClassName
{
background-color: #8AA884;
}
.BgClassName
{
background-color: #8AA884;
}
</style>
border-color css
<style>
span { border-color: #8AA884; }
span { border-color: rgb(138,168,132); }
td.TdClassName
{
border-color: #8AA884;
}
.TagClassName
{
border-color: #8AA884;
}
</style>