Shades of Chinook #84DFA0
Tints of Chinook #84DFA0
RGB
CMYK
RGB Variations
Color information
#84DFA0 (or 0x84DFA0) is known color: Chinook. HEX triplet: 84, DF and A0. RGB value is (132,223,160). Sum of RGB (Red+Green+Blue) = 132+223+160=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DFA0 is #7B205F. Grayscale: #BCBCBC. Windows color (decimal): -8069216 or 10542980. OLE color: 10542980.
HSL color Cylindrical-coordinate representation of color #84DFA0: hue angle of 138.46º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFA0 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 160 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.13 |
| HSL | 138.46º | 0.59% | 0.7% | - |
| HSV(B) | 138.46º | 0.41% | 0.87% | - |
| XYZ | 42.25 | 60.22 | 42.65 | - |
| YUV | 188.61 | 111.85 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 160 | 0.41 | 0 | 0.28 | 0.13 | 138.46 | 0.59 | 0.7 |
| Hex | 84 | DF | A0 | 29 | 0 | 1C | D | 8A | 3B | 46 |
| Octal | 204 | 337 | 240 | 51 | 0 | 34 | 15 | 212 | 73 | 106 |
| Binary | 10000100 | 11011111 | 10100000 | 101001 | 0 | 11100 | 1101 | 10001010 | 111011 | 1000110 |
Color Harmonies of #84DFA0
Complementary color
Monochromatic Colors of #84DFA0
Black with #84DFA0
Text Example
Text Example
White with #84DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFA0; }
p { color: rgb(132,223,160); }
H1.HeaderClassName
{
color: #84DFA0;
}
.AnyTagClassName
{
color: #84DFA0;
}
</style>
background-color css
<style>
a { background-color: #84DFA0; }
a { background-color: rgb(132,223,160); }
div.DivClassName
{
background-color: #84DFA0;
}
.BgClassName
{
background-color: #84DFA0;
}
</style>
border-color css
<style>
span { border-color: #84DFA0; }
span { border-color: rgb(132,223,160); }
td.TdClassName
{
border-color: #84DFA0;
}
.TagClassName
{
border-color: #84DFA0;
}
</style>