Shades of Cascade #83AB9D
Tints of Cascade #83AB9D
RGB
CMYK
RGB Variations
Color information
#83AB9D (or 0x83AB9D) is known color: Cascade. HEX triplet: 83, AB and 9D. RGB value is (131,171,157). Sum of RGB (Red+Green+Blue) = 131+171+157=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AB9D is #7C5462. Grayscale: #9D9D9D. Windows color (decimal): -8148067 or 10333059. OLE color: 10333059.
HSL color Cylindrical-coordinate representation of color #83AB9D: hue angle of 159º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83AB9D is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 157 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.33 |
| HSL | 159º | 0.19% | 0.59% | - |
| HSV(B) | 159º | 0.23% | 0.67% | - |
| XYZ | 30.01 | 36.39 | 37.34 | - |
| YUV | 157.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 157 | 0.23 | 0 | 0.08 | 0.33 | 159 | 0.19 | 0.59 |
| Hex | 83 | AB | 9D | 17 | 0 | 8 | 21 | 9F | 13 | 3B |
| Octal | 203 | 253 | 235 | 27 | 0 | 10 | 41 | 237 | 23 | 73 |
| Binary | 10000011 | 10101011 | 10011101 | 10111 | 0 | 1000 | 100001 | 10011111 | 10011 | 111011 |
Color Harmonies of #83AB9D
Complementary color
Monochromatic Colors of #83AB9D
Black with #83AB9D
Text Example
Text Example
White with #83AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB9D; }
p { color: rgb(131,171,157); }
H1.HeaderClassName
{
color: #83AB9D;
}
.AnyTagClassName
{
color: #83AB9D;
}
</style>
background-color css
<style>
a { background-color: #83AB9D; }
a { background-color: rgb(131,171,157); }
div.DivClassName
{
background-color: #83AB9D;
}
.BgClassName
{
background-color: #83AB9D;
}
</style>
border-color css
<style>
span { border-color: #83AB9D; }
span { border-color: rgb(131,171,157); }
td.TdClassName
{
border-color: #83AB9D;
}
.TagClassName
{
border-color: #83AB9D;
}
</style>