Shades of Chinook #8FDA9F
Tints of Chinook #8FDA9F
RGB
CMYK
RGB Variations
Color information
#8FDA9F (or 0x8FDA9F) is known color: Chinook. HEX triplet: 8F, DA and 9F. RGB value is (143,218,159). Sum of RGB (Red+Green+Blue) = 143+218+159=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDA9F is #702560. Grayscale: #BDBDBD. Windows color (decimal): -7349601 or 10476175. OLE color: 10476175.
HSL color Cylindrical-coordinate representation of color #8FDA9F: hue angle of 132.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDA9F is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 159 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.15 |
| HSL | 132.8º | 0.5% | 0.71% | - |
| HSV(B) | 132.8º | 0.34% | 0.85% | - |
| XYZ | 42.66 | 58.49 | 41.84 | - |
| YUV | 188.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 159 | 0.34 | 0 | 0.27 | 0.15 | 132.8 | 0.5 | 0.71 |
| Hex | 8F | DA | 9F | 22 | 0 | 1B | F | 85 | 32 | 47 |
| Octal | 217 | 332 | 237 | 42 | 0 | 33 | 17 | 205 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10011111 | 100010 | 0 | 11011 | 1111 | 10000101 | 110010 | 1000111 |
Color Harmonies of #8FDA9F
Complementary color
Monochromatic Colors of #8FDA9F
Black with #8FDA9F
Text Example
Text Example
White with #8FDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA9F; }
p { color: rgb(143,218,159); }
H1.HeaderClassName
{
color: #8FDA9F;
}
.AnyTagClassName
{
color: #8FDA9F;
}
</style>
background-color css
<style>
a { background-color: #8FDA9F; }
a { background-color: rgb(143,218,159); }
div.DivClassName
{
background-color: #8FDA9F;
}
.BgClassName
{
background-color: #8FDA9F;
}
</style>
border-color css
<style>
span { border-color: #8FDA9F; }
span { border-color: rgb(143,218,159); }
td.TdClassName
{
border-color: #8FDA9F;
}
.TagClassName
{
border-color: #8FDA9F;
}
</style>