Shades of Chinook #82DA9D
Tints of Chinook #82DA9D
RGB
CMYK
RGB Variations
Color information
#82DA9D (or 0x82DA9D) is known color: Chinook. HEX triplet: 82, DA and 9D. RGB value is (130,218,157). Sum of RGB (Red+Green+Blue) = 130+218+157=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DA9D is #7D2562. Grayscale: #B8B8B8. Windows color (decimal): -8201571 or 10345090. OLE color: 10345090.
HSL color Cylindrical-coordinate representation of color #82DA9D: hue angle of 138.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82DA9D is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 157 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.15 |
| HSL | 138.41º | 0.54% | 0.68% | - |
| HSV(B) | 138.41º | 0.4% | 0.85% | - |
| XYZ | 40.36 | 57.32 | 40.84 | - |
| YUV | 184.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 157 | 0.40 | 0 | 0.28 | 0.15 | 138.41 | 0.54 | 0.68 |
| Hex | 82 | DA | 9D | 28 | 0 | 1C | F | 8A | 36 | 44 |
| Octal | 202 | 332 | 235 | 50 | 0 | 34 | 17 | 212 | 66 | 104 |
| Binary | 10000010 | 11011010 | 10011101 | 101000 | 0 | 11100 | 1111 | 10001010 | 110110 | 1000100 |
Color Harmonies of #82DA9D
Complementary color
Monochromatic Colors of #82DA9D
Black with #82DA9D
Text Example
Text Example
White with #82DA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DA9D; }
p { color: rgb(130,218,157); }
H1.HeaderClassName
{
color: #82DA9D;
}
.AnyTagClassName
{
color: #82DA9D;
}
</style>
background-color css
<style>
a { background-color: #82DA9D; }
a { background-color: rgb(130,218,157); }
div.DivClassName
{
background-color: #82DA9D;
}
.BgClassName
{
background-color: #82DA9D;
}
</style>
border-color css
<style>
span { border-color: #82DA9D; }
span { border-color: rgb(130,218,157); }
td.TdClassName
{
border-color: #82DA9D;
}
.TagClassName
{
border-color: #82DA9D;
}
</style>