Shades of Cascade #81A19C
Tints of Cascade #81A19C
RGB
CMYK
RGB Variations
Color information
#81A19C (or 0x81A19C) is known color: Cascade. HEX triplet: 81, A1 and 9C. RGB value is (129,161,156). Sum of RGB (Red+Green+Blue) = 129+161+156=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #81A19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A19C is #7E5E63. Grayscale: #969696. Windows color (decimal): -8281700 or 10264961. OLE color: 10264961.
HSL color Cylindrical-coordinate representation of color #81A19C: hue angle of 170.62º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81A19C is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 156 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.37 |
| HSL | 170.63º | 0.15% | 0.57% | - |
| HSV(B) | 170.63º | 0.2% | 0.63% | - |
| XYZ | 27.8 | 32.56 | 36.27 | - |
| YUV | 150.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 156 | 0.20 | 0 | 0.03 | 0.37 | 170.63 | 0.15 | 0.57 |
| Hex | 81 | A1 | 9C | 14 | 0 | 3 | 25 | AB | F | 39 |
| Octal | 201 | 241 | 234 | 24 | 0 | 3 | 45 | 253 | 17 | 71 |
| Binary | 10000001 | 10100001 | 10011100 | 10100 | 0 | 11 | 100101 | 10101011 | 1111 | 111001 |
Color Harmonies of #81A19C
Complementary color
Monochromatic Colors of #81A19C
Black with #81A19C
Text Example
Text Example
White with #81A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A19C; }
p { color: rgb(129,161,156); }
H1.HeaderClassName
{
color: #81A19C;
}
.AnyTagClassName
{
color: #81A19C;
}
</style>
background-color css
<style>
a { background-color: #81A19C; }
a { background-color: rgb(129,161,156); }
div.DivClassName
{
background-color: #81A19C;
}
.BgClassName
{
background-color: #81A19C;
}
</style>
border-color css
<style>
span { border-color: #81A19C; }
span { border-color: rgb(129,161,156); }
td.TdClassName
{
border-color: #81A19C;
}
.TagClassName
{
border-color: #81A19C;
}
</style>