Shades of Chinook #8FCC9E
Tints of Chinook #8FCC9E
RGB
CMYK
RGB Variations
Color information
#8FCC9E (or 0x8FCC9E) is known color: Chinook. HEX triplet: 8F, CC and 9E. RGB value is (143,204,158). Sum of RGB (Red+Green+Blue) = 143+204+158=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC9E is #703361. Grayscale: #B4B4B4. Windows color (decimal): -7353186 or 10407055. OLE color: 10407055.
HSL color Cylindrical-coordinate representation of color #8FCC9E: hue angle of 134.75º 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 #8FCC9E is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 158 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.2 |
| HSL | 134.75º | 0.37% | 0.68% | - |
| HSV(B) | 134.75º | 0.3% | 0.8% | - |
| XYZ | 39.09 | 51.49 | 40.23 | - |
| YUV | 180.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 158 | 0.30 | 0 | 0.23 | 0.2 | 134.75 | 0.37 | 0.68 |
| Hex | 8F | CC | 9E | 1E | 0 | 17 | 14 | 87 | 25 | 44 |
| Octal | 217 | 314 | 236 | 36 | 0 | 27 | 24 | 207 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10011110 | 11110 | 0 | 10111 | 10100 | 10000111 | 100101 | 1000100 |
Color Harmonies of #8FCC9E
Complementary color
Monochromatic Colors of #8FCC9E
Black with #8FCC9E
Text Example
Text Example
White with #8FCC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC9E; }
p { color: rgb(143,204,158); }
H1.HeaderClassName
{
color: #8FCC9E;
}
.AnyTagClassName
{
color: #8FCC9E;
}
</style>
background-color css
<style>
a { background-color: #8FCC9E; }
a { background-color: rgb(143,204,158); }
div.DivClassName
{
background-color: #8FCC9E;
}
.BgClassName
{
background-color: #8FCC9E;
}
</style>
border-color css
<style>
span { border-color: #8FCC9E; }
span { border-color: rgb(143,204,158); }
td.TdClassName
{
border-color: #8FCC9E;
}
.TagClassName
{
border-color: #8FCC9E;
}
</style>