Shades of Mantle #94AC8B
Tints of Mantle #94AC8B
RGB
CMYK
RGB Variations
Color information
#94AC8B (or 0x94AC8B) is known color: Mantle. HEX triplet: 94, AC and 8B. RGB value is (148,172,139). Sum of RGB (Red+Green+Blue) = 148+172+139=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC8B is #6B5374. Grayscale: #A1A1A1. Windows color (decimal): -7033717 or 9153684. OLE color: 9153684.
HSL color Cylindrical-coordinate representation of color #94AC8B: hue angle of 103.64º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94AC8B is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 172 | 139 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.33 |
| HSL | 103.64º | 0.17% | 0.61% | - |
| HSV(B) | 103.64º | 0.19% | 0.67% | - |
| XYZ | 31.63 | 37.67 | 30.03 | - |
| YUV | 161.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 139 | 0.14 | 0 | 0.19 | 0.33 | 103.64 | 0.17 | 0.61 |
| Hex | 94 | AC | 8B | E | 0 | 13 | 21 | 68 | 11 | 3D |
| Octal | 224 | 254 | 213 | 16 | 0 | 23 | 41 | 150 | 21 | 75 |
| Binary | 10010100 | 10101100 | 10001011 | 1110 | 0 | 10011 | 100001 | 1101000 | 10001 | 111101 |
Color Harmonies of #94AC8B
Complementary color
Monochromatic Colors of #94AC8B
Black with #94AC8B
Text Example
Text Example
White with #94AC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AC8B; }
p { color: rgb(148,172,139); }
H1.HeaderClassName
{
color: #94AC8B;
}
.AnyTagClassName
{
color: #94AC8B;
}
</style>
background-color css
<style>
a { background-color: #94AC8B; }
a { background-color: rgb(148,172,139); }
div.DivClassName
{
background-color: #94AC8B;
}
.BgClassName
{
background-color: #94AC8B;
}
</style>
border-color css
<style>
span { border-color: #94AC8B; }
span { border-color: rgb(148,172,139); }
td.TdClassName
{
border-color: #94AC8B;
}
.TagClassName
{
border-color: #94AC8B;
}
</style>