Shades of Chinook #8FCEA0
Tints of Chinook #8FCEA0
RGB
CMYK
RGB Variations
Color information
#8FCEA0 (or 0x8FCEA0) is known color: Chinook. HEX triplet: 8F, CE and A0. RGB value is (143,206,160). Sum of RGB (Red+Green+Blue) = 143+206+160=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEA0 is #70315F. Grayscale: #B6B6B6. Windows color (decimal): -7352672 or 10538639. OLE color: 10538639.
HSL color Cylindrical-coordinate representation of color #8FCEA0: hue angle of 136.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEA0 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 160 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.19 |
| HSL | 136.19º | 0.39% | 0.68% | - |
| HSV(B) | 136.19º | 0.31% | 0.81% | - |
| XYZ | 39.74 | 52.52 | 41.3 | - |
| YUV | 181.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 160 | 0.31 | 0 | 0.22 | 0.19 | 136.19 | 0.39 | 0.68 |
| Hex | 8F | CE | A0 | 1F | 0 | 16 | 13 | 88 | 27 | 44 |
| Octal | 217 | 316 | 240 | 37 | 0 | 26 | 23 | 210 | 47 | 104 |
| Binary | 10001111 | 11001110 | 10100000 | 11111 | 0 | 10110 | 10011 | 10001000 | 100111 | 1000100 |
Color Harmonies of #8FCEA0
Complementary color
Monochromatic Colors of #8FCEA0
Black with #8FCEA0
Text Example
Text Example
White with #8FCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEA0; }
p { color: rgb(143,206,160); }
H1.HeaderClassName
{
color: #8FCEA0;
}
.AnyTagClassName
{
color: #8FCEA0;
}
</style>
background-color css
<style>
a { background-color: #8FCEA0; }
a { background-color: rgb(143,206,160); }
div.DivClassName
{
background-color: #8FCEA0;
}
.BgClassName
{
background-color: #8FCEA0;
}
</style>
border-color css
<style>
span { border-color: #8FCEA0; }
span { border-color: rgb(143,206,160); }
td.TdClassName
{
border-color: #8FCEA0;
}
.TagClassName
{
border-color: #8FCEA0;
}
</style>