Shades of Cascade #8DA09B
Tints of Cascade #8DA09B
RGB
CMYK
RGB Variations
Color information
#8DA09B (or 0x8DA09B) is known color: Cascade. HEX triplet: 8D, A0 and 9B. RGB value is (141,160,155). Sum of RGB (Red+Green+Blue) = 141+160+155=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA09B is #725F64. Grayscale: #999999. Windows color (decimal): -7495525 or 10199181. OLE color: 10199181.
HSL color Cylindrical-coordinate representation of color #8DA09B: hue angle of 164.21º degrees, saturation: 0.09, 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 #8DA09B is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 155 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.37 |
| HSL | 164.21º | 0.09% | 0.59% | - |
| HSV(B) | 164.21º | 0.12% | 0.63% | - |
| XYZ | 29.47 | 33.17 | 35.86 | - |
| YUV | 153.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 155 | 0.12 | 0 | 0.03 | 0.37 | 164.21 | 0.09 | 0.59 |
| Hex | 8D | A0 | 9B | C | 0 | 3 | 25 | A4 | 9 | 3B |
| Octal | 215 | 240 | 233 | 14 | 0 | 3 | 45 | 244 | 11 | 73 |
| Binary | 10001101 | 10100000 | 10011011 | 1100 | 0 | 11 | 100101 | 10100100 | 1001 | 111011 |
Color Harmonies of #8DA09B
Complementary color
Monochromatic Colors of #8DA09B
Black with #8DA09B
Text Example
Text Example
White with #8DA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA09B; }
p { color: rgb(141,160,155); }
H1.HeaderClassName
{
color: #8DA09B;
}
.AnyTagClassName
{
color: #8DA09B;
}
</style>
background-color css
<style>
a { background-color: #8DA09B; }
a { background-color: rgb(141,160,155); }
div.DivClassName
{
background-color: #8DA09B;
}
.BgClassName
{
background-color: #8DA09B;
}
</style>
border-color css
<style>
span { border-color: #8DA09B; }
span { border-color: rgb(141,160,155); }
td.TdClassName
{
border-color: #8DA09B;
}
.TagClassName
{
border-color: #8DA09B;
}
</style>