Shades of Cascade #81A89A
Tints of Cascade #81A89A
RGB
CMYK
RGB Variations
Color information
#81A89A (or 0x81A89A) is known color: Cascade. HEX triplet: 81, A8 and 9A. RGB value is (129,168,154). Sum of RGB (Red+Green+Blue) = 129+168+154=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 168 - color contains mainly: green. Hex color #81A89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A89A is #7E5765. Grayscale: #9A9A9A. Windows color (decimal): -8279910 or 10135681. OLE color: 10135681.
HSL color Cylindrical-coordinate representation of color #81A89A: hue angle of 158.46º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81A89A is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 168 | 154 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.34 |
| HSL | 158.46º | 0.18% | 0.58% | - |
| HSV(B) | 158.46º | 0.23% | 0.66% | - |
| XYZ | 28.89 | 35.01 | 35.81 | - |
| YUV | 154.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 154 | 0.23 | 0 | 0.08 | 0.34 | 158.46 | 0.18 | 0.58 |
| Hex | 81 | A8 | 9A | 17 | 0 | 8 | 22 | 9E | 12 | 3A |
| Octal | 201 | 250 | 232 | 27 | 0 | 10 | 42 | 236 | 22 | 72 |
| Binary | 10000001 | 10101000 | 10011010 | 10111 | 0 | 1000 | 100010 | 10011110 | 10010 | 111010 |
Color Harmonies of #81A89A
Complementary color
Monochromatic Colors of #81A89A
Black with #81A89A
Text Example
Text Example
White with #81A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A89A; }
p { color: rgb(129,168,154); }
H1.HeaderClassName
{
color: #81A89A;
}
.AnyTagClassName
{
color: #81A89A;
}
</style>
background-color css
<style>
a { background-color: #81A89A; }
a { background-color: rgb(129,168,154); }
div.DivClassName
{
background-color: #81A89A;
}
.BgClassName
{
background-color: #81A89A;
}
</style>
border-color css
<style>
span { border-color: #81A89A; }
span { border-color: rgb(129,168,154); }
td.TdClassName
{
border-color: #81A89A;
}
.TagClassName
{
border-color: #81A89A;
}
</style>