Shades of Cascade #8AA69C
Tints of Cascade #8AA69C
RGB
CMYK
RGB Variations
Color information
#8AA69C (or 0x8AA69C) is known color: Cascade. HEX triplet: 8A, A6 and 9C. RGB value is (138,166,156). Sum of RGB (Red+Green+Blue) = 138+166+156=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA69C is #755963. Grayscale: #9C9C9C. Windows color (decimal): -7690596 or 10266250. OLE color: 10266250.
HSL color Cylindrical-coordinate representation of color #8AA69C: hue angle of 158.57º 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 #8AA69C is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 156 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.35 |
| HSL | 158.57º | 0.14% | 0.6% | - |
| HSV(B) | 158.57º | 0.17% | 0.65% | - |
| XYZ | 30.12 | 35.08 | 36.64 | - |
| YUV | 156.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 156 | 0.17 | 0 | 0.06 | 0.35 | 158.57 | 0.14 | 0.6 |
| Hex | 8A | A6 | 9C | 11 | 0 | 6 | 23 | 9F | E | 3C |
| Octal | 212 | 246 | 234 | 21 | 0 | 6 | 43 | 237 | 16 | 74 |
| Binary | 10001010 | 10100110 | 10011100 | 10001 | 0 | 110 | 100011 | 10011111 | 1110 | 111100 |
Color Harmonies of #8AA69C
Complementary color
Monochromatic Colors of #8AA69C
Black with #8AA69C
Text Example
Text Example
White with #8AA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA69C; }
p { color: rgb(138,166,156); }
H1.HeaderClassName
{
color: #8AA69C;
}
.AnyTagClassName
{
color: #8AA69C;
}
</style>
background-color css
<style>
a { background-color: #8AA69C; }
a { background-color: rgb(138,166,156); }
div.DivClassName
{
background-color: #8AA69C;
}
.BgClassName
{
background-color: #8AA69C;
}
</style>
border-color css
<style>
span { border-color: #8AA69C; }
span { border-color: rgb(138,166,156); }
td.TdClassName
{
border-color: #8AA69C;
}
.TagClassName
{
border-color: #8AA69C;
}
</style>