Shades of Cascade #90A39F
Tints of Cascade #90A39F
RGB
CMYK
RGB Variations
Color information
#90A39F (or 0x90A39F) is known color: Cascade. HEX triplet: 90, A3 and 9F. RGB value is (144,163,159). Sum of RGB (Red+Green+Blue) = 144+163+159=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #90A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A39F is #6F5C60. Grayscale: #9C9C9C. Windows color (decimal): -7298145 or 10462096. OLE color: 10462096.
HSL color Cylindrical-coordinate representation of color #90A39F: hue angle of 167.37º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #90A39F is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 163 | 159 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.36 |
| HSL | 167.37º | 0.09% | 0.6% | - |
| HSV(B) | 167.37º | 0.12% | 0.64% | - |
| XYZ | 30.86 | 34.63 | 37.86 | - |
| YUV | 156.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 159 | 0.12 | 0 | 0.02 | 0.36 | 167.37 | 0.09 | 0.6 |
| Hex | 90 | A3 | 9F | C | 0 | 2 | 24 | A7 | 9 | 3C |
| Octal | 220 | 243 | 237 | 14 | 0 | 2 | 44 | 247 | 11 | 74 |
| Binary | 10010000 | 10100011 | 10011111 | 1100 | 0 | 10 | 100100 | 10100111 | 1001 | 111100 |
Color Harmonies of #90A39F
Complementary color
Monochromatic Colors of #90A39F
Black with #90A39F
Text Example
Text Example
White with #90A39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A39F; }
p { color: rgb(144,163,159); }
H1.HeaderClassName
{
color: #90A39F;
}
.AnyTagClassName
{
color: #90A39F;
}
</style>
background-color css
<style>
a { background-color: #90A39F; }
a { background-color: rgb(144,163,159); }
div.DivClassName
{
background-color: #90A39F;
}
.BgClassName
{
background-color: #90A39F;
}
</style>
border-color css
<style>
span { border-color: #90A39F; }
span { border-color: rgb(144,163,159); }
td.TdClassName
{
border-color: #90A39F;
}
.TagClassName
{
border-color: #90A39F;
}
</style>