Shades of Chinook #8FCA9B
Tints of Chinook #8FCA9B
RGB
CMYK
RGB Variations
Color information
#8FCA9B (or 0x8FCA9B) is known color: Chinook. HEX triplet: 8F, CA and 9B. RGB value is (143,202,155). Sum of RGB (Red+Green+Blue) = 143+202+155=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA9B is #703564. Grayscale: #B3B3B3. Windows color (decimal): -7353701 or 10209935. OLE color: 10209935.
HSL color Cylindrical-coordinate representation of color #8FCA9B: hue angle of 132.2º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCA9B is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 155 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.21 |
| HSL | 132.2º | 0.36% | 0.68% | - |
| HSV(B) | 132.2º | 0.29% | 0.79% | - |
| XYZ | 38.36 | 50.45 | 38.73 | - |
| YUV | 179 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 155 | 0.29 | 0 | 0.23 | 0.21 | 132.2 | 0.36 | 0.68 |
| Hex | 8F | CA | 9B | 1D | 0 | 17 | 15 | 84 | 24 | 44 |
| Octal | 217 | 312 | 233 | 35 | 0 | 27 | 25 | 204 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10011011 | 11101 | 0 | 10111 | 10101 | 10000100 | 100100 | 1000100 |
Color Harmonies of #8FCA9B
Complementary color
Monochromatic Colors of #8FCA9B
Black with #8FCA9B
Text Example
Text Example
White with #8FCA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA9B; }
p { color: rgb(143,202,155); }
H1.HeaderClassName
{
color: #8FCA9B;
}
.AnyTagClassName
{
color: #8FCA9B;
}
</style>
background-color css
<style>
a { background-color: #8FCA9B; }
a { background-color: rgb(143,202,155); }
div.DivClassName
{
background-color: #8FCA9B;
}
.BgClassName
{
background-color: #8FCA9B;
}
</style>
border-color css
<style>
span { border-color: #8FCA9B; }
span { border-color: rgb(143,202,155); }
td.TdClassName
{
border-color: #8FCA9B;
}
.TagClassName
{
border-color: #8FCA9B;
}
</style>