Shades of Cascade #81A099
Tints of Cascade #81A099
RGB
CMYK
RGB Variations
Color information
#81A099 (or 0x81A099) is known color: Cascade. HEX triplet: 81, A0 and 99. RGB value is (129,160,153). Sum of RGB (Red+Green+Blue) = 129+160+153=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 160 - color contains mainly: green. Hex color #81A099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A099 is #7E5F66. Grayscale: #959595. Windows color (decimal): -8281959 or 10068097. OLE color: 10068097.
HSL color Cylindrical-coordinate representation of color #81A099: hue angle of 166.45º 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 #81A099 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 160 | 153 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.37 |
| HSL | 166.45º | 0.14% | 0.57% | - |
| HSV(B) | 166.45º | 0.19% | 0.63% | - |
| XYZ | 27.37 | 32.11 | 34.89 | - |
| YUV | 149.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 153 | 0.19 | 0 | 0.04 | 0.37 | 166.45 | 0.14 | 0.57 |
| Hex | 81 | A0 | 99 | 13 | 0 | 4 | 25 | A6 | E | 39 |
| Octal | 201 | 240 | 231 | 23 | 0 | 4 | 45 | 246 | 16 | 71 |
| Binary | 10000001 | 10100000 | 10011001 | 10011 | 0 | 100 | 100101 | 10100110 | 1110 | 111001 |
Color Harmonies of #81A099
Complementary color
Monochromatic Colors of #81A099
Black with #81A099
Text Example
Text Example
White with #81A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A099; }
p { color: rgb(129,160,153); }
H1.HeaderClassName
{
color: #81A099;
}
.AnyTagClassName
{
color: #81A099;
}
</style>
background-color css
<style>
a { background-color: #81A099; }
a { background-color: rgb(129,160,153); }
div.DivClassName
{
background-color: #81A099;
}
.BgClassName
{
background-color: #81A099;
}
</style>
border-color css
<style>
span { border-color: #81A099; }
span { border-color: rgb(129,160,153); }
td.TdClassName
{
border-color: #81A099;
}
.TagClassName
{
border-color: #81A099;
}
</style>