Shades of Cascade #8AA09B
Tints of Cascade #8AA09B
RGB
CMYK
RGB Variations
Color information
#8AA09B (or 0x8AA09B) is known color: Cascade. HEX triplet: 8A, A0 and 9B. RGB value is (138,160,155). Sum of RGB (Red+Green+Blue) = 138+160+155=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA09B is #755F64. Grayscale: #989898. Windows color (decimal): -7692133 or 10199178. OLE color: 10199178.
HSL color Cylindrical-coordinate representation of color #8AA09B: hue angle of 166.36º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8AA09B is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 155 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.37 |
| HSL | 166.36º | 0.1% | 0.58% | - |
| HSV(B) | 166.36º | 0.14% | 0.63% | - |
| XYZ | 28.97 | 32.91 | 35.84 | - |
| YUV | 152.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 155 | 0.14 | 0 | 0.03 | 0.37 | 166.36 | 0.1 | 0.58 |
| Hex | 8A | A0 | 9B | E | 0 | 3 | 25 | A6 | A | 3A |
| Octal | 212 | 240 | 233 | 16 | 0 | 3 | 45 | 246 | 12 | 72 |
| Binary | 10001010 | 10100000 | 10011011 | 1110 | 0 | 11 | 100101 | 10100110 | 1010 | 111010 |
Color Harmonies of #8AA09B
Complementary color
Monochromatic Colors of #8AA09B
Black with #8AA09B
Text Example
Text Example
White with #8AA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA09B; }
p { color: rgb(138,160,155); }
H1.HeaderClassName
{
color: #8AA09B;
}
.AnyTagClassName
{
color: #8AA09B;
}
</style>
background-color css
<style>
a { background-color: #8AA09B; }
a { background-color: rgb(138,160,155); }
div.DivClassName
{
background-color: #8AA09B;
}
.BgClassName
{
background-color: #8AA09B;
}
</style>
border-color css
<style>
span { border-color: #8AA09B; }
span { border-color: rgb(138,160,155); }
td.TdClassName
{
border-color: #8AA09B;
}
.TagClassName
{
border-color: #8AA09B;
}
</style>