Shades of Cascade #8AA19C
Tints of Cascade #8AA19C
RGB
CMYK
RGB Variations
Color information
#8AA19C (or 0x8AA19C) is known color: Cascade. HEX triplet: 8A, A1 and 9C. RGB value is (138,161,156). Sum of RGB (Red+Green+Blue) = 138+161+156=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA19C is #755E63. Grayscale: #999999. Windows color (decimal): -7691876 or 10264970. OLE color: 10264970.
HSL color Cylindrical-coordinate representation of color #8AA19C: hue angle of 166.96º 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 #8AA19C is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 156 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.37 |
| HSL | 166.96º | 0.11% | 0.59% | - |
| HSV(B) | 166.96º | 0.14% | 0.63% | - |
| XYZ | 29.23 | 33.29 | 36.34 | - |
| YUV | 153.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 156 | 0.14 | 0 | 0.03 | 0.37 | 166.96 | 0.11 | 0.59 |
| Hex | 8A | A1 | 9C | E | 0 | 3 | 25 | A7 | B | 3B |
| Octal | 212 | 241 | 234 | 16 | 0 | 3 | 45 | 247 | 13 | 73 |
| Binary | 10001010 | 10100001 | 10011100 | 1110 | 0 | 11 | 100101 | 10100111 | 1011 | 111011 |
Color Harmonies of #8AA19C
Complementary color
Monochromatic Colors of #8AA19C
Black with #8AA19C
Text Example
Text Example
White with #8AA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA19C; }
p { color: rgb(138,161,156); }
H1.HeaderClassName
{
color: #8AA19C;
}
.AnyTagClassName
{
color: #8AA19C;
}
</style>
background-color css
<style>
a { background-color: #8AA19C; }
a { background-color: rgb(138,161,156); }
div.DivClassName
{
background-color: #8AA19C;
}
.BgClassName
{
background-color: #8AA19C;
}
</style>
border-color css
<style>
span { border-color: #8AA19C; }
span { border-color: rgb(138,161,156); }
td.TdClassName
{
border-color: #8AA19C;
}
.TagClassName
{
border-color: #8AA19C;
}
</style>