Shades of Chinook #8DDD9D
Tints of Chinook #8DDD9D
RGB
CMYK
RGB Variations
Color information
#8DDD9D (or 0x8DDD9D) is known color: Chinook. HEX triplet: 8D, DD and 9D. RGB value is (141,221,157). Sum of RGB (Red+Green+Blue) = 141+221+157=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDD9D is #722262. Grayscale: #BDBDBD. Windows color (decimal): -7479907 or 10345869. OLE color: 10345869.
HSL color Cylindrical-coordinate representation of color #8DDD9D: hue angle of 132º degrees, saturation: 0.54, 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 #8DDD9D is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 157 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.13 |
| HSL | 132º | 0.54% | 0.71% | - |
| HSV(B) | 132º | 0.36% | 0.87% | - |
| XYZ | 42.93 | 59.81 | 41.18 | - |
| YUV | 189.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 157 | 0.36 | 0 | 0.29 | 0.13 | 132 | 0.54 | 0.71 |
| Hex | 8D | DD | 9D | 24 | 0 | 1D | D | 84 | 36 | 47 |
| Octal | 215 | 335 | 235 | 44 | 0 | 35 | 15 | 204 | 66 | 107 |
| Binary | 10001101 | 11011101 | 10011101 | 100100 | 0 | 11101 | 1101 | 10000100 | 110110 | 1000111 |
Color Harmonies of #8DDD9D
Complementary color
Monochromatic Colors of #8DDD9D
Black with #8DDD9D
Text Example
Text Example
White with #8DDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD9D; }
p { color: rgb(141,221,157); }
H1.HeaderClassName
{
color: #8DDD9D;
}
.AnyTagClassName
{
color: #8DDD9D;
}
</style>
background-color css
<style>
a { background-color: #8DDD9D; }
a { background-color: rgb(141,221,157); }
div.DivClassName
{
background-color: #8DDD9D;
}
.BgClassName
{
background-color: #8DDD9D;
}
</style>
border-color css
<style>
span { border-color: #8DDD9D; }
span { border-color: rgb(141,221,157); }
td.TdClassName
{
border-color: #8DDD9D;
}
.TagClassName
{
border-color: #8DDD9D;
}
</style>