Shades of Cascade #81A69D
Tints of Cascade #81A69D
RGB
CMYK
RGB Variations
Color information
#81A69D (or 0x81A69D) is known color: Cascade. HEX triplet: 81, A6 and 9D. RGB value is (129,166,157). Sum of RGB (Red+Green+Blue) = 129+166+157=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 166 - color contains mainly: green. Hex color #81A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A69D is #7E5962. Grayscale: #999999. Windows color (decimal): -8280419 or 10331777. OLE color: 10331777.
HSL color Cylindrical-coordinate representation of color #81A69D: hue angle of 165.41º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81A69D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 166 | 157 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.35 |
| HSL | 165.41º | 0.17% | 0.58% | - |
| HSV(B) | 165.41º | 0.22% | 0.65% | - |
| XYZ | 28.78 | 34.37 | 37.02 | - |
| YUV | 153.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 157 | 0.22 | 0 | 0.05 | 0.35 | 165.41 | 0.17 | 0.58 |
| Hex | 81 | A6 | 9D | 16 | 0 | 5 | 23 | A5 | 11 | 3A |
| Octal | 201 | 246 | 235 | 26 | 0 | 5 | 43 | 245 | 21 | 72 |
| Binary | 10000001 | 10100110 | 10011101 | 10110 | 0 | 101 | 100011 | 10100101 | 10001 | 111010 |
Color Harmonies of #81A69D
Complementary color
Monochromatic Colors of #81A69D
Black with #81A69D
Text Example
Text Example
White with #81A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A69D; }
p { color: rgb(129,166,157); }
H1.HeaderClassName
{
color: #81A69D;
}
.AnyTagClassName
{
color: #81A69D;
}
</style>
background-color css
<style>
a { background-color: #81A69D; }
a { background-color: rgb(129,166,157); }
div.DivClassName
{
background-color: #81A69D;
}
.BgClassName
{
background-color: #81A69D;
}
</style>
border-color css
<style>
span { border-color: #81A69D; }
span { border-color: rgb(129,166,157); }
td.TdClassName
{
border-color: #81A69D;
}
.TagClassName
{
border-color: #81A69D;
}
</style>