Shades of Chinook #8DDE9E
Tints of Chinook #8DDE9E
RGB
CMYK
RGB Variations
Color information
#8DDE9E (or 0x8DDE9E) is known color: Chinook. HEX triplet: 8D, DE and 9E. RGB value is (141,222,158). Sum of RGB (Red+Green+Blue) = 141+222+158=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDE9E is #722161. Grayscale: #BEBEBE. Windows color (decimal): -7479650 or 10411661. OLE color: 10411661.
HSL color Cylindrical-coordinate representation of color #8DDE9E: hue angle of 132.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDE9E is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 222 | 158 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.13 |
| HSL | 132.59º | 0.55% | 0.71% | - |
| HSV(B) | 132.59º | 0.36% | 0.87% | - |
| XYZ | 43.28 | 60.37 | 41.72 | - |
| YUV | 190.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 158 | 0.36 | 0 | 0.29 | 0.13 | 132.59 | 0.55 | 0.71 |
| Hex | 8D | DE | 9E | 24 | 0 | 1D | D | 85 | 37 | 47 |
| Octal | 215 | 336 | 236 | 44 | 0 | 35 | 15 | 205 | 67 | 107 |
| Binary | 10001101 | 11011110 | 10011110 | 100100 | 0 | 11101 | 1101 | 10000101 | 110111 | 1000111 |
Color Harmonies of #8DDE9E
Complementary color
Monochromatic Colors of #8DDE9E
Black with #8DDE9E
Text Example
Text Example
White with #8DDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDE9E; }
p { color: rgb(141,222,158); }
H1.HeaderClassName
{
color: #8DDE9E;
}
.AnyTagClassName
{
color: #8DDE9E;
}
</style>
background-color css
<style>
a { background-color: #8DDE9E; }
a { background-color: rgb(141,222,158); }
div.DivClassName
{
background-color: #8DDE9E;
}
.BgClassName
{
background-color: #8DDE9E;
}
</style>
border-color css
<style>
span { border-color: #8DDE9E; }
span { border-color: rgb(141,222,158); }
td.TdClassName
{
border-color: #8DDE9E;
}
.TagClassName
{
border-color: #8DDE9E;
}
</style>