Shades of Chinook #8FEBA7
Tints of Chinook #8FEBA7
RGB
CMYK
RGB Variations
Color information
#8FEBA7 (or 0x8FEBA7) is known color: Chinook. HEX triplet: 8F, EB and A7. RGB value is (143,235,167). Sum of RGB (Red+Green+Blue) = 143+235+167=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEBA7 is #701458. Grayscale: #C7C7C7. Windows color (decimal): -7345241 or 11004815. OLE color: 11004815.
HSL color Cylindrical-coordinate representation of color #8FEBA7: hue angle of 135.65º degrees, saturation: 0.7, 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 #8FEBA7 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 167 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.08 |
| HSL | 135.65º | 0.7% | 0.74% | - |
| HSV(B) | 135.65º | 0.39% | 0.92% | - |
| XYZ | 48.01 | 68.05 | 47.16 | - |
| YUV | 199.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 167 | 0.39 | 0 | 0.29 | 0.08 | 135.65 | 0.7 | 0.74 |
| Hex | 8F | EB | A7 | 27 | 0 | 1D | 8 | 88 | 46 | 4A |
| Octal | 217 | 353 | 247 | 47 | 0 | 35 | 10 | 210 | 106 | 112 |
| Binary | 10001111 | 11101011 | 10100111 | 100111 | 0 | 11101 | 1000 | 10001000 | 1000110 | 1001010 |
Color Harmonies of #8FEBA7
Complementary color
Monochromatic Colors of #8FEBA7
Black with #8FEBA7
Text Example
Text Example
White with #8FEBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBA7; }
p { color: rgb(143,235,167); }
H1.HeaderClassName
{
color: #8FEBA7;
}
.AnyTagClassName
{
color: #8FEBA7;
}
</style>
background-color css
<style>
a { background-color: #8FEBA7; }
a { background-color: rgb(143,235,167); }
div.DivClassName
{
background-color: #8FEBA7;
}
.BgClassName
{
background-color: #8FEBA7;
}
</style>
border-color css
<style>
span { border-color: #8FEBA7; }
span { border-color: rgb(143,235,167); }
td.TdClassName
{
border-color: #8FEBA7;
}
.TagClassName
{
border-color: #8FEBA7;
}
</style>