Shades of Cascade #8AAE9E
Tints of Cascade #8AAE9E
RGB
CMYK
RGB Variations
Color information
#8AAE9E (or 0x8AAE9E) is known color: Cascade. HEX triplet: 8A, AE and 9E. RGB value is (138,174,158). Sum of RGB (Red+Green+Blue) = 138+174+158=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAE9E is #755161. Grayscale: #A1A1A1. Windows color (decimal): -7688546 or 10399370. OLE color: 10399370.
HSL color Cylindrical-coordinate representation of color #8AAE9E: hue angle of 153.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAE9E is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 158 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.32 |
| HSL | 153.33º | 0.18% | 0.61% | - |
| HSV(B) | 153.33º | 0.21% | 0.68% | - |
| XYZ | 31.79 | 38.14 | 38.03 | - |
| YUV | 161.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 158 | 0.21 | 0 | 0.09 | 0.32 | 153.33 | 0.18 | 0.61 |
| Hex | 8A | AE | 9E | 15 | 0 | 9 | 20 | 99 | 12 | 3D |
| Octal | 212 | 256 | 236 | 25 | 0 | 11 | 40 | 231 | 22 | 75 |
| Binary | 10001010 | 10101110 | 10011110 | 10101 | 0 | 1001 | 100000 | 10011001 | 10010 | 111101 |
Color Harmonies of #8AAE9E
Complementary color
Monochromatic Colors of #8AAE9E
Black with #8AAE9E
Text Example
Text Example
White with #8AAE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE9E; }
p { color: rgb(138,174,158); }
H1.HeaderClassName
{
color: #8AAE9E;
}
.AnyTagClassName
{
color: #8AAE9E;
}
</style>
background-color css
<style>
a { background-color: #8AAE9E; }
a { background-color: rgb(138,174,158); }
div.DivClassName
{
background-color: #8AAE9E;
}
.BgClassName
{
background-color: #8AAE9E;
}
</style>
border-color css
<style>
span { border-color: #8AAE9E; }
span { border-color: rgb(138,174,158); }
td.TdClassName
{
border-color: #8AAE9E;
}
.TagClassName
{
border-color: #8AAE9E;
}
</style>