Shades of Cascade #96ABA6
Tints of Cascade #96ABA6
RGB
CMYK
RGB Variations
Color information
#96ABA6 (or 0x96ABA6) is known color: Cascade. HEX triplet: 96, AB and A6. RGB value is (150,171,166). Sum of RGB (Red+Green+Blue) = 150+171+166=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 171 - color contains mainly: green. Hex color #96ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABA6 is #695459. Grayscale: #A4A4A4. Windows color (decimal): -6902874 or 10922902. OLE color: 10922902.
HSL color Cylindrical-coordinate representation of color #96ABA6: hue angle of 165.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96ABA6 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 166 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.33 |
| HSL | 165.71º | 0.11% | 0.63% | - |
| HSV(B) | 165.71º | 0.12% | 0.67% | - |
| XYZ | 34.02 | 38.36 | 41.69 | - |
| YUV | 164.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 166 | 0.12 | 0 | 0.03 | 0.33 | 165.71 | 0.11 | 0.63 |
| Hex | 96 | AB | A6 | C | 0 | 3 | 21 | A6 | B | 3F |
| Octal | 226 | 253 | 246 | 14 | 0 | 3 | 41 | 246 | 13 | 77 |
| Binary | 10010110 | 10101011 | 10100110 | 1100 | 0 | 11 | 100001 | 10100110 | 1011 | 111111 |
Color Harmonies of #96ABA6
Complementary color
Monochromatic Colors of #96ABA6
Black with #96ABA6
Text Example
Text Example
White with #96ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ABA6; }
p { color: rgb(150,171,166); }
H1.HeaderClassName
{
color: #96ABA6;
}
.AnyTagClassName
{
color: #96ABA6;
}
</style>
background-color css
<style>
a { background-color: #96ABA6; }
a { background-color: rgb(150,171,166); }
div.DivClassName
{
background-color: #96ABA6;
}
.BgClassName
{
background-color: #96ABA6;
}
</style>
border-color css
<style>
span { border-color: #96ABA6; }
span { border-color: rgb(150,171,166); }
td.TdClassName
{
border-color: #96ABA6;
}
.TagClassName
{
border-color: #96ABA6;
}
</style>