Shades of Cascade #90ABA4
Tints of Cascade #90ABA4
RGB
CMYK
RGB Variations
Color information
#90ABA4 (or 0x90ABA4) is known color: Cascade. HEX triplet: 90, AB and A4. RGB value is (144,171,164). Sum of RGB (Red+Green+Blue) = 144+171+164=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 171 - color contains mainly: green. Hex color #90ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABA4 is #6F545B. Grayscale: #A2A2A2. Windows color (decimal): -7296092 or 10791824. OLE color: 10791824.
HSL color Cylindrical-coordinate representation of color #90ABA4: hue angle of 164.44º 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 #90ABA4 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 164 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.33 |
| HSL | 164.44º | 0.14% | 0.62% | - |
| HSV(B) | 164.44º | 0.16% | 0.67% | - |
| XYZ | 32.77 | 37.74 | 40.68 | - |
| YUV | 162.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 164 | 0.16 | 0 | 0.04 | 0.33 | 164.44 | 0.14 | 0.62 |
| Hex | 90 | AB | A4 | 10 | 0 | 4 | 21 | A4 | E | 3E |
| Octal | 220 | 253 | 244 | 20 | 0 | 4 | 41 | 244 | 16 | 76 |
| Binary | 10010000 | 10101011 | 10100100 | 10000 | 0 | 100 | 100001 | 10100100 | 1110 | 111110 |
Color Harmonies of #90ABA4
Complementary color
Monochromatic Colors of #90ABA4
Black with #90ABA4
Text Example
Text Example
White with #90ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABA4; }
p { color: rgb(144,171,164); }
H1.HeaderClassName
{
color: #90ABA4;
}
.AnyTagClassName
{
color: #90ABA4;
}
</style>
background-color css
<style>
a { background-color: #90ABA4; }
a { background-color: rgb(144,171,164); }
div.DivClassName
{
background-color: #90ABA4;
}
.BgClassName
{
background-color: #90ABA4;
}
</style>
border-color css
<style>
span { border-color: #90ABA4; }
span { border-color: rgb(144,171,164); }
td.TdClassName
{
border-color: #90ABA4;
}
.TagClassName
{
border-color: #90ABA4;
}
</style>