Shades of Chinook #8DCE9E
Tints of Chinook #8DCE9E
RGB
CMYK
RGB Variations
Color information
#8DCE9E (or 0x8DCE9E) is known color: Chinook. HEX triplet: 8D, CE and 9E. RGB value is (141,206,158). Sum of RGB (Red+Green+Blue) = 141+206+158=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE9E is #723161. Grayscale: #B5B5B5. Windows color (decimal): -7483746 or 10407565. OLE color: 10407565.
HSL color Cylindrical-coordinate representation of color #8DCE9E: hue angle of 135.69º degrees, saturation: 0.4, 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 #8DCE9E is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 158 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.19 |
| HSL | 135.69º | 0.4% | 0.68% | - |
| HSV(B) | 135.69º | 0.32% | 0.81% | - |
| XYZ | 39.23 | 52.27 | 40.37 | - |
| YUV | 181.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 158 | 0.32 | 0 | 0.23 | 0.19 | 135.69 | 0.4 | 0.68 |
| Hex | 8D | CE | 9E | 20 | 0 | 17 | 13 | 88 | 28 | 44 |
| Octal | 215 | 316 | 236 | 40 | 0 | 27 | 23 | 210 | 50 | 104 |
| Binary | 10001101 | 11001110 | 10011110 | 100000 | 0 | 10111 | 10011 | 10001000 | 101000 | 1000100 |
Color Harmonies of #8DCE9E
Complementary color
Monochromatic Colors of #8DCE9E
Black with #8DCE9E
Text Example
Text Example
White with #8DCE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE9E; }
p { color: rgb(141,206,158); }
H1.HeaderClassName
{
color: #8DCE9E;
}
.AnyTagClassName
{
color: #8DCE9E;
}
</style>
background-color css
<style>
a { background-color: #8DCE9E; }
a { background-color: rgb(141,206,158); }
div.DivClassName
{
background-color: #8DCE9E;
}
.BgClassName
{
background-color: #8DCE9E;
}
</style>
border-color css
<style>
span { border-color: #8DCE9E; }
span { border-color: rgb(141,206,158); }
td.TdClassName
{
border-color: #8DCE9E;
}
.TagClassName
{
border-color: #8DCE9E;
}
</style>