Shades of Cascade #8AA69B
Tints of Cascade #8AA69B
RGB
CMYK
RGB Variations
Color information
#8AA69B (or 0x8AA69B) is known color: Cascade. HEX triplet: 8A, A6 and 9B. RGB value is (138,166,155). Sum of RGB (Red+Green+Blue) = 138+166+155=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA69B is #755964. Grayscale: #9C9C9C. Windows color (decimal): -7690597 or 10200714. OLE color: 10200714.
HSL color Cylindrical-coordinate representation of color #8AA69B: hue angle of 156.43º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8AA69B is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 155 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.35 |
| HSL | 156.43º | 0.14% | 0.6% | - |
| HSV(B) | 156.43º | 0.17% | 0.65% | - |
| XYZ | 30.03 | 35.04 | 36.19 | - |
| YUV | 156.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 155 | 0.17 | 0 | 0.07 | 0.35 | 156.43 | 0.14 | 0.6 |
| Hex | 8A | A6 | 9B | 11 | 0 | 7 | 23 | 9C | E | 3C |
| Octal | 212 | 246 | 233 | 21 | 0 | 7 | 43 | 234 | 16 | 74 |
| Binary | 10001010 | 10100110 | 10011011 | 10001 | 0 | 111 | 100011 | 10011100 | 1110 | 111100 |
Color Harmonies of #8AA69B
Complementary color
Monochromatic Colors of #8AA69B
Black with #8AA69B
Text Example
Text Example
White with #8AA69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA69B; }
p { color: rgb(138,166,155); }
H1.HeaderClassName
{
color: #8AA69B;
}
.AnyTagClassName
{
color: #8AA69B;
}
</style>
background-color css
<style>
a { background-color: #8AA69B; }
a { background-color: rgb(138,166,155); }
div.DivClassName
{
background-color: #8AA69B;
}
.BgClassName
{
background-color: #8AA69B;
}
</style>
border-color css
<style>
span { border-color: #8AA69B; }
span { border-color: rgb(138,166,155); }
td.TdClassName
{
border-color: #8AA69B;
}
.TagClassName
{
border-color: #8AA69B;
}
</style>