Shades of Chinook #8CDDA1
Tints of Chinook #8CDDA1
RGB
CMYK
RGB Variations
Color information
#8CDDA1 (or 0x8CDDA1) is known color: Chinook. HEX triplet: 8C, DD and A1. RGB value is (140,221,161). Sum of RGB (Red+Green+Blue) = 140+221+161=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDA1 is #73225E. Grayscale: #BEBEBE. Windows color (decimal): -7545439 or 10608012. OLE color: 10608012.
HSL color Cylindrical-coordinate representation of color #8CDDA1: hue angle of 135.56º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDA1 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 161 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.13 |
| HSL | 135.56º | 0.54% | 0.71% | - |
| HSV(B) | 135.56º | 0.37% | 0.87% | - |
| XYZ | 43.1 | 59.86 | 43 | - |
| YUV | 189.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 161 | 0.37 | 0 | 0.27 | 0.13 | 135.56 | 0.54 | 0.71 |
| Hex | 8C | DD | A1 | 25 | 0 | 1B | D | 88 | 36 | 47 |
| Octal | 214 | 335 | 241 | 45 | 0 | 33 | 15 | 210 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10100001 | 100101 | 0 | 11011 | 1101 | 10001000 | 110110 | 1000111 |
Color Harmonies of #8CDDA1
Complementary color
Monochromatic Colors of #8CDDA1
Black with #8CDDA1
Text Example
Text Example
White with #8CDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDA1; }
p { color: rgb(140,221,161); }
H1.HeaderClassName
{
color: #8CDDA1;
}
.AnyTagClassName
{
color: #8CDDA1;
}
</style>
background-color css
<style>
a { background-color: #8CDDA1; }
a { background-color: rgb(140,221,161); }
div.DivClassName
{
background-color: #8CDDA1;
}
.BgClassName
{
background-color: #8CDDA1;
}
</style>
border-color css
<style>
span { border-color: #8CDDA1; }
span { border-color: rgb(140,221,161); }
td.TdClassName
{
border-color: #8CDDA1;
}
.TagClassName
{
border-color: #8CDDA1;
}
</style>