Shades of Chinook #82DB9B
Tints of Chinook #82DB9B
RGB
CMYK
RGB Variations
Color information
#82DB9B (or 0x82DB9B) is known color: Chinook. HEX triplet: 82, DB and 9B. RGB value is (130,219,155). Sum of RGB (Red+Green+Blue) = 130+219+155=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DB9B is #7D2464. Grayscale: #B9B9B9. Windows color (decimal): -8201317 or 10214274. OLE color: 10214274.
HSL color Cylindrical-coordinate representation of color #82DB9B: hue angle of 136.85º 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 #82DB9B is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 155 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.14 |
| HSL | 136.85º | 0.55% | 0.68% | - |
| HSV(B) | 136.85º | 0.41% | 0.86% | - |
| XYZ | 40.45 | 57.78 | 40.03 | - |
| YUV | 185.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 155 | 0.41 | 0 | 0.29 | 0.14 | 136.85 | 0.55 | 0.68 |
| Hex | 82 | DB | 9B | 29 | 0 | 1D | E | 89 | 37 | 44 |
| Octal | 202 | 333 | 233 | 51 | 0 | 35 | 16 | 211 | 67 | 104 |
| Binary | 10000010 | 11011011 | 10011011 | 101001 | 0 | 11101 | 1110 | 10001001 | 110111 | 1000100 |
Color Harmonies of #82DB9B
Complementary color
Monochromatic Colors of #82DB9B
Black with #82DB9B
Text Example
Text Example
White with #82DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DB9B; }
p { color: rgb(130,219,155); }
H1.HeaderClassName
{
color: #82DB9B;
}
.AnyTagClassName
{
color: #82DB9B;
}
</style>
background-color css
<style>
a { background-color: #82DB9B; }
a { background-color: rgb(130,219,155); }
div.DivClassName
{
background-color: #82DB9B;
}
.BgClassName
{
background-color: #82DB9B;
}
</style>
border-color css
<style>
span { border-color: #82DB9B; }
span { border-color: rgb(130,219,155); }
td.TdClassName
{
border-color: #82DB9B;
}
.TagClassName
{
border-color: #82DB9B;
}
</style>