Shades of Chinook #8DCFA0
Tints of Chinook #8DCFA0
RGB
CMYK
RGB Variations
Color information
#8DCFA0 (or 0x8DCFA0) is known color: Chinook. HEX triplet: 8D, CF and A0. RGB value is (141,207,160). Sum of RGB (Red+Green+Blue) = 141+207+160=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCFA0 is #72305F. Grayscale: #B6B6B6. Windows color (decimal): -7483488 or 10538893. OLE color: 10538893.
HSL color Cylindrical-coordinate representation of color #8DCFA0: hue angle of 137.27º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFA0 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 160 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.19 |
| HSL | 137.27º | 0.41% | 0.68% | - |
| HSV(B) | 137.27º | 0.32% | 0.81% | - |
| XYZ | 39.64 | 52.83 | 41.36 | - |
| YUV | 181.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 160 | 0.32 | 0 | 0.23 | 0.19 | 137.27 | 0.41 | 0.68 |
| Hex | 8D | CF | A0 | 20 | 0 | 17 | 13 | 89 | 29 | 44 |
| Octal | 215 | 317 | 240 | 40 | 0 | 27 | 23 | 211 | 51 | 104 |
| Binary | 10001101 | 11001111 | 10100000 | 100000 | 0 | 10111 | 10011 | 10001001 | 101001 | 1000100 |
Color Harmonies of #8DCFA0
Complementary color
Monochromatic Colors of #8DCFA0
Black with #8DCFA0
Text Example
Text Example
White with #8DCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFA0; }
p { color: rgb(141,207,160); }
H1.HeaderClassName
{
color: #8DCFA0;
}
.AnyTagClassName
{
color: #8DCFA0;
}
</style>
background-color css
<style>
a { background-color: #8DCFA0; }
a { background-color: rgb(141,207,160); }
div.DivClassName
{
background-color: #8DCFA0;
}
.BgClassName
{
background-color: #8DCFA0;
}
</style>
border-color css
<style>
span { border-color: #8DCFA0; }
span { border-color: rgb(141,207,160); }
td.TdClassName
{
border-color: #8DCFA0;
}
.TagClassName
{
border-color: #8DCFA0;
}
</style>