Shades of Chinook #8CDDA4
Tints of Chinook #8CDDA4
RGB
CMYK
RGB Variations
Color information
#8CDDA4 (or 0x8CDDA4) is known color: Chinook. HEX triplet: 8C, DD and A4. RGB value is (140,221,164). Sum of RGB (Red+Green+Blue) = 140+221+164=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDA4 is #73225B. Grayscale: #BEBEBE. Windows color (decimal): -7545436 or 10804620. OLE color: 10804620.
HSL color Cylindrical-coordinate representation of color #8CDDA4: hue angle of 137.78º 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 #8CDDA4 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 164 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.13 |
| HSL | 137.78º | 0.54% | 0.71% | - |
| HSV(B) | 137.78º | 0.37% | 0.87% | - |
| XYZ | 43.37 | 59.97 | 44.41 | - |
| YUV | 190.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 164 | 0.37 | 0 | 0.26 | 0.13 | 137.78 | 0.54 | 0.71 |
| Hex | 8C | DD | A4 | 25 | 0 | 1A | D | 8A | 36 | 47 |
| Octal | 214 | 335 | 244 | 45 | 0 | 32 | 15 | 212 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10100100 | 100101 | 0 | 11010 | 1101 | 10001010 | 110110 | 1000111 |
Color Harmonies of #8CDDA4
Complementary color
Monochromatic Colors of #8CDDA4
Black with #8CDDA4
Text Example
Text Example
White with #8CDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDA4; }
p { color: rgb(140,221,164); }
H1.HeaderClassName
{
color: #8CDDA4;
}
.AnyTagClassName
{
color: #8CDDA4;
}
</style>
background-color css
<style>
a { background-color: #8CDDA4; }
a { background-color: rgb(140,221,164); }
div.DivClassName
{
background-color: #8CDDA4;
}
.BgClassName
{
background-color: #8CDDA4;
}
</style>
border-color css
<style>
span { border-color: #8CDDA4; }
span { border-color: rgb(140,221,164); }
td.TdClassName
{
border-color: #8CDDA4;
}
.TagClassName
{
border-color: #8CDDA4;
}
</style>