Shades of Cascade #98ABA6
Tints of Cascade #98ABA6
RGB
CMYK
RGB Variations
Color information
#98ABA6 (or 0x98ABA6) is known color: Cascade. HEX triplet: 98, AB and A6. RGB value is (152,171,166). Sum of RGB (Red+Green+Blue) = 152+171+166=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 171 - color contains mainly: green. Hex color #98ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ABA6 is #675459. Grayscale: #A4A4A4. Windows color (decimal): -6771802 or 10922904. OLE color: 10922904.
HSL color Cylindrical-coordinate representation of color #98ABA6: hue angle of 164.21º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98ABA6 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 171 | 166 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.33 |
| HSL | 164.21º | 0.1% | 0.63% | - |
| HSV(B) | 164.21º | 0.11% | 0.67% | - |
| XYZ | 34.39 | 38.55 | 41.71 | - |
| YUV | 164.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 166 | 0.11 | 0 | 0.03 | 0.33 | 164.21 | 0.1 | 0.63 |
| Hex | 98 | AB | A6 | B | 0 | 3 | 21 | A4 | A | 3F |
| Octal | 230 | 253 | 246 | 13 | 0 | 3 | 41 | 244 | 12 | 77 |
| Binary | 10011000 | 10101011 | 10100110 | 1011 | 0 | 11 | 100001 | 10100100 | 1010 | 111111 |
Color Harmonies of #98ABA6
Complementary color
Monochromatic Colors of #98ABA6
Black with #98ABA6
Text Example
Text Example
White with #98ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ABA6; }
p { color: rgb(152,171,166); }
H1.HeaderClassName
{
color: #98ABA6;
}
.AnyTagClassName
{
color: #98ABA6;
}
</style>
background-color css
<style>
a { background-color: #98ABA6; }
a { background-color: rgb(152,171,166); }
div.DivClassName
{
background-color: #98ABA6;
}
.BgClassName
{
background-color: #98ABA6;
}
</style>
border-color css
<style>
span { border-color: #98ABA6; }
span { border-color: rgb(152,171,166); }
td.TdClassName
{
border-color: #98ABA6;
}
.TagClassName
{
border-color: #98ABA6;
}
</style>