Shades of Chinook #8FCFA0
Tints of Chinook #8FCFA0
RGB
CMYK
RGB Variations
Color information
#8FCFA0 (or 0x8FCFA0) is known color: Chinook. HEX triplet: 8F, CF and A0. RGB value is (143,207,160). Sum of RGB (Red+Green+Blue) = 143+207+160=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCFA0 is #70305F. Grayscale: #B6B6B6. Windows color (decimal): -7352416 or 10538895. OLE color: 10538895.
HSL color Cylindrical-coordinate representation of color #8FCFA0: hue angle of 135.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFA0 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 160 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.19 |
| HSL | 135.94º | 0.4% | 0.69% | - |
| HSV(B) | 135.94º | 0.31% | 0.81% | - |
| XYZ | 39.99 | 53 | 41.38 | - |
| YUV | 182.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 160 | 0.31 | 0 | 0.23 | 0.19 | 135.94 | 0.4 | 0.69 |
| Hex | 8F | CF | A0 | 1F | 0 | 17 | 13 | 88 | 28 | 45 |
| Octal | 217 | 317 | 240 | 37 | 0 | 27 | 23 | 210 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10100000 | 11111 | 0 | 10111 | 10011 | 10001000 | 101000 | 1000101 |
Color Harmonies of #8FCFA0
Complementary color
Monochromatic Colors of #8FCFA0
Black with #8FCFA0
Text Example
Text Example
White with #8FCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFA0; }
p { color: rgb(143,207,160); }
H1.HeaderClassName
{
color: #8FCFA0;
}
.AnyTagClassName
{
color: #8FCFA0;
}
</style>
background-color css
<style>
a { background-color: #8FCFA0; }
a { background-color: rgb(143,207,160); }
div.DivClassName
{
background-color: #8FCFA0;
}
.BgClassName
{
background-color: #8FCFA0;
}
</style>
border-color css
<style>
span { border-color: #8FCFA0; }
span { border-color: rgb(143,207,160); }
td.TdClassName
{
border-color: #8FCFA0;
}
.TagClassName
{
border-color: #8FCFA0;
}
</style>