Shades of Mantle #8FAF8A
Tints of Mantle #8FAF8A
RGB
CMYK
RGB Variations
Color information
#8FAF8A (or 0x8FAF8A) is known color: Mantle. HEX triplet: 8F, AF and 8A. RGB value is (143,175,138). Sum of RGB (Red+Green+Blue) = 143+175+138=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF8A is #705075. Grayscale: #A1A1A1. Windows color (decimal): -7360630 or 9088911. OLE color: 9088911.
HSL color Cylindrical-coordinate representation of color #8FAF8A: hue angle of 111.89º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FAF8A is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 138 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.31 |
| HSL | 111.89º | 0.19% | 0.61% | - |
| HSV(B) | 111.89º | 0.21% | 0.69% | - |
| XYZ | 31.25 | 38.33 | 29.8 | - |
| YUV | 161.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 138 | 0.18 | 0 | 0.21 | 0.31 | 111.89 | 0.19 | 0.61 |
| Hex | 8F | AF | 8A | 12 | 0 | 15 | 1F | 70 | 13 | 3D |
| Octal | 217 | 257 | 212 | 22 | 0 | 25 | 37 | 160 | 23 | 75 |
| Binary | 10001111 | 10101111 | 10001010 | 10010 | 0 | 10101 | 11111 | 1110000 | 10011 | 111101 |
Color Harmonies of #8FAF8A
Complementary color
Monochromatic Colors of #8FAF8A
Black with #8FAF8A
Text Example
Text Example
White with #8FAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF8A; }
p { color: rgb(143,175,138); }
H1.HeaderClassName
{
color: #8FAF8A;
}
.AnyTagClassName
{
color: #8FAF8A;
}
</style>
background-color css
<style>
a { background-color: #8FAF8A; }
a { background-color: rgb(143,175,138); }
div.DivClassName
{
background-color: #8FAF8A;
}
.BgClassName
{
background-color: #8FAF8A;
}
</style>
border-color css
<style>
span { border-color: #8FAF8A; }
span { border-color: rgb(143,175,138); }
td.TdClassName
{
border-color: #8FAF8A;
}
.TagClassName
{
border-color: #8FAF8A;
}
</style>