Shades of Cascade #8AA89B
Tints of Cascade #8AA89B
RGB
CMYK
RGB Variations
Color information
#8AA89B (or 0x8AA89B) is known color: Cascade. HEX triplet: 8A, A8 and 9B. RGB value is (138,168,155). Sum of RGB (Red+Green+Blue) = 138+168+155=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA89B is #755764. Grayscale: #9D9D9D. Windows color (decimal): -7690085 or 10201226. OLE color: 10201226.
HSL color Cylindrical-coordinate representation of color #8AA89B: hue angle of 154º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8AA89B is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 155 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.34 |
| HSL | 154º | 0.15% | 0.6% | - |
| HSV(B) | 154º | 0.18% | 0.66% | - |
| XYZ | 30.4 | 35.78 | 36.31 | - |
| YUV | 157.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 155 | 0.18 | 0 | 0.08 | 0.34 | 154 | 0.15 | 0.6 |
| Hex | 8A | A8 | 9B | 12 | 0 | 8 | 22 | 9A | F | 3C |
| Octal | 212 | 250 | 233 | 22 | 0 | 10 | 42 | 232 | 17 | 74 |
| Binary | 10001010 | 10101000 | 10011011 | 10010 | 0 | 1000 | 100010 | 10011010 | 1111 | 111100 |
Color Harmonies of #8AA89B
Complementary color
Monochromatic Colors of #8AA89B
Black with #8AA89B
Text Example
Text Example
White with #8AA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA89B; }
p { color: rgb(138,168,155); }
H1.HeaderClassName
{
color: #8AA89B;
}
.AnyTagClassName
{
color: #8AA89B;
}
</style>
background-color css
<style>
a { background-color: #8AA89B; }
a { background-color: rgb(138,168,155); }
div.DivClassName
{
background-color: #8AA89B;
}
.BgClassName
{
background-color: #8AA89B;
}
</style>
border-color css
<style>
span { border-color: #8AA89B; }
span { border-color: rgb(138,168,155); }
td.TdClassName
{
border-color: #8AA89B;
}
.TagClassName
{
border-color: #8AA89B;
}
</style>