Shades of Chinook #8FCF9E
Tints of Chinook #8FCF9E
RGB
CMYK
RGB Variations
Color information
#8FCF9E (or 0x8FCF9E) is known color: Chinook. HEX triplet: 8F, CF and 9E. RGB value is (143,207,158). Sum of RGB (Red+Green+Blue) = 143+207+158=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCF9E is #703061. Grayscale: #B6B6B6. Windows color (decimal): -7352418 or 10407823. OLE color: 10407823.
HSL color Cylindrical-coordinate representation of color #8FCF9E: hue angle of 134.06º 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 #8FCF9E is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 158 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.19 |
| HSL | 134.06º | 0.4% | 0.69% | - |
| HSV(B) | 134.06º | 0.31% | 0.81% | - |
| XYZ | 39.81 | 52.93 | 40.47 | - |
| YUV | 182.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 158 | 0.31 | 0 | 0.24 | 0.19 | 134.06 | 0.4 | 0.69 |
| Hex | 8F | CF | 9E | 1F | 0 | 18 | 13 | 86 | 28 | 45 |
| Octal | 217 | 317 | 236 | 37 | 0 | 30 | 23 | 206 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10011110 | 11111 | 0 | 11000 | 10011 | 10000110 | 101000 | 1000101 |
Color Harmonies of #8FCF9E
Complementary color
Monochromatic Colors of #8FCF9E
Black with #8FCF9E
Text Example
Text Example
White with #8FCF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF9E; }
p { color: rgb(143,207,158); }
H1.HeaderClassName
{
color: #8FCF9E;
}
.AnyTagClassName
{
color: #8FCF9E;
}
</style>
background-color css
<style>
a { background-color: #8FCF9E; }
a { background-color: rgb(143,207,158); }
div.DivClassName
{
background-color: #8FCF9E;
}
.BgClassName
{
background-color: #8FCF9E;
}
</style>
border-color css
<style>
span { border-color: #8FCF9E; }
span { border-color: rgb(143,207,158); }
td.TdClassName
{
border-color: #8FCF9E;
}
.TagClassName
{
border-color: #8FCF9E;
}
</style>