Shades of Chinook #8FEAA6
Tints of Chinook #8FEAA6
RGB
CMYK
RGB Variations
Color information
#8FEAA6 (or 0x8FEAA6) is known color: Chinook. HEX triplet: 8F, EA and A6. RGB value is (143,234,166). Sum of RGB (Red+Green+Blue) = 143+234+166=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEAA6 is #701559. Grayscale: #C7C7C7. Windows color (decimal): -7345498 or 10939023. OLE color: 10939023.
HSL color Cylindrical-coordinate representation of color #8FEAA6: hue angle of 135.16º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEAA6 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 166 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.08 |
| HSL | 135.16º | 0.68% | 0.74% | - |
| HSV(B) | 135.16º | 0.39% | 0.92% | - |
| XYZ | 47.63 | 67.44 | 46.58 | - |
| YUV | 199.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 166 | 0.39 | 0 | 0.29 | 0.08 | 135.16 | 0.68 | 0.74 |
| Hex | 8F | EA | A6 | 27 | 0 | 1D | 8 | 87 | 44 | 4A |
| Octal | 217 | 352 | 246 | 47 | 0 | 35 | 10 | 207 | 104 | 112 |
| Binary | 10001111 | 11101010 | 10100110 | 100111 | 0 | 11101 | 1000 | 10000111 | 1000100 | 1001010 |
Color Harmonies of #8FEAA6
Complementary color
Monochromatic Colors of #8FEAA6
Black with #8FEAA6
Text Example
Text Example
White with #8FEAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEAA6; }
p { color: rgb(143,234,166); }
H1.HeaderClassName
{
color: #8FEAA6;
}
.AnyTagClassName
{
color: #8FEAA6;
}
</style>
background-color css
<style>
a { background-color: #8FEAA6; }
a { background-color: rgb(143,234,166); }
div.DivClassName
{
background-color: #8FEAA6;
}
.BgClassName
{
background-color: #8FEAA6;
}
</style>
border-color css
<style>
span { border-color: #8FEAA6; }
span { border-color: rgb(143,234,166); }
td.TdClassName
{
border-color: #8FEAA6;
}
.TagClassName
{
border-color: #8FEAA6;
}
</style>