Shades of Chinook #82D99D
Tints of Chinook #82D99D
RGB
CMYK
RGB Variations
Color information
#82D99D (or 0x82D99D) is known color: Chinook. HEX triplet: 82, D9 and 9D. RGB value is (130,217,157). Sum of RGB (Red+Green+Blue) = 130+217+157=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #82D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D99D is #7D2662. Grayscale: #B8B8B8. Windows color (decimal): -8201827 or 10344834. OLE color: 10344834.
HSL color Cylindrical-coordinate representation of color #82D99D: hue angle of 138.62º degrees, saturation: 0.53, 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 #82D99D is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 217 | 157 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.15 |
| HSL | 138.62º | 0.53% | 0.68% | - |
| HSV(B) | 138.62º | 0.4% | 0.85% | - |
| XYZ | 40.1 | 56.81 | 40.75 | - |
| YUV | 184.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 217 | 157 | 0.40 | 0 | 0.28 | 0.15 | 138.62 | 0.53 | 0.68 |
| Hex | 82 | D9 | 9D | 28 | 0 | 1C | F | 8B | 35 | 44 |
| Octal | 202 | 331 | 235 | 50 | 0 | 34 | 17 | 213 | 65 | 104 |
| Binary | 10000010 | 11011001 | 10011101 | 101000 | 0 | 11100 | 1111 | 10001011 | 110101 | 1000100 |
Color Harmonies of #82D99D
Complementary color
Monochromatic Colors of #82D99D
Black with #82D99D
Text Example
Text Example
White with #82D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D99D; }
p { color: rgb(130,217,157); }
H1.HeaderClassName
{
color: #82D99D;
}
.AnyTagClassName
{
color: #82D99D;
}
</style>
background-color css
<style>
a { background-color: #82D99D; }
a { background-color: rgb(130,217,157); }
div.DivClassName
{
background-color: #82D99D;
}
.BgClassName
{
background-color: #82D99D;
}
</style>
border-color css
<style>
span { border-color: #82D99D; }
span { border-color: rgb(130,217,157); }
td.TdClassName
{
border-color: #82D99D;
}
.TagClassName
{
border-color: #82D99D;
}
</style>