Shades of Cascade #90ABA3
Tints of Cascade #90ABA3
RGB
CMYK
RGB Variations
Color information
#90ABA3 (or 0x90ABA3) is known color: Cascade. HEX triplet: 90, AB and A3. RGB value is (144,171,163). Sum of RGB (Red+Green+Blue) = 144+171+163=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #90ABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABA3 is #6F545C. Grayscale: #A2A2A2. Windows color (decimal): -7296093 or 10726288. OLE color: 10726288.
HSL color Cylindrical-coordinate representation of color #90ABA3: hue angle of 162.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90ABA3 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 163 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.33 |
| HSL | 162.22º | 0.14% | 0.62% | - |
| HSV(B) | 162.22º | 0.16% | 0.67% | - |
| XYZ | 32.68 | 37.7 | 40.2 | - |
| YUV | 162.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 163 | 0.16 | 0 | 0.05 | 0.33 | 162.22 | 0.14 | 0.62 |
| Hex | 90 | AB | A3 | 10 | 0 | 5 | 21 | A2 | E | 3E |
| Octal | 220 | 253 | 243 | 20 | 0 | 5 | 41 | 242 | 16 | 76 |
| Binary | 10010000 | 10101011 | 10100011 | 10000 | 0 | 101 | 100001 | 10100010 | 1110 | 111110 |
Color Harmonies of #90ABA3
Complementary color
Monochromatic Colors of #90ABA3
Black with #90ABA3
Text Example
Text Example
White with #90ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABA3; }
p { color: rgb(144,171,163); }
H1.HeaderClassName
{
color: #90ABA3;
}
.AnyTagClassName
{
color: #90ABA3;
}
</style>
background-color css
<style>
a { background-color: #90ABA3; }
a { background-color: rgb(144,171,163); }
div.DivClassName
{
background-color: #90ABA3;
}
.BgClassName
{
background-color: #90ABA3;
}
</style>
border-color css
<style>
span { border-color: #90ABA3; }
span { border-color: rgb(144,171,163); }
td.TdClassName
{
border-color: #90ABA3;
}
.TagClassName
{
border-color: #90ABA3;
}
</style>