Shades of Cascade #8AA99A
Tints of Cascade #8AA99A
RGB
CMYK
RGB Variations
Color information
#8AA99A (or 0x8AA99A) is known color: Cascade. HEX triplet: 8A, A9 and 9A. RGB value is (138,169,154). Sum of RGB (Red+Green+Blue) = 138+169+154=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA99A is #755665. Grayscale: #9E9E9E. Windows color (decimal): -7689830 or 10135946. OLE color: 10135946.
HSL color Cylindrical-coordinate representation of color #8AA99A: hue angle of 150.97º 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 #8AA99A is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 169 | 154 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.34 |
| HSL | 150.97º | 0.15% | 0.6% | - |
| HSV(B) | 150.97º | 0.18% | 0.66% | - |
| XYZ | 30.5 | 36.11 | 35.93 | - |
| YUV | 158.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 154 | 0.18 | 0 | 0.09 | 0.34 | 150.97 | 0.15 | 0.6 |
| Hex | 8A | A9 | 9A | 12 | 0 | 9 | 22 | 97 | F | 3C |
| Octal | 212 | 251 | 232 | 22 | 0 | 11 | 42 | 227 | 17 | 74 |
| Binary | 10001010 | 10101001 | 10011010 | 10010 | 0 | 1001 | 100010 | 10010111 | 1111 | 111100 |
Color Harmonies of #8AA99A
Complementary color
Monochromatic Colors of #8AA99A
Black with #8AA99A
Text Example
Text Example
White with #8AA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA99A; }
p { color: rgb(138,169,154); }
H1.HeaderClassName
{
color: #8AA99A;
}
.AnyTagClassName
{
color: #8AA99A;
}
</style>
background-color css
<style>
a { background-color: #8AA99A; }
a { background-color: rgb(138,169,154); }
div.DivClassName
{
background-color: #8AA99A;
}
.BgClassName
{
background-color: #8AA99A;
}
</style>
border-color css
<style>
span { border-color: #8AA99A; }
span { border-color: rgb(138,169,154); }
td.TdClassName
{
border-color: #8AA99A;
}
.TagClassName
{
border-color: #8AA99A;
}
</style>