Shades of Cascade #8FA6A2
Tints of Cascade #8FA6A2
RGB
CMYK
RGB Variations
Color information
#8FA6A2 (or 0x8FA6A2) is known color: Cascade. HEX triplet: 8F, A6 and A2. RGB value is (143,166,162). Sum of RGB (Red+Green+Blue) = 143+166+162=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA6A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA6A2 is #70595D. Grayscale: #9E9E9E. Windows color (decimal): -7362910 or 10659471. OLE color: 10659471.
HSL color Cylindrical-coordinate representation of color #8FA6A2: hue angle of 169.57º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA6A2 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 162 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.35 |
| HSL | 169.57º | 0.11% | 0.61% | - |
| HSV(B) | 169.57º | 0.14% | 0.65% | - |
| XYZ | 31.49 | 35.72 | 39.42 | - |
| YUV | 158.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 162 | 0.14 | 0 | 0.02 | 0.35 | 169.57 | 0.11 | 0.61 |
| Hex | 8F | A6 | A2 | E | 0 | 2 | 23 | AA | B | 3D |
| Octal | 217 | 246 | 242 | 16 | 0 | 2 | 43 | 252 | 13 | 75 |
| Binary | 10001111 | 10100110 | 10100010 | 1110 | 0 | 10 | 100011 | 10101010 | 1011 | 111101 |
Color Harmonies of #8FA6A2
Complementary color
Monochromatic Colors of #8FA6A2
Black with #8FA6A2
Text Example
Text Example
White with #8FA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA6A2; }
p { color: rgb(143,166,162); }
H1.HeaderClassName
{
color: #8FA6A2;
}
.AnyTagClassName
{
color: #8FA6A2;
}
</style>
background-color css
<style>
a { background-color: #8FA6A2; }
a { background-color: rgb(143,166,162); }
div.DivClassName
{
background-color: #8FA6A2;
}
.BgClassName
{
background-color: #8FA6A2;
}
</style>
border-color css
<style>
span { border-color: #8FA6A2; }
span { border-color: rgb(143,166,162); }
td.TdClassName
{
border-color: #8FA6A2;
}
.TagClassName
{
border-color: #8FA6A2;
}
</style>