Shades of Chinook #82DB9E
Tints of Chinook #82DB9E
RGB
CMYK
RGB Variations
Color information
#82DB9E (or 0x82DB9E) is known color: Chinook. HEX triplet: 82, DB and 9E. RGB value is (130,219,158). Sum of RGB (Red+Green+Blue) = 130+219+158=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DB9E is #7D2461. Grayscale: #B9B9B9. Windows color (decimal): -8201314 or 10410882. OLE color: 10410882.
HSL color Cylindrical-coordinate representation of color #82DB9E: hue angle of 138.88º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DB9E is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 158 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.14 |
| HSL | 138.88º | 0.55% | 0.68% | - |
| HSV(B) | 138.88º | 0.41% | 0.86% | - |
| XYZ | 40.71 | 57.88 | 41.37 | - |
| YUV | 185.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 158 | 0.41 | 0 | 0.28 | 0.14 | 138.88 | 0.55 | 0.68 |
| Hex | 82 | DB | 9E | 29 | 0 | 1C | E | 8B | 37 | 44 |
| Octal | 202 | 333 | 236 | 51 | 0 | 34 | 16 | 213 | 67 | 104 |
| Binary | 10000010 | 11011011 | 10011110 | 101001 | 0 | 11100 | 1110 | 10001011 | 110111 | 1000100 |
Color Harmonies of #82DB9E
Complementary color
Monochromatic Colors of #82DB9E
Black with #82DB9E
Text Example
Text Example
White with #82DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DB9E; }
p { color: rgb(130,219,158); }
H1.HeaderClassName
{
color: #82DB9E;
}
.AnyTagClassName
{
color: #82DB9E;
}
</style>
background-color css
<style>
a { background-color: #82DB9E; }
a { background-color: rgb(130,219,158); }
div.DivClassName
{
background-color: #82DB9E;
}
.BgClassName
{
background-color: #82DB9E;
}
</style>
border-color css
<style>
span { border-color: #82DB9E; }
span { border-color: rgb(130,219,158); }
td.TdClassName
{
border-color: #82DB9E;
}
.TagClassName
{
border-color: #82DB9E;
}
</style>