Shades of Chinook #8FCCA0
Tints of Chinook #8FCCA0
RGB
CMYK
RGB Variations
Color information
#8FCCA0 (or 0x8FCCA0) is known color: Chinook. HEX triplet: 8F, CC and A0. RGB value is (143,204,160). Sum of RGB (Red+Green+Blue) = 143+204+160=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCA0 is #70335F. Grayscale: #B4B4B4. Windows color (decimal): -7353184 or 10538127. OLE color: 10538127.
HSL color Cylindrical-coordinate representation of color #8FCCA0: hue angle of 136.72º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCA0 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 160 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.2 |
| HSL | 136.72º | 0.37% | 0.68% | - |
| HSV(B) | 136.72º | 0.3% | 0.8% | - |
| XYZ | 39.27 | 51.56 | 41.14 | - |
| YUV | 180.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 160 | 0.30 | 0 | 0.22 | 0.2 | 136.72 | 0.37 | 0.68 |
| Hex | 8F | CC | A0 | 1E | 0 | 16 | 14 | 89 | 25 | 44 |
| Octal | 217 | 314 | 240 | 36 | 0 | 26 | 24 | 211 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10100000 | 11110 | 0 | 10110 | 10100 | 10001001 | 100101 | 1000100 |
Color Harmonies of #8FCCA0
Complementary color
Monochromatic Colors of #8FCCA0
Black with #8FCCA0
Text Example
Text Example
White with #8FCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCA0; }
p { color: rgb(143,204,160); }
H1.HeaderClassName
{
color: #8FCCA0;
}
.AnyTagClassName
{
color: #8FCCA0;
}
</style>
background-color css
<style>
a { background-color: #8FCCA0; }
a { background-color: rgb(143,204,160); }
div.DivClassName
{
background-color: #8FCCA0;
}
.BgClassName
{
background-color: #8FCCA0;
}
</style>
border-color css
<style>
span { border-color: #8FCCA0; }
span { border-color: rgb(143,204,160); }
td.TdClassName
{
border-color: #8FCCA0;
}
.TagClassName
{
border-color: #8FCCA0;
}
</style>