Shades of Cascade #81A097
Tints of Cascade #81A097
RGB
CMYK
RGB Variations
Color information
#81A097 (or 0x81A097) is known color: Cascade. HEX triplet: 81, A0 and 97. RGB value is (129,160,151). Sum of RGB (Red+Green+Blue) = 129+160+151=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #81A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A097 is #7E5F68. Grayscale: #959595. Windows color (decimal): -8281961 or 9937025. OLE color: 9937025.
HSL color Cylindrical-coordinate representation of color #81A097: hue angle of 162.58º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81A097 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 160 | 151 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.37 |
| HSL | 162.58º | 0.14% | 0.57% | - |
| HSV(B) | 162.58º | 0.19% | 0.63% | - |
| XYZ | 27.21 | 32.04 | 34.03 | - |
| YUV | 149.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 151 | 0.19 | 0 | 0.06 | 0.37 | 162.58 | 0.14 | 0.57 |
| Hex | 81 | A0 | 97 | 13 | 0 | 6 | 25 | A3 | E | 39 |
| Octal | 201 | 240 | 227 | 23 | 0 | 6 | 45 | 243 | 16 | 71 |
| Binary | 10000001 | 10100000 | 10010111 | 10011 | 0 | 110 | 100101 | 10100011 | 1110 | 111001 |
Color Harmonies of #81A097
Complementary color
Monochromatic Colors of #81A097
Black with #81A097
Text Example
Text Example
White with #81A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A097; }
p { color: rgb(129,160,151); }
H1.HeaderClassName
{
color: #81A097;
}
.AnyTagClassName
{
color: #81A097;
}
</style>
background-color css
<style>
a { background-color: #81A097; }
a { background-color: rgb(129,160,151); }
div.DivClassName
{
background-color: #81A097;
}
.BgClassName
{
background-color: #81A097;
}
</style>
border-color css
<style>
span { border-color: #81A097; }
span { border-color: rgb(129,160,151); }
td.TdClassName
{
border-color: #81A097;
}
.TagClassName
{
border-color: #81A097;
}
</style>