Shades of Mantle #95AA8D
Tints of Mantle #95AA8D
RGB
CMYK
RGB Variations
Color information
#95AA8D (or 0x95AA8D) is known color: Mantle. HEX triplet: 95, AA and 8D. RGB value is (149,170,141). Sum of RGB (Red+Green+Blue) = 149+170+141=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA8D is #6A5572. Grayscale: #A0A0A0. Windows color (decimal): -6968691 or 9284245. OLE color: 9284245.
HSL color Cylindrical-coordinate representation of color #95AA8D: hue angle of 103.45º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95AA8D is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 170 | 141 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.33 |
| HSL | 103.45º | 0.15% | 0.61% | - |
| HSV(B) | 103.45º | 0.17% | 0.67% | - |
| XYZ | 31.58 | 37.06 | 30.69 | - |
| YUV | 160.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 141 | 0.12 | 0 | 0.17 | 0.33 | 103.45 | 0.15 | 0.61 |
| Hex | 95 | AA | 8D | C | 0 | 11 | 21 | 67 | F | 3D |
| Octal | 225 | 252 | 215 | 14 | 0 | 21 | 41 | 147 | 17 | 75 |
| Binary | 10010101 | 10101010 | 10001101 | 1100 | 0 | 10001 | 100001 | 1100111 | 1111 | 111101 |
Color Harmonies of #95AA8D
Complementary color
Monochromatic Colors of #95AA8D
Black with #95AA8D
Text Example
Text Example
White with #95AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AA8D; }
p { color: rgb(149,170,141); }
H1.HeaderClassName
{
color: #95AA8D;
}
.AnyTagClassName
{
color: #95AA8D;
}
</style>
background-color css
<style>
a { background-color: #95AA8D; }
a { background-color: rgb(149,170,141); }
div.DivClassName
{
background-color: #95AA8D;
}
.BgClassName
{
background-color: #95AA8D;
}
</style>
border-color css
<style>
span { border-color: #95AA8D; }
span { border-color: rgb(149,170,141); }
td.TdClassName
{
border-color: #95AA8D;
}
.TagClassName
{
border-color: #95AA8D;
}
</style>