Shades of Chinook #8FDA9B
Tints of Chinook #8FDA9B
RGB
CMYK
RGB Variations
Color information
#8FDA9B (or 0x8FDA9B) is known color: Chinook. HEX triplet: 8F, DA and 9B. RGB value is (143,218,155). Sum of RGB (Red+Green+Blue) = 143+218+155=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDA9B is #702564. Grayscale: #BCBCBC. Windows color (decimal): -7349605 or 10214031. OLE color: 10214031.
HSL color Cylindrical-coordinate representation of color #8FDA9B: hue angle of 129.6º 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 #8FDA9B is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 155 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.15 |
| HSL | 129.6º | 0.5% | 0.71% | - |
| HSV(B) | 129.6º | 0.34% | 0.85% | - |
| XYZ | 42.32 | 58.35 | 40.04 | - |
| YUV | 188.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 155 | 0.34 | 0 | 0.29 | 0.15 | 129.6 | 0.5 | 0.71 |
| Hex | 8F | DA | 9B | 22 | 0 | 1D | F | 82 | 32 | 47 |
| Octal | 217 | 332 | 233 | 42 | 0 | 35 | 17 | 202 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10011011 | 100010 | 0 | 11101 | 1111 | 10000010 | 110010 | 1000111 |
Color Harmonies of #8FDA9B
Complementary color
Monochromatic Colors of #8FDA9B
Black with #8FDA9B
Text Example
Text Example
White with #8FDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA9B; }
p { color: rgb(143,218,155); }
H1.HeaderClassName
{
color: #8FDA9B;
}
.AnyTagClassName
{
color: #8FDA9B;
}
</style>
background-color css
<style>
a { background-color: #8FDA9B; }
a { background-color: rgb(143,218,155); }
div.DivClassName
{
background-color: #8FDA9B;
}
.BgClassName
{
background-color: #8FDA9B;
}
</style>
border-color css
<style>
span { border-color: #8FDA9B; }
span { border-color: rgb(143,218,155); }
td.TdClassName
{
border-color: #8FDA9B;
}
.TagClassName
{
border-color: #8FDA9B;
}
</style>