Shades of Cascade #97AAA5
Tints of Cascade #97AAA5
RGB
CMYK
RGB Variations
Color information
#97AAA5 (or 0x97AAA5) is known color: Cascade. HEX triplet: 97, AA and A5. RGB value is (151,170,165). Sum of RGB (Red+Green+Blue) = 151+170+165=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 170 - color contains mainly: green. Hex color #97AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AAA5 is #68555A. Grayscale: #A3A3A3. Windows color (decimal): -6837595 or 10857111. OLE color: 10857111.
HSL color Cylindrical-coordinate representation of color #97AAA5: 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 #97AAA5 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 170 | 165 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.33 |
| HSL | 164.21º | 0.1% | 0.63% | - |
| HSV(B) | 164.21º | 0.11% | 0.67% | - |
| XYZ | 33.93 | 38.05 | 41.15 | - |
| YUV | 163.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 170 | 165 | 0.11 | 0 | 0.03 | 0.33 | 164.21 | 0.1 | 0.63 |
| Hex | 97 | AA | A5 | B | 0 | 3 | 21 | A4 | A | 3F |
| Octal | 227 | 252 | 245 | 13 | 0 | 3 | 41 | 244 | 12 | 77 |
| Binary | 10010111 | 10101010 | 10100101 | 1011 | 0 | 11 | 100001 | 10100100 | 1010 | 111111 |
Color Harmonies of #97AAA5
Complementary color
Monochromatic Colors of #97AAA5
Black with #97AAA5
Text Example
Text Example
White with #97AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AAA5; }
p { color: rgb(151,170,165); }
H1.HeaderClassName
{
color: #97AAA5;
}
.AnyTagClassName
{
color: #97AAA5;
}
</style>
background-color css
<style>
a { background-color: #97AAA5; }
a { background-color: rgb(151,170,165); }
div.DivClassName
{
background-color: #97AAA5;
}
.BgClassName
{
background-color: #97AAA5;
}
</style>
border-color css
<style>
span { border-color: #97AAA5; }
span { border-color: rgb(151,170,165); }
td.TdClassName
{
border-color: #97AAA5;
}
.TagClassName
{
border-color: #97AAA5;
}
</style>