Shades of Chinook #8DDFA6
Tints of Chinook #8DDFA6
RGB
CMYK
RGB Variations
Color information
#8DDFA6 (or 0x8DDFA6) is known color: Chinook. HEX triplet: 8D, DF and A6. RGB value is (141,223,166). Sum of RGB (Red+Green+Blue) = 141+223+166=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDFA6 is #722059. Grayscale: #C0C0C0. Windows color (decimal): -7479386 or 10936205. OLE color: 10936205.
HSL color Cylindrical-coordinate representation of color #8DDFA6: hue angle of 138.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DDFA6 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 166 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.13 |
| HSL | 138.29º | 0.56% | 0.71% | - |
| HSV(B) | 138.29º | 0.37% | 0.87% | - |
| XYZ | 44.26 | 61.19 | 45.56 | - |
| YUV | 191.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 166 | 0.37 | 0 | 0.26 | 0.13 | 138.29 | 0.56 | 0.71 |
| Hex | 8D | DF | A6 | 25 | 0 | 1A | D | 8A | 38 | 47 |
| Octal | 215 | 337 | 246 | 45 | 0 | 32 | 15 | 212 | 70 | 107 |
| Binary | 10001101 | 11011111 | 10100110 | 100101 | 0 | 11010 | 1101 | 10001010 | 111000 | 1000111 |
Color Harmonies of #8DDFA6
Complementary color
Monochromatic Colors of #8DDFA6
Black with #8DDFA6
Text Example
Text Example
White with #8DDFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFA6; }
p { color: rgb(141,223,166); }
H1.HeaderClassName
{
color: #8DDFA6;
}
.AnyTagClassName
{
color: #8DDFA6;
}
</style>
background-color css
<style>
a { background-color: #8DDFA6; }
a { background-color: rgb(141,223,166); }
div.DivClassName
{
background-color: #8DDFA6;
}
.BgClassName
{
background-color: #8DDFA6;
}
</style>
border-color css
<style>
span { border-color: #8DDFA6; }
span { border-color: rgb(141,223,166); }
td.TdClassName
{
border-color: #8DDFA6;
}
.TagClassName
{
border-color: #8DDFA6;
}
</style>