Shades of Cascade #93ABA3
Tints of Cascade #93ABA3
RGB
CMYK
RGB Variations
Color information
#93ABA3 (or 0x93ABA3) is known color: Cascade. HEX triplet: 93, AB and A3. RGB value is (147,171,163). Sum of RGB (Red+Green+Blue) = 147+171+163=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #93ABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ABA3 is #6C545C. Grayscale: #A2A2A2. Windows color (decimal): -7099485 or 10726291. OLE color: 10726291.
HSL color Cylindrical-coordinate representation of color #93ABA3: hue angle of 160º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93ABA3 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 163 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.33 |
| HSL | 160º | 0.13% | 0.62% | - |
| HSV(B) | 160º | 0.14% | 0.67% | - |
| XYZ | 33.21 | 37.97 | 40.23 | - |
| YUV | 162.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 163 | 0.14 | 0 | 0.05 | 0.33 | 160 | 0.13 | 0.62 |
| Hex | 93 | AB | A3 | E | 0 | 5 | 21 | A0 | C | 3E |
| Octal | 223 | 253 | 243 | 16 | 0 | 5 | 41 | 240 | 14 | 76 |
| Binary | 10010011 | 10101011 | 10100011 | 1110 | 0 | 101 | 100001 | 10100000 | 1100 | 111110 |
Color Harmonies of #93ABA3
Complementary color
Monochromatic Colors of #93ABA3
Black with #93ABA3
Text Example
Text Example
White with #93ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABA3; }
p { color: rgb(147,171,163); }
H1.HeaderClassName
{
color: #93ABA3;
}
.AnyTagClassName
{
color: #93ABA3;
}
</style>
background-color css
<style>
a { background-color: #93ABA3; }
a { background-color: rgb(147,171,163); }
div.DivClassName
{
background-color: #93ABA3;
}
.BgClassName
{
background-color: #93ABA3;
}
</style>
border-color css
<style>
span { border-color: #93ABA3; }
span { border-color: rgb(147,171,163); }
td.TdClassName
{
border-color: #93ABA3;
}
.TagClassName
{
border-color: #93ABA3;
}
</style>