Shades of Chinook #8DDAA2
Tints of Chinook #8DDAA2
RGB
CMYK
RGB Variations
Color information
#8DDAA2 (or 0x8DDAA2) is known color: Chinook. HEX triplet: 8D, DA and A2. RGB value is (141,218,162). Sum of RGB (Red+Green+Blue) = 141+218+162=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDAA2 is #72255D. Grayscale: #BCBCBC. Windows color (decimal): -7480670 or 10672781. OLE color: 10672781.
HSL color Cylindrical-coordinate representation of color #8DDAA2: hue angle of 136.36º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDAA2 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 162 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.15 |
| HSL | 136.36º | 0.51% | 0.7% | - |
| HSV(B) | 136.36º | 0.35% | 0.85% | - |
| XYZ | 42.58 | 58.41 | 43.21 | - |
| YUV | 188.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 162 | 0.35 | 0 | 0.26 | 0.15 | 136.36 | 0.51 | 0.7 |
| Hex | 8D | DA | A2 | 23 | 0 | 1A | F | 88 | 33 | 46 |
| Octal | 215 | 332 | 242 | 43 | 0 | 32 | 17 | 210 | 63 | 106 |
| Binary | 10001101 | 11011010 | 10100010 | 100011 | 0 | 11010 | 1111 | 10001000 | 110011 | 1000110 |
Color Harmonies of #8DDAA2
Complementary color
Monochromatic Colors of #8DDAA2
Black with #8DDAA2
Text Example
Text Example
White with #8DDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDAA2; }
p { color: rgb(141,218,162); }
H1.HeaderClassName
{
color: #8DDAA2;
}
.AnyTagClassName
{
color: #8DDAA2;
}
</style>
background-color css
<style>
a { background-color: #8DDAA2; }
a { background-color: rgb(141,218,162); }
div.DivClassName
{
background-color: #8DDAA2;
}
.BgClassName
{
background-color: #8DDAA2;
}
</style>
border-color css
<style>
span { border-color: #8DDAA2; }
span { border-color: rgb(141,218,162); }
td.TdClassName
{
border-color: #8DDAA2;
}
.TagClassName
{
border-color: #8DDAA2;
}
</style>