Shades of Cascade #91A99F
Tints of Cascade #91A99F
RGB
CMYK
RGB Variations
Color information
#91A99F (or 0x91A99F) is known color: Cascade. HEX triplet: 91, A9 and 9F. RGB value is (145,169,159). Sum of RGB (Red+Green+Blue) = 145+169+159=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #91A99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A99F is #6E5660. Grayscale: #A0A0A0. Windows color (decimal): -7231073 or 10463633. OLE color: 10463633.
HSL color Cylindrical-coordinate representation of color #91A99F: hue angle of 155º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91A99F is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 169 | 159 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.34 |
| HSL | 155º | 0.12% | 0.62% | - |
| HSV(B) | 155º | 0.14% | 0.66% | - |
| XYZ | 32.12 | 36.9 | 38.23 | - |
| YUV | 160.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 169 | 159 | 0.14 | 0 | 0.06 | 0.34 | 155 | 0.12 | 0.62 |
| Hex | 91 | A9 | 9F | E | 0 | 6 | 22 | 9B | C | 3E |
| Octal | 221 | 251 | 237 | 16 | 0 | 6 | 42 | 233 | 14 | 76 |
| Binary | 10010001 | 10101001 | 10011111 | 1110 | 0 | 110 | 100010 | 10011011 | 1100 | 111110 |
Color Harmonies of #91A99F
Complementary color
Monochromatic Colors of #91A99F
Black with #91A99F
Text Example
Text Example
White with #91A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A99F; }
p { color: rgb(145,169,159); }
H1.HeaderClassName
{
color: #91A99F;
}
.AnyTagClassName
{
color: #91A99F;
}
</style>
background-color css
<style>
a { background-color: #91A99F; }
a { background-color: rgb(145,169,159); }
div.DivClassName
{
background-color: #91A99F;
}
.BgClassName
{
background-color: #91A99F;
}
</style>
border-color css
<style>
span { border-color: #91A99F; }
span { border-color: rgb(145,169,159); }
td.TdClassName
{
border-color: #91A99F;
}
.TagClassName
{
border-color: #91A99F;
}
</style>