Shades of Chinook #8FDEA6
Tints of Chinook #8FDEA6
RGB
CMYK
RGB Variations
Color information
#8FDEA6 (or 0x8FDEA6) is known color: Chinook. HEX triplet: 8F, DE and A6. RGB value is (143,222,166). Sum of RGB (Red+Green+Blue) = 143+222+166=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDEA6 is #702159. Grayscale: #C0C0C0. Windows color (decimal): -7348570 or 10935951. OLE color: 10935951.
HSL color Cylindrical-coordinate representation of color #8FDEA6: hue angle of 137.47º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDEA6 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 166 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.13 |
| HSL | 137.47º | 0.54% | 0.72% | - |
| HSV(B) | 137.47º | 0.36% | 0.87% | - |
| XYZ | 44.33 | 60.84 | 45.48 | - |
| YUV | 192 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 166 | 0.36 | 0 | 0.25 | 0.13 | 137.47 | 0.54 | 0.72 |
| Hex | 8F | DE | A6 | 24 | 0 | 19 | D | 89 | 36 | 48 |
| Octal | 217 | 336 | 246 | 44 | 0 | 31 | 15 | 211 | 66 | 110 |
| Binary | 10001111 | 11011110 | 10100110 | 100100 | 0 | 11001 | 1101 | 10001001 | 110110 | 1001000 |
Color Harmonies of #8FDEA6
Complementary color
Monochromatic Colors of #8FDEA6
Black with #8FDEA6
Text Example
Text Example
White with #8FDEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEA6; }
p { color: rgb(143,222,166); }
H1.HeaderClassName
{
color: #8FDEA6;
}
.AnyTagClassName
{
color: #8FDEA6;
}
</style>
background-color css
<style>
a { background-color: #8FDEA6; }
a { background-color: rgb(143,222,166); }
div.DivClassName
{
background-color: #8FDEA6;
}
.BgClassName
{
background-color: #8FDEA6;
}
</style>
border-color css
<style>
span { border-color: #8FDEA6; }
span { border-color: rgb(143,222,166); }
td.TdClassName
{
border-color: #8FDEA6;
}
.TagClassName
{
border-color: #8FDEA6;
}
</style>