Shades of Chinook #8FEDA6
Tints of Chinook #8FEDA6
RGB
CMYK
RGB Variations
Color information
#8FEDA6 (or 0x8FEDA6) is known color: Chinook. HEX triplet: 8F, ED and A6. RGB value is (143,237,166). Sum of RGB (Red+Green+Blue) = 143+237+166=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEDA6 is #701259. Grayscale: #C8C8C8. Windows color (decimal): -7344730 or 10939791. OLE color: 10939791.
HSL color Cylindrical-coordinate representation of color #8FEDA6: hue angle of 134.68º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDA6 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 166 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.07 |
| HSL | 134.68º | 0.72% | 0.75% | - |
| HSV(B) | 134.68º | 0.4% | 0.93% | - |
| XYZ | 48.49 | 69.16 | 46.87 | - |
| YUV | 200.8 | 108.36 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 166 | 0.40 | 0 | 0.30 | 0.07 | 134.68 | 0.72 | 0.75 |
| Hex | 8F | ED | A6 | 28 | 0 | 1E | 7 | 87 | 48 | 4B |
| Octal | 217 | 355 | 246 | 50 | 0 | 36 | 7 | 207 | 110 | 113 |
| Binary | 10001111 | 11101101 | 10100110 | 101000 | 0 | 11110 | 111 | 10000111 | 1001000 | 1001011 |
Color Harmonies of #8FEDA6
Complementary color
Monochromatic Colors of #8FEDA6
Black with #8FEDA6
Text Example
Text Example
White with #8FEDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDA6; }
p { color: rgb(143,237,166); }
H1.HeaderClassName
{
color: #8FEDA6;
}
.AnyTagClassName
{
color: #8FEDA6;
}
</style>
background-color css
<style>
a { background-color: #8FEDA6; }
a { background-color: rgb(143,237,166); }
div.DivClassName
{
background-color: #8FEDA6;
}
.BgClassName
{
background-color: #8FEDA6;
}
</style>
border-color css
<style>
span { border-color: #8FEDA6; }
span { border-color: rgb(143,237,166); }
td.TdClassName
{
border-color: #8FEDA6;
}
.TagClassName
{
border-color: #8FEDA6;
}
</style>