Shades of Chinook #8FD6A6
Tints of Chinook #8FD6A6
RGB
CMYK
RGB Variations
Color information
#8FD6A6 (or 0x8FD6A6) is known color: Chinook. HEX triplet: 8F, D6 and A6. RGB value is (143,214,166). Sum of RGB (Red+Green+Blue) = 143+214+166=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD6A6 is #702959. Grayscale: #BBBBBB. Windows color (decimal): -7350618 or 10933903. OLE color: 10933903.
HSL color Cylindrical-coordinate representation of color #8FD6A6: hue angle of 139.44º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD6A6 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 166 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.16 |
| HSL | 139.44º | 0.46% | 0.7% | - |
| HSV(B) | 139.44º | 0.33% | 0.84% | - |
| XYZ | 42.26 | 56.69 | 44.79 | - |
| YUV | 187.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 166 | 0.33 | 0 | 0.22 | 0.16 | 139.44 | 0.46 | 0.7 |
| Hex | 8F | D6 | A6 | 21 | 0 | 16 | 10 | 8B | 2E | 46 |
| Octal | 217 | 326 | 246 | 41 | 0 | 26 | 20 | 213 | 56 | 106 |
| Binary | 10001111 | 11010110 | 10100110 | 100001 | 0 | 10110 | 10000 | 10001011 | 101110 | 1000110 |
Color Harmonies of #8FD6A6
Complementary color
Monochromatic Colors of #8FD6A6
Black with #8FD6A6
Text Example
Text Example
White with #8FD6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD6A6; }
p { color: rgb(143,214,166); }
H1.HeaderClassName
{
color: #8FD6A6;
}
.AnyTagClassName
{
color: #8FD6A6;
}
</style>
background-color css
<style>
a { background-color: #8FD6A6; }
a { background-color: rgb(143,214,166); }
div.DivClassName
{
background-color: #8FD6A6;
}
.BgClassName
{
background-color: #8FD6A6;
}
</style>
border-color css
<style>
span { border-color: #8FD6A6; }
span { border-color: rgb(143,214,166); }
td.TdClassName
{
border-color: #8FD6A6;
}
.TagClassName
{
border-color: #8FD6A6;
}
</style>