Shades of Mantle #9DAE9A
Tints of Mantle #9DAE9A
RGB
CMYK
RGB Variations
Color information
#9DAE9A (or 0x9DAE9A) is known color: Mantle. HEX triplet: 9D, AE and 9A. RGB value is (157,174,154). Sum of RGB (Red+Green+Blue) = 157+174+154=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE9A is #625165. Grayscale: #A6A6A6. Windows color (decimal): -6443366 or 10137245. OLE color: 10137245.
HSL color Cylindrical-coordinate representation of color #9DAE9A: hue angle of 111º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DAE9A is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 154 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.32 |
| HSL | 111º | 0.11% | 0.64% | - |
| HSV(B) | 111º | 0.11% | 0.68% | - |
| XYZ | 34.87 | 39.77 | 36.41 | - |
| YUV | 166.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 154 | 0.10 | 0 | 0.11 | 0.32 | 111 | 0.11 | 0.64 |
| Hex | 9D | AE | 9A | A | 0 | B | 20 | 6F | B | 40 |
| Octal | 235 | 256 | 232 | 12 | 0 | 13 | 40 | 157 | 13 | 100 |
| Binary | 10011101 | 10101110 | 10011010 | 1010 | 0 | 1011 | 100000 | 1101111 | 1011 | 1000000 |
Color Harmonies of #9DAE9A
Complementary color
Monochromatic Colors of #9DAE9A
Black with #9DAE9A
Text Example
Text Example
White with #9DAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE9A; }
p { color: rgb(157,174,154); }
H1.HeaderClassName
{
color: #9DAE9A;
}
.AnyTagClassName
{
color: #9DAE9A;
}
</style>
background-color css
<style>
a { background-color: #9DAE9A; }
a { background-color: rgb(157,174,154); }
div.DivClassName
{
background-color: #9DAE9A;
}
.BgClassName
{
background-color: #9DAE9A;
}
</style>
border-color css
<style>
span { border-color: #9DAE9A; }
span { border-color: rgb(157,174,154); }
td.TdClassName
{
border-color: #9DAE9A;
}
.TagClassName
{
border-color: #9DAE9A;
}
</style>