Shades of Mantle #95AA8A
Tints of Mantle #95AA8A
RGB
CMYK
RGB Variations
Color information
#95AA8A (or 0x95AA8A) is known color: Mantle. HEX triplet: 95, AA and 8A. RGB value is (149,170,138). Sum of RGB (Red+Green+Blue) = 149+170+138=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA8A is #6A5575. Grayscale: #A0A0A0. Windows color (decimal): -6968694 or 9087637. OLE color: 9087637.
HSL color Cylindrical-coordinate representation of color #95AA8A: hue angle of 99.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95AA8A is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 170 | 138 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.33 |
| HSL | 99.38º | 0.16% | 0.6% | - |
| HSV(B) | 99.38º | 0.19% | 0.67% | - |
| XYZ | 31.36 | 36.97 | 29.53 | - |
| YUV | 160.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 138 | 0.12 | 0 | 0.19 | 0.33 | 99.38 | 0.16 | 0.6 |
| Hex | 95 | AA | 8A | C | 0 | 13 | 21 | 63 | 10 | 3C |
| Octal | 225 | 252 | 212 | 14 | 0 | 23 | 41 | 143 | 20 | 74 |
| Binary | 10010101 | 10101010 | 10001010 | 1100 | 0 | 10011 | 100001 | 1100011 | 10000 | 111100 |
Color Harmonies of #95AA8A
Complementary color
Monochromatic Colors of #95AA8A
Black with #95AA8A
Text Example
Text Example
White with #95AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AA8A; }
p { color: rgb(149,170,138); }
H1.HeaderClassName
{
color: #95AA8A;
}
.AnyTagClassName
{
color: #95AA8A;
}
</style>
background-color css
<style>
a { background-color: #95AA8A; }
a { background-color: rgb(149,170,138); }
div.DivClassName
{
background-color: #95AA8A;
}
.BgClassName
{
background-color: #95AA8A;
}
</style>
border-color css
<style>
span { border-color: #95AA8A; }
span { border-color: rgb(149,170,138); }
td.TdClassName
{
border-color: #95AA8A;
}
.TagClassName
{
border-color: #95AA8A;
}
</style>