Shades of Chinook #8FECA8
Tints of Chinook #8FECA8
RGB
CMYK
RGB Variations
Color information
#8FECA8 (or 0x8FECA8) is known color: Chinook. HEX triplet: 8F, EC and A8. RGB value is (143,236,168). Sum of RGB (Red+Green+Blue) = 143+236+168=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FECA8 is #701357. Grayscale: #C8C8C8. Windows color (decimal): -7344984 or 11070607. OLE color: 11070607.
HSL color Cylindrical-coordinate representation of color #8FECA8: hue angle of 136.13º 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 #8FECA8 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 168 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.07 |
| HSL | 136.13º | 0.71% | 0.74% | - |
| HSV(B) | 136.13º | 0.39% | 0.93% | - |
| XYZ | 48.39 | 68.66 | 47.75 | - |
| YUV | 200.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 168 | 0.39 | 0 | 0.29 | 0.07 | 136.13 | 0.71 | 0.74 |
| Hex | 8F | EC | A8 | 27 | 0 | 1D | 7 | 88 | 47 | 4A |
| Octal | 217 | 354 | 250 | 47 | 0 | 35 | 7 | 210 | 107 | 112 |
| Binary | 10001111 | 11101100 | 10101000 | 100111 | 0 | 11101 | 111 | 10001000 | 1000111 | 1001010 |
Color Harmonies of #8FECA8
Complementary color
Monochromatic Colors of #8FECA8
Black with #8FECA8
Text Example
Text Example
White with #8FECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECA8; }
p { color: rgb(143,236,168); }
H1.HeaderClassName
{
color: #8FECA8;
}
.AnyTagClassName
{
color: #8FECA8;
}
</style>
background-color css
<style>
a { background-color: #8FECA8; }
a { background-color: rgb(143,236,168); }
div.DivClassName
{
background-color: #8FECA8;
}
.BgClassName
{
background-color: #8FECA8;
}
</style>
border-color css
<style>
span { border-color: #8FECA8; }
span { border-color: rgb(143,236,168); }
td.TdClassName
{
border-color: #8FECA8;
}
.TagClassName
{
border-color: #8FECA8;
}
</style>