Shades of Mantle #94AF8F
Tints of Mantle #94AF8F
RGB
CMYK
RGB Variations
Color information
#94AF8F (or 0x94AF8F) is known color: Mantle. HEX triplet: 94, AF and 8F. RGB value is (148,175,143). Sum of RGB (Red+Green+Blue) = 148+175+143=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AF8F is #6B5070. Grayscale: #A3A3A3. Windows color (decimal): -7032945 or 9416596. OLE color: 9416596.
HSL color Cylindrical-coordinate representation of color #94AF8F: hue angle of 110.62º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94AF8F is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 175 | 143 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.31 |
| HSL | 110.63º | 0.17% | 0.62% | - |
| HSV(B) | 110.63º | 0.18% | 0.69% | - |
| XYZ | 32.5 | 38.94 | 31.79 | - |
| YUV | 163.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 175 | 143 | 0.15 | 0 | 0.18 | 0.31 | 110.63 | 0.17 | 0.62 |
| Hex | 94 | AF | 8F | F | 0 | 12 | 1F | 6F | 11 | 3E |
| Octal | 224 | 257 | 217 | 17 | 0 | 22 | 37 | 157 | 21 | 76 |
| Binary | 10010100 | 10101111 | 10001111 | 1111 | 0 | 10010 | 11111 | 1101111 | 10001 | 111110 |
Color Harmonies of #94AF8F
Complementary color
Monochromatic Colors of #94AF8F
Black with #94AF8F
Text Example
Text Example
White with #94AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AF8F; }
p { color: rgb(148,175,143); }
H1.HeaderClassName
{
color: #94AF8F;
}
.AnyTagClassName
{
color: #94AF8F;
}
</style>
background-color css
<style>
a { background-color: #94AF8F; }
a { background-color: rgb(148,175,143); }
div.DivClassName
{
background-color: #94AF8F;
}
.BgClassName
{
background-color: #94AF8F;
}
</style>
border-color css
<style>
span { border-color: #94AF8F; }
span { border-color: rgb(148,175,143); }
td.TdClassName
{
border-color: #94AF8F;
}
.TagClassName
{
border-color: #94AF8F;
}
</style>