Shades of Chinook #8EDDA2
Tints of Chinook #8EDDA2
RGB
CMYK
RGB Variations
Color information
#8EDDA2 (or 0x8EDDA2) is known color: Chinook. HEX triplet: 8E, DD and A2. RGB value is (142,221,162). Sum of RGB (Red+Green+Blue) = 142+221+162=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDDA2 is #71225D. Grayscale: #BEBEBE. Windows color (decimal): -7414366 or 10673550. OLE color: 10673550.
HSL color Cylindrical-coordinate representation of color #8EDDA2: hue angle of 135.19º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDA2 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 162 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.13 |
| HSL | 135.19º | 0.54% | 0.71% | - |
| HSV(B) | 135.19º | 0.36% | 0.87% | - |
| XYZ | 43.53 | 60.07 | 43.48 | - |
| YUV | 190.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 162 | 0.36 | 0 | 0.27 | 0.13 | 135.19 | 0.54 | 0.71 |
| Hex | 8E | DD | A2 | 24 | 0 | 1B | D | 87 | 36 | 47 |
| Octal | 216 | 335 | 242 | 44 | 0 | 33 | 15 | 207 | 66 | 107 |
| Binary | 10001110 | 11011101 | 10100010 | 100100 | 0 | 11011 | 1101 | 10000111 | 110110 | 1000111 |
Color Harmonies of #8EDDA2
Complementary color
Monochromatic Colors of #8EDDA2
Black with #8EDDA2
Text Example
Text Example
White with #8EDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDDA2; }
p { color: rgb(142,221,162); }
H1.HeaderClassName
{
color: #8EDDA2;
}
.AnyTagClassName
{
color: #8EDDA2;
}
</style>
background-color css
<style>
a { background-color: #8EDDA2; }
a { background-color: rgb(142,221,162); }
div.DivClassName
{
background-color: #8EDDA2;
}
.BgClassName
{
background-color: #8EDDA2;
}
</style>
border-color css
<style>
span { border-color: #8EDDA2; }
span { border-color: rgb(142,221,162); }
td.TdClassName
{
border-color: #8EDDA2;
}
.TagClassName
{
border-color: #8EDDA2;
}
</style>