Shades of Cascade #8DA19B
Tints of Cascade #8DA19B
RGB
CMYK
RGB Variations
Color information
#8DA19B (or 0x8DA19B) is known color: Cascade. HEX triplet: 8D, A1 and 9B. RGB value is (141,161,155). Sum of RGB (Red+Green+Blue) = 141+161+155=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA19B is #725E64. Grayscale: #9A9A9A. Windows color (decimal): -7495269 or 10199437. OLE color: 10199437.
HSL color Cylindrical-coordinate representation of color #8DA19B: hue angle of 162º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8DA19B is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 155 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.37 |
| HSL | 162º | 0.1% | 0.59% | - |
| HSV(B) | 162º | 0.12% | 0.63% | - |
| XYZ | 29.65 | 33.52 | 35.92 | - |
| YUV | 154.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 155 | 0.12 | 0 | 0.04 | 0.37 | 162 | 0.1 | 0.59 |
| Hex | 8D | A1 | 9B | C | 0 | 4 | 25 | A2 | A | 3B |
| Octal | 215 | 241 | 233 | 14 | 0 | 4 | 45 | 242 | 12 | 73 |
| Binary | 10001101 | 10100001 | 10011011 | 1100 | 0 | 100 | 100101 | 10100010 | 1010 | 111011 |
Color Harmonies of #8DA19B
Complementary color
Monochromatic Colors of #8DA19B
Black with #8DA19B
Text Example
Text Example
White with #8DA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA19B; }
p { color: rgb(141,161,155); }
H1.HeaderClassName
{
color: #8DA19B;
}
.AnyTagClassName
{
color: #8DA19B;
}
</style>
background-color css
<style>
a { background-color: #8DA19B; }
a { background-color: rgb(141,161,155); }
div.DivClassName
{
background-color: #8DA19B;
}
.BgClassName
{
background-color: #8DA19B;
}
</style>
border-color css
<style>
span { border-color: #8DA19B; }
span { border-color: rgb(141,161,155); }
td.TdClassName
{
border-color: #8DA19B;
}
.TagClassName
{
border-color: #8DA19B;
}
</style>