Shades of Cascade #8CABA2
Tints of Cascade #8CABA2
RGB
CMYK
RGB Variations
Color information
#8CABA2 (or 0x8CABA2) is known color: Cascade. HEX triplet: 8C, AB and A2. RGB value is (140,171,162). Sum of RGB (Red+Green+Blue) = 140+171+162=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #8CABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CABA2 is #73545D. Grayscale: #A0A0A0. Windows color (decimal): -7558238 or 10660748. OLE color: 10660748.
HSL color Cylindrical-coordinate representation of color #8CABA2: hue angle of 162.58º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CABA2 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 162 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.33 |
| HSL | 162.58º | 0.16% | 0.61% | - |
| HSV(B) | 162.58º | 0.18% | 0.67% | - |
| XYZ | 31.9 | 37.31 | 39.7 | - |
| YUV | 160.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 162 | 0.18 | 0 | 0.05 | 0.33 | 162.58 | 0.16 | 0.61 |
| Hex | 8C | AB | A2 | 12 | 0 | 5 | 21 | A3 | 10 | 3D |
| Octal | 214 | 253 | 242 | 22 | 0 | 5 | 41 | 243 | 20 | 75 |
| Binary | 10001100 | 10101011 | 10100010 | 10010 | 0 | 101 | 100001 | 10100011 | 10000 | 111101 |
Color Harmonies of #8CABA2
Complementary color
Monochromatic Colors of #8CABA2
Black with #8CABA2
Text Example
Text Example
White with #8CABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CABA2; }
p { color: rgb(140,171,162); }
H1.HeaderClassName
{
color: #8CABA2;
}
.AnyTagClassName
{
color: #8CABA2;
}
</style>
background-color css
<style>
a { background-color: #8CABA2; }
a { background-color: rgb(140,171,162); }
div.DivClassName
{
background-color: #8CABA2;
}
.BgClassName
{
background-color: #8CABA2;
}
</style>
border-color css
<style>
span { border-color: #8CABA2; }
span { border-color: rgb(140,171,162); }
td.TdClassName
{
border-color: #8CABA2;
}
.TagClassName
{
border-color: #8CABA2;
}
</style>