Shades of Mantle #96AE8E
Tints of Mantle #96AE8E
RGB
CMYK
RGB Variations
Color information
#96AE8E (or 0x96AE8E) is known color: Mantle. HEX triplet: 96, AE and 8E. RGB value is (150,174,142). Sum of RGB (Red+Green+Blue) = 150+174+142=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AE8E is #695171. Grayscale: #A3A3A3. Windows color (decimal): -6902130 or 9350806. OLE color: 9350806.
HSL color Cylindrical-coordinate representation of color #96AE8E: hue angle of 105º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96AE8E is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 174 | 142 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.32 |
| HSL | 105º | 0.16% | 0.62% | - |
| HSV(B) | 105º | 0.18% | 0.68% | - |
| XYZ | 32.6 | 38.71 | 31.34 | - |
| YUV | 163.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 142 | 0.14 | 0 | 0.18 | 0.32 | 105 | 0.16 | 0.62 |
| Hex | 96 | AE | 8E | E | 0 | 12 | 20 | 69 | 10 | 3E |
| Octal | 226 | 256 | 216 | 16 | 0 | 22 | 40 | 151 | 20 | 76 |
| Binary | 10010110 | 10101110 | 10001110 | 1110 | 0 | 10010 | 100000 | 1101001 | 10000 | 111110 |
Color Harmonies of #96AE8E
Complementary color
Monochromatic Colors of #96AE8E
Black with #96AE8E
Text Example
Text Example
White with #96AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AE8E; }
p { color: rgb(150,174,142); }
H1.HeaderClassName
{
color: #96AE8E;
}
.AnyTagClassName
{
color: #96AE8E;
}
</style>
background-color css
<style>
a { background-color: #96AE8E; }
a { background-color: rgb(150,174,142); }
div.DivClassName
{
background-color: #96AE8E;
}
.BgClassName
{
background-color: #96AE8E;
}
</style>
border-color css
<style>
span { border-color: #96AE8E; }
span { border-color: rgb(150,174,142); }
td.TdClassName
{
border-color: #96AE8E;
}
.TagClassName
{
border-color: #96AE8E;
}
</style>