Shades of Cascade #93A69F
Tints of Cascade #93A69F
RGB
CMYK
RGB Variations
Color information
#93A69F (or 0x93A69F) is known color: Cascade. HEX triplet: 93, A6 and 9F. RGB value is (147,166,159). Sum of RGB (Red+Green+Blue) = 147+166+159=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #93A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A69F is #6C5960. Grayscale: #9F9F9F. Windows color (decimal): -7100769 or 10462867. OLE color: 10462867.
HSL color Cylindrical-coordinate representation of color #93A69F: hue angle of 157.89º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A69F is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 166 | 159 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.35 |
| HSL | 157.89º | 0.1% | 0.61% | - |
| HSV(B) | 157.89º | 0.11% | 0.65% | - |
| XYZ | 31.93 | 35.98 | 38.06 | - |
| YUV | 159.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 159 | 0.11 | 0 | 0.04 | 0.35 | 157.89 | 0.1 | 0.61 |
| Hex | 93 | A6 | 9F | B | 0 | 4 | 23 | 9E | A | 3D |
| Octal | 223 | 246 | 237 | 13 | 0 | 4 | 43 | 236 | 12 | 75 |
| Binary | 10010011 | 10100110 | 10011111 | 1011 | 0 | 100 | 100011 | 10011110 | 1010 | 111101 |
Color Harmonies of #93A69F
Complementary color
Monochromatic Colors of #93A69F
Black with #93A69F
Text Example
Text Example
White with #93A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A69F; }
p { color: rgb(147,166,159); }
H1.HeaderClassName
{
color: #93A69F;
}
.AnyTagClassName
{
color: #93A69F;
}
</style>
background-color css
<style>
a { background-color: #93A69F; }
a { background-color: rgb(147,166,159); }
div.DivClassName
{
background-color: #93A69F;
}
.BgClassName
{
background-color: #93A69F;
}
</style>
border-color css
<style>
span { border-color: #93A69F; }
span { border-color: rgb(147,166,159); }
td.TdClassName
{
border-color: #93A69F;
}
.TagClassName
{
border-color: #93A69F;
}
</style>