Shades of Chinook #8FCBA4
Tints of Chinook #8FCBA4
RGB
CMYK
RGB Variations
Color information
#8FCBA4 (or 0x8FCBA4) is known color: Chinook. HEX triplet: 8F, CB and A4. RGB value is (143,203,164). Sum of RGB (Red+Green+Blue) = 143+203+164=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBA4 is #70345B. Grayscale: #B4B4B4. Windows color (decimal): -7353436 or 10800015. OLE color: 10800015.
HSL color Cylindrical-coordinate representation of color #8FCBA4: hue angle of 141º 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 #8FCBA4 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 164 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.20 |
| HSL | 141º | 0.37% | 0.68% | - |
| HSV(B) | 141º | 0.3% | 0.8% | - |
| XYZ | 39.38 | 51.23 | 42.93 | - |
| YUV | 180.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 164 | 0.30 | 0 | 0.19 | 0.20 | 141 | 0.37 | 0.68 |
| Hex | 8F | CB | A4 | 1E | 0 | 13 | 14 | 8D | 25 | 44 |
| Octal | 217 | 313 | 244 | 36 | 0 | 23 | 24 | 215 | 45 | 104 |
| Binary | 10001111 | 11001011 | 10100100 | 11110 | 0 | 10011 | 10100 | 10001101 | 100101 | 1000100 |
Color Harmonies of #8FCBA4
Complementary color
Monochromatic Colors of #8FCBA4
Black with #8FCBA4
Text Example
Text Example
White with #8FCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBA4; }
p { color: rgb(143,203,164); }
H1.HeaderClassName
{
color: #8FCBA4;
}
.AnyTagClassName
{
color: #8FCBA4;
}
</style>
background-color css
<style>
a { background-color: #8FCBA4; }
a { background-color: rgb(143,203,164); }
div.DivClassName
{
background-color: #8FCBA4;
}
.BgClassName
{
background-color: #8FCBA4;
}
</style>
border-color css
<style>
span { border-color: #8FCBA4; }
span { border-color: rgb(143,203,164); }
td.TdClassName
{
border-color: #8FCBA4;
}
.TagClassName
{
border-color: #8FCBA4;
}
</style>