Shades of Cascade #83A6A2
Tints of Cascade #83A6A2
RGB
CMYK
RGB Variations
Color information
#83A6A2 (or 0x83A6A2) is known color: Cascade. HEX triplet: 83, A6 and A2. RGB value is (131,166,162). Sum of RGB (Red+Green+Blue) = 131+166+162=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #83A6A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A6A2 is #7C595D. Grayscale: #9B9B9B. Windows color (decimal): -8149342 or 10659459. OLE color: 10659459.
HSL color Cylindrical-coordinate representation of color #83A6A2: hue angle of 173.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A6A2 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 166 | 162 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.35 |
| HSL | 173.14º | 0.16% | 0.58% | - |
| HSV(B) | 173.14º | 0.21% | 0.65% | - |
| XYZ | 29.52 | 34.71 | 39.33 | - |
| YUV | 155.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 166 | 162 | 0.21 | 0 | 0.02 | 0.35 | 173.14 | 0.16 | 0.58 |
| Hex | 83 | A6 | A2 | 15 | 0 | 2 | 23 | AD | 10 | 3A |
| Octal | 203 | 246 | 242 | 25 | 0 | 2 | 43 | 255 | 20 | 72 |
| Binary | 10000011 | 10100110 | 10100010 | 10101 | 0 | 10 | 100011 | 10101101 | 10000 | 111010 |
Color Harmonies of #83A6A2
Complementary color
Monochromatic Colors of #83A6A2
Black with #83A6A2
Text Example
Text Example
White with #83A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A6A2; }
p { color: rgb(131,166,162); }
H1.HeaderClassName
{
color: #83A6A2;
}
.AnyTagClassName
{
color: #83A6A2;
}
</style>
background-color css
<style>
a { background-color: #83A6A2; }
a { background-color: rgb(131,166,162); }
div.DivClassName
{
background-color: #83A6A2;
}
.BgClassName
{
background-color: #83A6A2;
}
</style>
border-color css
<style>
span { border-color: #83A6A2; }
span { border-color: rgb(131,166,162); }
td.TdClassName
{
border-color: #83A6A2;
}
.TagClassName
{
border-color: #83A6A2;
}
</style>