Shades of Cascade #91ADA2
Tints of Cascade #91ADA2
RGB
CMYK
RGB Variations
Color information
#91ADA2 (or 0x91ADA2) is known color: Cascade. HEX triplet: 91, AD and A2. RGB value is (145,173,162). Sum of RGB (Red+Green+Blue) = 145+173+162=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #91ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ADA2 is #6E525D. Grayscale: #A3A3A3. Windows color (decimal): -7230046 or 10661265. OLE color: 10661265.
HSL color Cylindrical-coordinate representation of color #91ADA2: hue angle of 156.43º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91ADA2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 173 | 162 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.32 |
| HSL | 156.43º | 0.15% | 0.62% | - |
| HSV(B) | 156.43º | 0.16% | 0.68% | - |
| XYZ | 33.14 | 38.52 | 39.87 | - |
| YUV | 163.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 162 | 0.16 | 0 | 0.06 | 0.32 | 156.43 | 0.15 | 0.62 |
| Hex | 91 | AD | A2 | 10 | 0 | 6 | 20 | 9C | F | 3E |
| Octal | 221 | 255 | 242 | 20 | 0 | 6 | 40 | 234 | 17 | 76 |
| Binary | 10010001 | 10101101 | 10100010 | 10000 | 0 | 110 | 100000 | 10011100 | 1111 | 111110 |
Color Harmonies of #91ADA2
Complementary color
Monochromatic Colors of #91ADA2
Black with #91ADA2
Text Example
Text Example
White with #91ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADA2; }
p { color: rgb(145,173,162); }
H1.HeaderClassName
{
color: #91ADA2;
}
.AnyTagClassName
{
color: #91ADA2;
}
</style>
background-color css
<style>
a { background-color: #91ADA2; }
a { background-color: rgb(145,173,162); }
div.DivClassName
{
background-color: #91ADA2;
}
.BgClassName
{
background-color: #91ADA2;
}
</style>
border-color css
<style>
span { border-color: #91ADA2; }
span { border-color: rgb(145,173,162); }
td.TdClassName
{
border-color: #91ADA2;
}
.TagClassName
{
border-color: #91ADA2;
}
</style>