Shades of Mantle #94A08E
Tints of Mantle #94A08E
RGB
CMYK
RGB Variations
Color information
#94A08E (or 0x94A08E) is known color: Mantle. HEX triplet: 94, A0 and 8E. RGB value is (148,160,142). Sum of RGB (Red+Green+Blue) = 148+160+142=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 160 - color contains mainly: green. Hex color #94A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A08E is #6B5F71. Grayscale: #9A9A9A. Windows color (decimal): -7036786 or 9347220. OLE color: 9347220.
HSL color Cylindrical-coordinate representation of color #94A08E: hue angle of 100º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A08E is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 142 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.37 |
| HSL | 100º | 0.09% | 0.59% | - |
| HSV(B) | 100º | 0.11% | 0.63% | - |
| XYZ | 29.67 | 33.39 | 30.47 | - |
| YUV | 154.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 142 | 0.07 | 0 | 0.11 | 0.37 | 100 | 0.09 | 0.59 |
| Hex | 94 | A0 | 8E | 7 | 0 | B | 25 | 64 | 9 | 3B |
| Octal | 224 | 240 | 216 | 7 | 0 | 13 | 45 | 144 | 11 | 73 |
| Binary | 10010100 | 10100000 | 10001110 | 111 | 0 | 1011 | 100101 | 1100100 | 1001 | 111011 |
Color Harmonies of #94A08E
Complementary color
Monochromatic Colors of #94A08E
Black with #94A08E
Text Example
Text Example
White with #94A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A08E; }
p { color: rgb(148,160,142); }
H1.HeaderClassName
{
color: #94A08E;
}
.AnyTagClassName
{
color: #94A08E;
}
</style>
background-color css
<style>
a { background-color: #94A08E; }
a { background-color: rgb(148,160,142); }
div.DivClassName
{
background-color: #94A08E;
}
.BgClassName
{
background-color: #94A08E;
}
</style>
border-color css
<style>
span { border-color: #94A08E; }
span { border-color: rgb(148,160,142); }
td.TdClassName
{
border-color: #94A08E;
}
.TagClassName
{
border-color: #94A08E;
}
</style>