Shades of Cascade #83A09A
Tints of Cascade #83A09A
RGB
CMYK
RGB Variations
Color information
#83A09A (or 0x83A09A) is known color: Cascade. HEX triplet: 83, A0 and 9A. RGB value is (131,160,154). Sum of RGB (Red+Green+Blue) = 131+160+154=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #83A09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A09A is #7C5F65. Grayscale: #969696. Windows color (decimal): -8150886 or 10133635. OLE color: 10133635.
HSL color Cylindrical-coordinate representation of color #83A09A: hue angle of 167.59º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83A09A is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 154 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.37 |
| HSL | 167.59º | 0.13% | 0.57% | - |
| HSV(B) | 167.59º | 0.18% | 0.63% | - |
| XYZ | 27.76 | 32.3 | 35.34 | - |
| YUV | 150.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 154 | 0.18 | 0 | 0.04 | 0.37 | 167.59 | 0.13 | 0.57 |
| Hex | 83 | A0 | 9A | 12 | 0 | 4 | 25 | A8 | D | 39 |
| Octal | 203 | 240 | 232 | 22 | 0 | 4 | 45 | 250 | 15 | 71 |
| Binary | 10000011 | 10100000 | 10011010 | 10010 | 0 | 100 | 100101 | 10101000 | 1101 | 111001 |
Color Harmonies of #83A09A
Complementary color
Monochromatic Colors of #83A09A
Black with #83A09A
Text Example
Text Example
White with #83A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A09A; }
p { color: rgb(131,160,154); }
H1.HeaderClassName
{
color: #83A09A;
}
.AnyTagClassName
{
color: #83A09A;
}
</style>
background-color css
<style>
a { background-color: #83A09A; }
a { background-color: rgb(131,160,154); }
div.DivClassName
{
background-color: #83A09A;
}
.BgClassName
{
background-color: #83A09A;
}
</style>
border-color css
<style>
span { border-color: #83A09A; }
span { border-color: rgb(131,160,154); }
td.TdClassName
{
border-color: #83A09A;
}
.TagClassName
{
border-color: #83A09A;
}
</style>