Shades of Mantle #8AA988
Tints of Mantle #8AA988
RGB
CMYK
RGB Variations
Color information
#8AA988 (or 0x8AA988) is known color: Mantle. HEX triplet: 8A, A9 and 88. RGB value is (138,169,136). Sum of RGB (Red+Green+Blue) = 138+169+136=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA988 is #755677. Grayscale: #9C9C9C. Windows color (decimal): -7689848 or 8956298. OLE color: 8956298.
HSL color Cylindrical-coordinate representation of color #8AA988: hue angle of 116.36º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AA988 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 169 | 136 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.34 |
| HSL | 116.36º | 0.16% | 0.6% | - |
| HSV(B) | 116.36º | 0.2% | 0.66% | - |
| XYZ | 29.11 | 35.56 | 28.62 | - |
| YUV | 155.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 136 | 0.18 | 0 | 0.20 | 0.34 | 116.36 | 0.16 | 0.6 |
| Hex | 8A | A9 | 88 | 12 | 0 | 14 | 22 | 74 | 10 | 3C |
| Octal | 212 | 251 | 210 | 22 | 0 | 24 | 42 | 164 | 20 | 74 |
| Binary | 10001010 | 10101001 | 10001000 | 10010 | 0 | 10100 | 100010 | 1110100 | 10000 | 111100 |
Color Harmonies of #8AA988
Complementary color
Monochromatic Colors of #8AA988
Black with #8AA988
Text Example
Text Example
White with #8AA988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA988; }
p { color: rgb(138,169,136); }
H1.HeaderClassName
{
color: #8AA988;
}
.AnyTagClassName
{
color: #8AA988;
}
</style>
background-color css
<style>
a { background-color: #8AA988; }
a { background-color: rgb(138,169,136); }
div.DivClassName
{
background-color: #8AA988;
}
.BgClassName
{
background-color: #8AA988;
}
</style>
border-color css
<style>
span { border-color: #8AA988; }
span { border-color: rgb(138,169,136); }
td.TdClassName
{
border-color: #8AA988;
}
.TagClassName
{
border-color: #8AA988;
}
</style>