Shades of Cascade #8AAA9F
Tints of Cascade #8AAA9F
RGB
CMYK
RGB Variations
Color information
#8AAA9F (or 0x8AAA9F) is known color: Cascade. HEX triplet: 8A, AA and 9F. RGB value is (138,170,159). Sum of RGB (Red+Green+Blue) = 138+170+159=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAA9F is #755560. Grayscale: #9F9F9F. Windows color (decimal): -7689569 or 10463882. OLE color: 10463882.
HSL color Cylindrical-coordinate representation of color #8AAA9F: hue angle of 159.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AAA9F is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 138 | 170 | 159 | - |
CMYK | 0.19 | 0 | 0.06 | 0.33 |
HSL | 159.38º | 0.16% | 0.6% | - |
HSV(B) | 159.38º | 0.19% | 0.67% | - |
XYZ | 31.11 | 36.66 | 38.24 | - |
YUV | 159.18 | 127.9 | 112.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 170 | 159 | 0.19 | 0 | 0.06 | 0.33 | 159.38 | 0.16 | 0.6 |
Hex | 8A | AA | 9F | 13 | 0 | 6 | 21 | 9F | 10 | 3C |
Octal | 212 | 252 | 237 | 23 | 0 | 6 | 41 | 237 | 20 | 74 |
Binary | 10001010 | 10101010 | 10011111 | 10011 | 0 | 110 | 100001 | 10011111 | 10000 | 111100 |
Color Harmonies of #8AAA9F
Complementary color
Monochromatic Colors of #8AAA9F
Black with #8AAA9F
Text Example
Text Example
White with #8AAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA9F; }
p { color: rgb(138,170,159); }
H1.HeaderClassName
{
color: #8AAA9F;
}
.AnyTagClassName
{
color: #8AAA9F;
}
</style>
background-color css
<style>
a { background-color: #8AAA9F; }
a { background-color: rgb(138,170,159); }
div.DivClassName
{
background-color: #8AAA9F;
}
.BgClassName
{
background-color: #8AAA9F;
}
</style>
border-color css
<style>
span { border-color: #8AAA9F; }
span { border-color: rgb(138,170,159); }
td.TdClassName
{
border-color: #8AAA9F;
}
.TagClassName
{
border-color: #8AAA9F;
}
</style>