Shades of Cascade #94AAA6
Tints of Cascade #94AAA6
RGB
CMYK
RGB Variations
Color information
#94AAA6 (or 0x94AAA6) is known color: Cascade. HEX triplet: 94, AA and A6. RGB value is (148,170,166). Sum of RGB (Red+Green+Blue) = 148+170+166=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 170 - color contains mainly: green. Hex color #94AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AAA6 is #6B5559. Grayscale: #A2A2A2. Windows color (decimal): -7034202 or 10922644. OLE color: 10922644.
HSL color Cylindrical-coordinate representation of color #94AAA6: hue angle of 169.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AAA6 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 166 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.33 |
| HSL | 169.09º | 0.11% | 0.62% | - |
| HSV(B) | 169.09º | 0.13% | 0.67% | - |
| XYZ | 33.47 | 37.8 | 41.61 | - |
| YUV | 162.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 166 | 0.13 | 0 | 0.02 | 0.33 | 169.09 | 0.11 | 0.62 |
| Hex | 94 | AA | A6 | D | 0 | 2 | 21 | A9 | B | 3E |
| Octal | 224 | 252 | 246 | 15 | 0 | 2 | 41 | 251 | 13 | 76 |
| Binary | 10010100 | 10101010 | 10100110 | 1101 | 0 | 10 | 100001 | 10101001 | 1011 | 111110 |
Color Harmonies of #94AAA6
Complementary color
Monochromatic Colors of #94AAA6
Black with #94AAA6
Text Example
Text Example
White with #94AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AAA6; }
p { color: rgb(148,170,166); }
H1.HeaderClassName
{
color: #94AAA6;
}
.AnyTagClassName
{
color: #94AAA6;
}
</style>
background-color css
<style>
a { background-color: #94AAA6; }
a { background-color: rgb(148,170,166); }
div.DivClassName
{
background-color: #94AAA6;
}
.BgClassName
{
background-color: #94AAA6;
}
</style>
border-color css
<style>
span { border-color: #94AAA6; }
span { border-color: rgb(148,170,166); }
td.TdClassName
{
border-color: #94AAA6;
}
.TagClassName
{
border-color: #94AAA6;
}
</style>