Shades of Chinook #82DA9A
Tints of Chinook #82DA9A
RGB
CMYK
RGB Variations
Color information
#82DA9A (or 0x82DA9A) is known color: Chinook. HEX triplet: 82, DA and 9A. RGB value is (130,218,154). Sum of RGB (Red+Green+Blue) = 130+218+154=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DA9A is #7D2565. Grayscale: #B8B8B8. Windows color (decimal): -8201574 or 10148482. OLE color: 10148482.
HSL color Cylindrical-coordinate representation of color #82DA9A: hue angle of 136.36º 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 #82DA9A is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 154 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.15 |
| HSL | 136.36º | 0.54% | 0.68% | - |
| HSV(B) | 136.36º | 0.4% | 0.85% | - |
| XYZ | 40.11 | 57.22 | 39.5 | - |
| YUV | 184.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 154 | 0.40 | 0 | 0.29 | 0.15 | 136.36 | 0.54 | 0.68 |
| Hex | 82 | DA | 9A | 28 | 0 | 1D | F | 88 | 36 | 44 |
| Octal | 202 | 332 | 232 | 50 | 0 | 35 | 17 | 210 | 66 | 104 |
| Binary | 10000010 | 11011010 | 10011010 | 101000 | 0 | 11101 | 1111 | 10001000 | 110110 | 1000100 |
Color Harmonies of #82DA9A
Complementary color
Monochromatic Colors of #82DA9A
Black with #82DA9A
Text Example
Text Example
White with #82DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DA9A; }
p { color: rgb(130,218,154); }
H1.HeaderClassName
{
color: #82DA9A;
}
.AnyTagClassName
{
color: #82DA9A;
}
</style>
background-color css
<style>
a { background-color: #82DA9A; }
a { background-color: rgb(130,218,154); }
div.DivClassName
{
background-color: #82DA9A;
}
.BgClassName
{
background-color: #82DA9A;
}
</style>
border-color css
<style>
span { border-color: #82DA9A; }
span { border-color: rgb(130,218,154); }
td.TdClassName
{
border-color: #82DA9A;
}
.TagClassName
{
border-color: #82DA9A;
}
</style>