Shades of Cascade #94AAA5
Tints of Cascade #94AAA5
RGB
CMYK
RGB Variations
Color information
#94AAA5 (or 0x94AAA5) is known color: Cascade. HEX triplet: 94, AA and A5. RGB value is (148,170,165). Sum of RGB (Red+Green+Blue) = 148+170+165=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #94AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AAA5 is #6B555A. Grayscale: #A2A2A2. Windows color (decimal): -7034203 or 10857108. OLE color: 10857108.
HSL color Cylindrical-coordinate representation of color #94AAA5: hue angle of 166.36º 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 #94AAA5 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 165 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.33 |
| HSL | 166.36º | 0.11% | 0.62% | - |
| HSV(B) | 166.36º | 0.13% | 0.67% | - |
| XYZ | 33.38 | 37.76 | 41.13 | - |
| YUV | 162.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 165 | 0.13 | 0 | 0.03 | 0.33 | 166.36 | 0.11 | 0.62 |
| Hex | 94 | AA | A5 | D | 0 | 3 | 21 | A6 | B | 3E |
| Octal | 224 | 252 | 245 | 15 | 0 | 3 | 41 | 246 | 13 | 76 |
| Binary | 10010100 | 10101010 | 10100101 | 1101 | 0 | 11 | 100001 | 10100110 | 1011 | 111110 |
Color Harmonies of #94AAA5
Complementary color
Monochromatic Colors of #94AAA5
Black with #94AAA5
Text Example
Text Example
White with #94AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AAA5; }
p { color: rgb(148,170,165); }
H1.HeaderClassName
{
color: #94AAA5;
}
.AnyTagClassName
{
color: #94AAA5;
}
</style>
background-color css
<style>
a { background-color: #94AAA5; }
a { background-color: rgb(148,170,165); }
div.DivClassName
{
background-color: #94AAA5;
}
.BgClassName
{
background-color: #94AAA5;
}
</style>
border-color css
<style>
span { border-color: #94AAA5; }
span { border-color: rgb(148,170,165); }
td.TdClassName
{
border-color: #94AAA5;
}
.TagClassName
{
border-color: #94AAA5;
}
</style>