Shades of Cascade #81A99E
Tints of Cascade #81A99E
RGB
CMYK
RGB Variations
Color information
#81A99E (or 0x81A99E) is known color: Cascade. HEX triplet: 81, A9 and 9E. RGB value is (129,169,158). Sum of RGB (Red+Green+Blue) = 129+169+158=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 169 - color contains mainly: green. Hex color #81A99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A99E is #7E5661. Grayscale: #9B9B9B. Windows color (decimal): -8279650 or 10398081. OLE color: 10398081.
HSL color Cylindrical-coordinate representation of color #81A99E: hue angle of 163.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81A99E is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 158 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.34 |
| HSL | 163.5º | 0.19% | 0.58% | - |
| HSV(B) | 163.5º | 0.24% | 0.66% | - |
| XYZ | 29.41 | 35.51 | 37.65 | - |
| YUV | 155.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 158 | 0.24 | 0 | 0.07 | 0.34 | 163.5 | 0.19 | 0.58 |
| Hex | 81 | A9 | 9E | 18 | 0 | 7 | 22 | A4 | 13 | 3A |
| Octal | 201 | 251 | 236 | 30 | 0 | 7 | 42 | 244 | 23 | 72 |
| Binary | 10000001 | 10101001 | 10011110 | 11000 | 0 | 111 | 100010 | 10100100 | 10011 | 111010 |
Color Harmonies of #81A99E
Complementary color
Monochromatic Colors of #81A99E
Black with #81A99E
Text Example
Text Example
White with #81A99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A99E; }
p { color: rgb(129,169,158); }
H1.HeaderClassName
{
color: #81A99E;
}
.AnyTagClassName
{
color: #81A99E;
}
</style>
background-color css
<style>
a { background-color: #81A99E; }
a { background-color: rgb(129,169,158); }
div.DivClassName
{
background-color: #81A99E;
}
.BgClassName
{
background-color: #81A99E;
}
</style>
border-color css
<style>
span { border-color: #81A99E; }
span { border-color: rgb(129,169,158); }
td.TdClassName
{
border-color: #81A99E;
}
.TagClassName
{
border-color: #81A99E;
}
</style>