Shades of Chinook #8FCDA1
Tints of Chinook #8FCDA1
RGB
CMYK
RGB Variations
Color information
#8FCDA1 (or 0x8FCDA1) is known color: Chinook. HEX triplet: 8F, CD and A1. RGB value is (143,205,161). Sum of RGB (Red+Green+Blue) = 143+205+161=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDA1 is #70325E. Grayscale: #B5B5B5. Windows color (decimal): -7352927 or 10603919. OLE color: 10603919.
HSL color Cylindrical-coordinate representation of color #8FCDA1: hue angle of 137.42º degrees, saturation: 0.38, 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 #8FCDA1 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 161 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.20 |
| HSL | 137.42º | 0.38% | 0.68% | - |
| HSV(B) | 137.42º | 0.3% | 0.8% | - |
| XYZ | 39.59 | 52.08 | 41.68 | - |
| YUV | 181.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 161 | 0.30 | 0 | 0.21 | 0.20 | 137.42 | 0.38 | 0.68 |
| Hex | 8F | CD | A1 | 1E | 0 | 15 | 14 | 89 | 26 | 44 |
| Octal | 217 | 315 | 241 | 36 | 0 | 25 | 24 | 211 | 46 | 104 |
| Binary | 10001111 | 11001101 | 10100001 | 11110 | 0 | 10101 | 10100 | 10001001 | 100110 | 1000100 |
Color Harmonies of #8FCDA1
Complementary color
Monochromatic Colors of #8FCDA1
Black with #8FCDA1
Text Example
Text Example
White with #8FCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDA1; }
p { color: rgb(143,205,161); }
H1.HeaderClassName
{
color: #8FCDA1;
}
.AnyTagClassName
{
color: #8FCDA1;
}
</style>
background-color css
<style>
a { background-color: #8FCDA1; }
a { background-color: rgb(143,205,161); }
div.DivClassName
{
background-color: #8FCDA1;
}
.BgClassName
{
background-color: #8FCDA1;
}
</style>
border-color css
<style>
span { border-color: #8FCDA1; }
span { border-color: rgb(143,205,161); }
td.TdClassName
{
border-color: #8FCDA1;
}
.TagClassName
{
border-color: #8FCDA1;
}
</style>