Shades of Chinook #8DDDA1
Tints of Chinook #8DDDA1
RGB
CMYK
RGB Variations
Color information
#8DDDA1 (or 0x8DDDA1) is known color: Chinook. HEX triplet: 8D, DD and A1. RGB value is (141,221,161). Sum of RGB (Red+Green+Blue) = 141+221+161=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDDA1 is #72225E. Grayscale: #BEBEBE. Windows color (decimal): -7479903 or 10608013. OLE color: 10608013.
HSL color Cylindrical-coordinate representation of color #8DDDA1: hue angle of 135º 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 #8DDDA1 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 161 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.13 |
| HSL | 135º | 0.54% | 0.71% | - |
| HSV(B) | 135º | 0.36% | 0.87% | - |
| XYZ | 43.27 | 59.95 | 43.01 | - |
| YUV | 190.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 161 | 0.36 | 0 | 0.27 | 0.13 | 135 | 0.54 | 0.71 |
| Hex | 8D | DD | A1 | 24 | 0 | 1B | D | 87 | 36 | 47 |
| Octal | 215 | 335 | 241 | 44 | 0 | 33 | 15 | 207 | 66 | 107 |
| Binary | 10001101 | 11011101 | 10100001 | 100100 | 0 | 11011 | 1101 | 10000111 | 110110 | 1000111 |
Color Harmonies of #8DDDA1
Complementary color
Monochromatic Colors of #8DDDA1
Black with #8DDDA1
Text Example
Text Example
White with #8DDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDA1; }
p { color: rgb(141,221,161); }
H1.HeaderClassName
{
color: #8DDDA1;
}
.AnyTagClassName
{
color: #8DDDA1;
}
</style>
background-color css
<style>
a { background-color: #8DDDA1; }
a { background-color: rgb(141,221,161); }
div.DivClassName
{
background-color: #8DDDA1;
}
.BgClassName
{
background-color: #8DDDA1;
}
</style>
border-color css
<style>
span { border-color: #8DDDA1; }
span { border-color: rgb(141,221,161); }
td.TdClassName
{
border-color: #8DDDA1;
}
.TagClassName
{
border-color: #8DDDA1;
}
</style>