Shades of Cascade #8DA99B
Tints of Cascade #8DA99B
RGB
CMYK
RGB Variations
Color information
#8DA99B (or 0x8DA99B) is known color: Cascade. HEX triplet: 8D, A9 and 9B. RGB value is (141,169,155). Sum of RGB (Red+Green+Blue) = 141+169+155=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA99B is #725664. Grayscale: #9F9F9F. Windows color (decimal): -7493221 or 10201485. OLE color: 10201485.
HSL color Cylindrical-coordinate representation of color #8DA99B: hue angle of 150º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DA99B is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 169 | 155 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.34 |
| HSL | 150º | 0.14% | 0.61% | - |
| HSV(B) | 150º | 0.17% | 0.66% | - |
| XYZ | 31.09 | 36.41 | 36.4 | - |
| YUV | 159.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 155 | 0.17 | 0 | 0.08 | 0.34 | 150 | 0.14 | 0.61 |
| Hex | 8D | A9 | 9B | 11 | 0 | 8 | 22 | 96 | E | 3D |
| Octal | 215 | 251 | 233 | 21 | 0 | 10 | 42 | 226 | 16 | 75 |
| Binary | 10001101 | 10101001 | 10011011 | 10001 | 0 | 1000 | 100010 | 10010110 | 1110 | 111101 |
Color Harmonies of #8DA99B
Complementary color
Monochromatic Colors of #8DA99B
Black with #8DA99B
Text Example
Text Example
White with #8DA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA99B; }
p { color: rgb(141,169,155); }
H1.HeaderClassName
{
color: #8DA99B;
}
.AnyTagClassName
{
color: #8DA99B;
}
</style>
background-color css
<style>
a { background-color: #8DA99B; }
a { background-color: rgb(141,169,155); }
div.DivClassName
{
background-color: #8DA99B;
}
.BgClassName
{
background-color: #8DA99B;
}
</style>
border-color css
<style>
span { border-color: #8DA99B; }
span { border-color: rgb(141,169,155); }
td.TdClassName
{
border-color: #8DA99B;
}
.TagClassName
{
border-color: #8DA99B;
}
</style>