Shades of Chinook #84DAA0
Tints of Chinook #84DAA0
RGB
CMYK
RGB Variations
Color information
#84DAA0 (or 0x84DAA0) is known color: Chinook. HEX triplet: 84, DA and A0. RGB value is (132,218,160). Sum of RGB (Red+Green+Blue) = 132+218+160=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DAA0 is #7B255F. Grayscale: #B9B9B9. Windows color (decimal): -8070496 or 10541700. OLE color: 10541700.
HSL color Cylindrical-coordinate representation of color #84DAA0: hue angle of 139.53º 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 #84DAA0 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 160 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.15 |
| HSL | 139.53º | 0.54% | 0.69% | - |
| HSV(B) | 139.53º | 0.39% | 0.85% | - |
| XYZ | 40.93 | 57.59 | 42.22 | - |
| YUV | 185.67 | 113.51 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 160 | 0.39 | 0 | 0.27 | 0.15 | 139.53 | 0.54 | 0.69 |
| Hex | 84 | DA | A0 | 27 | 0 | 1B | F | 8C | 36 | 45 |
| Octal | 204 | 332 | 240 | 47 | 0 | 33 | 17 | 214 | 66 | 105 |
| Binary | 10000100 | 11011010 | 10100000 | 100111 | 0 | 11011 | 1111 | 10001100 | 110110 | 1000101 |
Color Harmonies of #84DAA0
Complementary color
Monochromatic Colors of #84DAA0
Black with #84DAA0
Text Example
Text Example
White with #84DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DAA0; }
p { color: rgb(132,218,160); }
H1.HeaderClassName
{
color: #84DAA0;
}
.AnyTagClassName
{
color: #84DAA0;
}
</style>
background-color css
<style>
a { background-color: #84DAA0; }
a { background-color: rgb(132,218,160); }
div.DivClassName
{
background-color: #84DAA0;
}
.BgClassName
{
background-color: #84DAA0;
}
</style>
border-color css
<style>
span { border-color: #84DAA0; }
span { border-color: rgb(132,218,160); }
td.TdClassName
{
border-color: #84DAA0;
}
.TagClassName
{
border-color: #84DAA0;
}
</style>