Shades of Chinook #82DF9E
Tints of Chinook #82DF9E
RGB
CMYK
RGB Variations
Color information
#82DF9E (or 0x82DF9E) is known color: Chinook. HEX triplet: 82, DF and 9E. RGB value is (130,223,158). Sum of RGB (Red+Green+Blue) = 130+223+158=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF9E is #7D2061. Grayscale: #BBBBBB. Windows color (decimal): -8200290 or 10411906. OLE color: 10411906.
HSL color Cylindrical-coordinate representation of color #82DF9E: hue angle of 138.06º 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 #82DF9E is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 158 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.13 |
| HSL | 138.06º | 0.59% | 0.69% | - |
| HSV(B) | 138.06º | 0.42% | 0.87% | - |
| XYZ | 41.77 | 59.99 | 41.73 | - |
| YUV | 187.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 158 | 0.42 | 0 | 0.29 | 0.13 | 138.06 | 0.59 | 0.69 |
| Hex | 82 | DF | 9E | 2A | 0 | 1D | D | 8A | 3B | 45 |
| Octal | 202 | 337 | 236 | 52 | 0 | 35 | 15 | 212 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10011110 | 101010 | 0 | 11101 | 1101 | 10001010 | 111011 | 1000101 |
Color Harmonies of #82DF9E
Complementary color
Monochromatic Colors of #82DF9E
Black with #82DF9E
Text Example
Text Example
White with #82DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF9E; }
p { color: rgb(130,223,158); }
H1.HeaderClassName
{
color: #82DF9E;
}
.AnyTagClassName
{
color: #82DF9E;
}
</style>
background-color css
<style>
a { background-color: #82DF9E; }
a { background-color: rgb(130,223,158); }
div.DivClassName
{
background-color: #82DF9E;
}
.BgClassName
{
background-color: #82DF9E;
}
</style>
border-color css
<style>
span { border-color: #82DF9E; }
span { border-color: rgb(130,223,158); }
td.TdClassName
{
border-color: #82DF9E;
}
.TagClassName
{
border-color: #82DF9E;
}
</style>