Shades of Chinook #82DF9C
Tints of Chinook #82DF9C
RGB
CMYK
RGB Variations
Color information
#82DF9C (or 0x82DF9C) is known color: Chinook. HEX triplet: 82, DF and 9C. RGB value is (130,223,156). Sum of RGB (Red+Green+Blue) = 130+223+156=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF9C is #7D2063. Grayscale: #BBBBBB. Windows color (decimal): -8200292 or 10280834. OLE color: 10280834.
HSL color Cylindrical-coordinate representation of color #82DF9C: hue angle of 136.77º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DF9C is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 156 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.13 |
| HSL | 136.77º | 0.59% | 0.69% | - |
| HSV(B) | 136.77º | 0.42% | 0.87% | - |
| XYZ | 41.59 | 59.92 | 40.83 | - |
| YUV | 187.56 | 110.19 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 156 | 0.42 | 0 | 0.30 | 0.13 | 136.77 | 0.59 | 0.69 |
| Hex | 82 | DF | 9C | 2A | 0 | 1E | D | 89 | 3B | 45 |
| Octal | 202 | 337 | 234 | 52 | 0 | 36 | 15 | 211 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10011100 | 101010 | 0 | 11110 | 1101 | 10001001 | 111011 | 1000101 |
Color Harmonies of #82DF9C
Complementary color
Monochromatic Colors of #82DF9C
Black with #82DF9C
Text Example
Text Example
White with #82DF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF9C; }
p { color: rgb(130,223,156); }
H1.HeaderClassName
{
color: #82DF9C;
}
.AnyTagClassName
{
color: #82DF9C;
}
</style>
background-color css
<style>
a { background-color: #82DF9C; }
a { background-color: rgb(130,223,156); }
div.DivClassName
{
background-color: #82DF9C;
}
.BgClassName
{
background-color: #82DF9C;
}
</style>
border-color css
<style>
span { border-color: #82DF9C; }
span { border-color: rgb(130,223,156); }
td.TdClassName
{
border-color: #82DF9C;
}
.TagClassName
{
border-color: #82DF9C;
}
</style>