Shades of Chinook #84DA9E
Tints of Chinook #84DA9E
RGB
CMYK
RGB Variations
Color information
#84DA9E (or 0x84DA9E) is known color: Chinook. HEX triplet: 84, DA and 9E. RGB value is (132,218,158). Sum of RGB (Red+Green+Blue) = 132+218+158=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DA9E is #7B2561. Grayscale: #B9B9B9. Windows color (decimal): -8070498 or 10410628. OLE color: 10410628.
HSL color Cylindrical-coordinate representation of color #84DA9E: hue angle of 138.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DA9E is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 158 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.15 |
| HSL | 138.14º | 0.54% | 0.69% | - |
| HSV(B) | 138.14º | 0.39% | 0.85% | - |
| XYZ | 40.76 | 57.52 | 41.3 | - |
| YUV | 185.45 | 112.51 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 158 | 0.39 | 0 | 0.28 | 0.15 | 138.14 | 0.54 | 0.69 |
| Hex | 84 | DA | 9E | 27 | 0 | 1C | F | 8A | 36 | 45 |
| Octal | 204 | 332 | 236 | 47 | 0 | 34 | 17 | 212 | 66 | 105 |
| Binary | 10000100 | 11011010 | 10011110 | 100111 | 0 | 11100 | 1111 | 10001010 | 110110 | 1000101 |
Color Harmonies of #84DA9E
Complementary color
Monochromatic Colors of #84DA9E
Black with #84DA9E
Text Example
Text Example
White with #84DA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DA9E; }
p { color: rgb(132,218,158); }
H1.HeaderClassName
{
color: #84DA9E;
}
.AnyTagClassName
{
color: #84DA9E;
}
</style>
background-color css
<style>
a { background-color: #84DA9E; }
a { background-color: rgb(132,218,158); }
div.DivClassName
{
background-color: #84DA9E;
}
.BgClassName
{
background-color: #84DA9E;
}
</style>
border-color css
<style>
span { border-color: #84DA9E; }
span { border-color: rgb(132,218,158); }
td.TdClassName
{
border-color: #84DA9E;
}
.TagClassName
{
border-color: #84DA9E;
}
</style>