Shades of Cascade #8AA39B
Tints of Cascade #8AA39B
RGB
CMYK
RGB Variations
Color information
#8AA39B (or 0x8AA39B) is known color: Cascade. HEX triplet: 8A, A3 and 9B. RGB value is (138,163,155). Sum of RGB (Red+Green+Blue) = 138+163+155=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA39B is #755C64. Grayscale: #9A9A9A. Windows color (decimal): -7691365 or 10199946. OLE color: 10199946.
HSL color Cylindrical-coordinate representation of color #8AA39B: hue angle of 160.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8AA39B is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 155 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.36 |
| HSL | 160.8º | 0.12% | 0.59% | - |
| HSV(B) | 160.8º | 0.15% | 0.64% | - |
| XYZ | 29.49 | 33.96 | 36.01 | - |
| YUV | 154.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 155 | 0.15 | 0 | 0.05 | 0.36 | 160.8 | 0.12 | 0.59 |
| Hex | 8A | A3 | 9B | F | 0 | 5 | 24 | A1 | C | 3B |
| Octal | 212 | 243 | 233 | 17 | 0 | 5 | 44 | 241 | 14 | 73 |
| Binary | 10001010 | 10100011 | 10011011 | 1111 | 0 | 101 | 100100 | 10100001 | 1100 | 111011 |
Color Harmonies of #8AA39B
Complementary color
Monochromatic Colors of #8AA39B
Black with #8AA39B
Text Example
Text Example
White with #8AA39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA39B; }
p { color: rgb(138,163,155); }
H1.HeaderClassName
{
color: #8AA39B;
}
.AnyTagClassName
{
color: #8AA39B;
}
</style>
background-color css
<style>
a { background-color: #8AA39B; }
a { background-color: rgb(138,163,155); }
div.DivClassName
{
background-color: #8AA39B;
}
.BgClassName
{
background-color: #8AA39B;
}
</style>
border-color css
<style>
span { border-color: #8AA39B; }
span { border-color: rgb(138,163,155); }
td.TdClassName
{
border-color: #8AA39B;
}
.TagClassName
{
border-color: #8AA39B;
}
</style>