Shades of Chinook #8DDDA6
Tints of Chinook #8DDDA6
RGB
CMYK
RGB Variations
Color information
#8DDDA6 (or 0x8DDDA6) is known color: Chinook. HEX triplet: 8D, DD and A6. RGB value is (141,221,166). Sum of RGB (Red+Green+Blue) = 141+221+166=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDDA6 is #722259. Grayscale: #BEBEBE. Windows color (decimal): -7479898 or 10935693. OLE color: 10935693.
HSL color Cylindrical-coordinate representation of color #8DDDA6: hue angle of 138.75º 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 #8DDDA6 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 166 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.13 |
| HSL | 138.75º | 0.54% | 0.71% | - |
| HSV(B) | 138.75º | 0.36% | 0.87% | - |
| XYZ | 43.72 | 60.13 | 45.38 | - |
| YUV | 190.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 166 | 0.36 | 0 | 0.25 | 0.13 | 138.75 | 0.54 | 0.71 |
| Hex | 8D | DD | A6 | 24 | 0 | 19 | D | 8B | 36 | 47 |
| Octal | 215 | 335 | 246 | 44 | 0 | 31 | 15 | 213 | 66 | 107 |
| Binary | 10001101 | 11011101 | 10100110 | 100100 | 0 | 11001 | 1101 | 10001011 | 110110 | 1000111 |
Color Harmonies of #8DDDA6
Complementary color
Monochromatic Colors of #8DDDA6
Black with #8DDDA6
Text Example
Text Example
White with #8DDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDA6; }
p { color: rgb(141,221,166); }
H1.HeaderClassName
{
color: #8DDDA6;
}
.AnyTagClassName
{
color: #8DDDA6;
}
</style>
background-color css
<style>
a { background-color: #8DDDA6; }
a { background-color: rgb(141,221,166); }
div.DivClassName
{
background-color: #8DDDA6;
}
.BgClassName
{
background-color: #8DDDA6;
}
</style>
border-color css
<style>
span { border-color: #8DDDA6; }
span { border-color: rgb(141,221,166); }
td.TdClassName
{
border-color: #8DDDA6;
}
.TagClassName
{
border-color: #8DDDA6;
}
</style>