Shades of Chinook #8FCC9C
Tints of Chinook #8FCC9C
RGB
CMYK
RGB Variations
Color information
#8FCC9C (or 0x8FCC9C) is known color: Chinook. HEX triplet: 8F, CC and 9C. RGB value is (143,204,156). Sum of RGB (Red+Green+Blue) = 143+204+156=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC9C is #703363. Grayscale: #B4B4B4. Windows color (decimal): -7353188 or 10275983. OLE color: 10275983.
HSL color Cylindrical-coordinate representation of color #8FCC9C: hue angle of 132.79º 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 #8FCC9C is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 156 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.2 |
| HSL | 132.79º | 0.37% | 0.68% | - |
| HSV(B) | 132.79º | 0.3% | 0.8% | - |
| XYZ | 38.92 | 51.43 | 39.33 | - |
| YUV | 180.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 156 | 0.30 | 0 | 0.24 | 0.2 | 132.79 | 0.37 | 0.68 |
| Hex | 8F | CC | 9C | 1E | 0 | 18 | 14 | 85 | 25 | 44 |
| Octal | 217 | 314 | 234 | 36 | 0 | 30 | 24 | 205 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10011100 | 11110 | 0 | 11000 | 10100 | 10000101 | 100101 | 1000100 |
Color Harmonies of #8FCC9C
Complementary color
Monochromatic Colors of #8FCC9C
Black with #8FCC9C
Text Example
Text Example
White with #8FCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC9C; }
p { color: rgb(143,204,156); }
H1.HeaderClassName
{
color: #8FCC9C;
}
.AnyTagClassName
{
color: #8FCC9C;
}
</style>
background-color css
<style>
a { background-color: #8FCC9C; }
a { background-color: rgb(143,204,156); }
div.DivClassName
{
background-color: #8FCC9C;
}
.BgClassName
{
background-color: #8FCC9C;
}
</style>
border-color css
<style>
span { border-color: #8FCC9C; }
span { border-color: rgb(143,204,156); }
td.TdClassName
{
border-color: #8FCC9C;
}
.TagClassName
{
border-color: #8FCC9C;
}
</style>