Shades of Cascade #8AA19B
Tints of Cascade #8AA19B
RGB
CMYK
RGB Variations
Color information
#8AA19B (or 0x8AA19B) is known color: Cascade. HEX triplet: 8A, A1 and 9B. RGB value is (138,161,155). Sum of RGB (Red+Green+Blue) = 138+161+155=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA19B is #755E64. Grayscale: #999999. Windows color (decimal): -7691877 or 10199434. OLE color: 10199434.
HSL color Cylindrical-coordinate representation of color #8AA19B: hue angle of 164.35º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8AA19B is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 155 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.37 |
| HSL | 164.35º | 0.11% | 0.59% | - |
| HSV(B) | 164.35º | 0.14% | 0.63% | - |
| XYZ | 29.14 | 33.26 | 35.89 | - |
| YUV | 153.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 155 | 0.14 | 0 | 0.04 | 0.37 | 164.35 | 0.11 | 0.59 |
| Hex | 8A | A1 | 9B | E | 0 | 4 | 25 | A4 | B | 3B |
| Octal | 212 | 241 | 233 | 16 | 0 | 4 | 45 | 244 | 13 | 73 |
| Binary | 10001010 | 10100001 | 10011011 | 1110 | 0 | 100 | 100101 | 10100100 | 1011 | 111011 |
Color Harmonies of #8AA19B
Complementary color
Monochromatic Colors of #8AA19B
Black with #8AA19B
Text Example
Text Example
White with #8AA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA19B; }
p { color: rgb(138,161,155); }
H1.HeaderClassName
{
color: #8AA19B;
}
.AnyTagClassName
{
color: #8AA19B;
}
</style>
background-color css
<style>
a { background-color: #8AA19B; }
a { background-color: rgb(138,161,155); }
div.DivClassName
{
background-color: #8AA19B;
}
.BgClassName
{
background-color: #8AA19B;
}
</style>
border-color css
<style>
span { border-color: #8AA19B; }
span { border-color: rgb(138,161,155); }
td.TdClassName
{
border-color: #8AA19B;
}
.TagClassName
{
border-color: #8AA19B;
}
</style>