Shades of Chinook #8FEBA8
Tints of Chinook #8FEBA8
RGB
CMYK
RGB Variations
Color information
#8FEBA8 (or 0x8FEBA8) is known color: Chinook. HEX triplet: 8F, EB and A8. RGB value is (143,235,168). Sum of RGB (Red+Green+Blue) = 143+235+168=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEBA8 is #701457. Grayscale: #C8C8C8. Windows color (decimal): -7345240 or 11070351. OLE color: 11070351.
HSL color Cylindrical-coordinate representation of color #8FEBA8: hue angle of 136.3º 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 #8FEBA8 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 168 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.08 |
| HSL | 136.3º | 0.7% | 0.74% | - |
| HSV(B) | 136.3º | 0.39% | 0.92% | - |
| XYZ | 48.1 | 68.08 | 47.65 | - |
| YUV | 199.85 | 110.02 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 168 | 0.39 | 0 | 0.29 | 0.08 | 136.3 | 0.7 | 0.74 |
| Hex | 8F | EB | A8 | 27 | 0 | 1D | 8 | 88 | 46 | 4A |
| Octal | 217 | 353 | 250 | 47 | 0 | 35 | 10 | 210 | 106 | 112 |
| Binary | 10001111 | 11101011 | 10101000 | 100111 | 0 | 11101 | 1000 | 10001000 | 1000110 | 1001010 |
Color Harmonies of #8FEBA8
Complementary color
Monochromatic Colors of #8FEBA8
Black with #8FEBA8
Text Example
Text Example
White with #8FEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBA8; }
p { color: rgb(143,235,168); }
H1.HeaderClassName
{
color: #8FEBA8;
}
.AnyTagClassName
{
color: #8FEBA8;
}
</style>
background-color css
<style>
a { background-color: #8FEBA8; }
a { background-color: rgb(143,235,168); }
div.DivClassName
{
background-color: #8FEBA8;
}
.BgClassName
{
background-color: #8FEBA8;
}
</style>
border-color css
<style>
span { border-color: #8FEBA8; }
span { border-color: rgb(143,235,168); }
td.TdClassName
{
border-color: #8FEBA8;
}
.TagClassName
{
border-color: #8FEBA8;
}
</style>