Shades of Chinook #8FECA6
Tints of Chinook #8FECA6
RGB
CMYK
RGB Variations
Color information
#8FECA6 (or 0x8FECA6) is known color: Chinook. HEX triplet: 8F, EC and A6. RGB value is (143,236,166). Sum of RGB (Red+Green+Blue) = 143+236+166=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FECA6 is #701359. Grayscale: #C8C8C8. Windows color (decimal): -7344986 or 10939535. OLE color: 10939535.
HSL color Cylindrical-coordinate representation of color #8FECA6: hue angle of 134.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECA6 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 166 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.07 |
| HSL | 134.84º | 0.71% | 0.74% | - |
| HSV(B) | 134.84º | 0.39% | 0.93% | - |
| XYZ | 48.21 | 68.58 | 46.77 | - |
| YUV | 200.21 | 108.69 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 166 | 0.39 | 0 | 0.30 | 0.07 | 134.84 | 0.71 | 0.74 |
| Hex | 8F | EC | A6 | 27 | 0 | 1E | 7 | 87 | 47 | 4A |
| Octal | 217 | 354 | 246 | 47 | 0 | 36 | 7 | 207 | 107 | 112 |
| Binary | 10001111 | 11101100 | 10100110 | 100111 | 0 | 11110 | 111 | 10000111 | 1000111 | 1001010 |
Color Harmonies of #8FECA6
Complementary color
Monochromatic Colors of #8FECA6
Black with #8FECA6
Text Example
Text Example
White with #8FECA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECA6; }
p { color: rgb(143,236,166); }
H1.HeaderClassName
{
color: #8FECA6;
}
.AnyTagClassName
{
color: #8FECA6;
}
</style>
background-color css
<style>
a { background-color: #8FECA6; }
a { background-color: rgb(143,236,166); }
div.DivClassName
{
background-color: #8FECA6;
}
.BgClassName
{
background-color: #8FECA6;
}
</style>
border-color css
<style>
span { border-color: #8FECA6; }
span { border-color: rgb(143,236,166); }
td.TdClassName
{
border-color: #8FECA6;
}
.TagClassName
{
border-color: #8FECA6;
}
</style>