Shades of Cascade #8FABA2
Tints of Cascade #8FABA2
RGB
CMYK
RGB Variations
Color information
#8FABA2 (or 0x8FABA2) is known color: Cascade. HEX triplet: 8F, AB and A2. RGB value is (143,171,162). Sum of RGB (Red+Green+Blue) = 143+171+162=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA2 is #70545D. Grayscale: #A1A1A1. Windows color (decimal): -7361630 or 10660751. OLE color: 10660751.
HSL color Cylindrical-coordinate representation of color #8FABA2: hue angle of 160.71º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FABA2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 162 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.33 |
| HSL | 160.71º | 0.14% | 0.62% | - |
| HSV(B) | 160.71º | 0.16% | 0.67% | - |
| XYZ | 32.41 | 37.57 | 39.73 | - |
| YUV | 161.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 162 | 0.16 | 0 | 0.05 | 0.33 | 160.71 | 0.14 | 0.62 |
| Hex | 8F | AB | A2 | 10 | 0 | 5 | 21 | A1 | E | 3E |
| Octal | 217 | 253 | 242 | 20 | 0 | 5 | 41 | 241 | 16 | 76 |
| Binary | 10001111 | 10101011 | 10100010 | 10000 | 0 | 101 | 100001 | 10100001 | 1110 | 111110 |
Color Harmonies of #8FABA2
Complementary color
Monochromatic Colors of #8FABA2
Black with #8FABA2
Text Example
Text Example
White with #8FABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABA2; }
p { color: rgb(143,171,162); }
H1.HeaderClassName
{
color: #8FABA2;
}
.AnyTagClassName
{
color: #8FABA2;
}
</style>
background-color css
<style>
a { background-color: #8FABA2; }
a { background-color: rgb(143,171,162); }
div.DivClassName
{
background-color: #8FABA2;
}
.BgClassName
{
background-color: #8FABA2;
}
</style>
border-color css
<style>
span { border-color: #8FABA2; }
span { border-color: rgb(143,171,162); }
td.TdClassName
{
border-color: #8FABA2;
}
.TagClassName
{
border-color: #8FABA2;
}
</style>