Shades of Cascade #90A99E
Tints of Cascade #90A99E
RGB
CMYK
RGB Variations
Color information
#90A99E (or 0x90A99E) is known color: Cascade. HEX triplet: 90, A9 and 9E. RGB value is (144,169,158). Sum of RGB (Red+Green+Blue) = 144+169+158=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #90A99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A99E is #6F5661. Grayscale: #A0A0A0. Windows color (decimal): -7296610 or 10398096. OLE color: 10398096.
HSL color Cylindrical-coordinate representation of color #90A99E: hue angle of 153.6º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90A99E is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 169 | 158 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.34 |
| HSL | 153.6º | 0.13% | 0.61% | - |
| HSV(B) | 153.6º | 0.15% | 0.66% | - |
| XYZ | 31.86 | 36.77 | 37.77 | - |
| YUV | 160.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 158 | 0.15 | 0 | 0.07 | 0.34 | 153.6 | 0.13 | 0.61 |
| Hex | 90 | A9 | 9E | F | 0 | 7 | 22 | 9A | D | 3D |
| Octal | 220 | 251 | 236 | 17 | 0 | 7 | 42 | 232 | 15 | 75 |
| Binary | 10010000 | 10101001 | 10011110 | 1111 | 0 | 111 | 100010 | 10011010 | 1101 | 111101 |
Color Harmonies of #90A99E
Complementary color
Monochromatic Colors of #90A99E
Black with #90A99E
Text Example
Text Example
White with #90A99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A99E; }
p { color: rgb(144,169,158); }
H1.HeaderClassName
{
color: #90A99E;
}
.AnyTagClassName
{
color: #90A99E;
}
</style>
background-color css
<style>
a { background-color: #90A99E; }
a { background-color: rgb(144,169,158); }
div.DivClassName
{
background-color: #90A99E;
}
.BgClassName
{
background-color: #90A99E;
}
</style>
border-color css
<style>
span { border-color: #90A99E; }
span { border-color: rgb(144,169,158); }
td.TdClassName
{
border-color: #90A99E;
}
.TagClassName
{
border-color: #90A99E;
}
</style>