Shades of Chinook #8FCB9B
Tints of Chinook #8FCB9B
RGB
CMYK
RGB Variations
Color information
#8FCB9B (or 0x8FCB9B) is known color: Chinook. HEX triplet: 8F, CB and 9B. RGB value is (143,203,155). Sum of RGB (Red+Green+Blue) = 143+203+155=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB9B is #703464. Grayscale: #B3B3B3. Windows color (decimal): -7353445 or 10210191. OLE color: 10210191.
HSL color Cylindrical-coordinate representation of color #8FCB9B: hue angle of 132º 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 #8FCB9B is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 155 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.20 |
| HSL | 132º | 0.37% | 0.68% | - |
| HSV(B) | 132º | 0.3% | 0.8% | - |
| XYZ | 38.6 | 50.92 | 38.8 | - |
| YUV | 179.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 155 | 0.30 | 0 | 0.24 | 0.20 | 132 | 0.37 | 0.68 |
| Hex | 8F | CB | 9B | 1E | 0 | 18 | 14 | 84 | 25 | 44 |
| Octal | 217 | 313 | 233 | 36 | 0 | 30 | 24 | 204 | 45 | 104 |
| Binary | 10001111 | 11001011 | 10011011 | 11110 | 0 | 11000 | 10100 | 10000100 | 100101 | 1000100 |
Color Harmonies of #8FCB9B
Complementary color
Monochromatic Colors of #8FCB9B
Black with #8FCB9B
Text Example
Text Example
White with #8FCB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB9B; }
p { color: rgb(143,203,155); }
H1.HeaderClassName
{
color: #8FCB9B;
}
.AnyTagClassName
{
color: #8FCB9B;
}
</style>
background-color css
<style>
a { background-color: #8FCB9B; }
a { background-color: rgb(143,203,155); }
div.DivClassName
{
background-color: #8FCB9B;
}
.BgClassName
{
background-color: #8FCB9B;
}
</style>
border-color css
<style>
span { border-color: #8FCB9B; }
span { border-color: rgb(143,203,155); }
td.TdClassName
{
border-color: #8FCB9B;
}
.TagClassName
{
border-color: #8FCB9B;
}
</style>