Shades of Chinook #8DCD9F
Tints of Chinook #8DCD9F
RGB
CMYK
RGB Variations
Color information
#8DCD9F (or 0x8DCD9F) is known color: Chinook. HEX triplet: 8D, CD and 9F. RGB value is (141,205,159). Sum of RGB (Red+Green+Blue) = 141+205+159=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD9F is #723260. Grayscale: #B4B4B4. Windows color (decimal): -7484001 or 10472845. OLE color: 10472845.
HSL color Cylindrical-coordinate representation of color #8DCD9F: hue angle of 136.88º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCD9F is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 159 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.20 |
| HSL | 136.88º | 0.39% | 0.68% | - |
| HSV(B) | 136.88º | 0.31% | 0.8% | - |
| XYZ | 39.07 | 51.83 | 40.75 | - |
| YUV | 180.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 159 | 0.31 | 0 | 0.22 | 0.20 | 136.88 | 0.39 | 0.68 |
| Hex | 8D | CD | 9F | 1F | 0 | 16 | 14 | 89 | 27 | 44 |
| Octal | 215 | 315 | 237 | 37 | 0 | 26 | 24 | 211 | 47 | 104 |
| Binary | 10001101 | 11001101 | 10011111 | 11111 | 0 | 10110 | 10100 | 10001001 | 100111 | 1000100 |
Color Harmonies of #8DCD9F
Complementary color
Monochromatic Colors of #8DCD9F
Black with #8DCD9F
Text Example
Text Example
White with #8DCD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD9F; }
p { color: rgb(141,205,159); }
H1.HeaderClassName
{
color: #8DCD9F;
}
.AnyTagClassName
{
color: #8DCD9F;
}
</style>
background-color css
<style>
a { background-color: #8DCD9F; }
a { background-color: rgb(141,205,159); }
div.DivClassName
{
background-color: #8DCD9F;
}
.BgClassName
{
background-color: #8DCD9F;
}
</style>
border-color css
<style>
span { border-color: #8DCD9F; }
span { border-color: rgb(141,205,159); }
td.TdClassName
{
border-color: #8DCD9F;
}
.TagClassName
{
border-color: #8DCD9F;
}
</style>