Shades of Chinook #8CDDA3
Tints of Chinook #8CDDA3
RGB
CMYK
RGB Variations
Color information
#8CDDA3 (or 0x8CDDA3) is known color: Chinook. HEX triplet: 8C, DD and A3. RGB value is (140,221,163). Sum of RGB (Red+Green+Blue) = 140+221+163=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDA3 is #73225C. Grayscale: #BEBEBE. Windows color (decimal): -7545437 or 10739084. OLE color: 10739084.
HSL color Cylindrical-coordinate representation of color #8CDDA3: hue angle of 137.04º 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 #8CDDA3 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 163 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.13 |
| HSL | 137.04º | 0.54% | 0.71% | - |
| HSV(B) | 137.04º | 0.37% | 0.87% | - |
| XYZ | 43.28 | 59.93 | 43.94 | - |
| YUV | 190.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 163 | 0.37 | 0 | 0.26 | 0.13 | 137.04 | 0.54 | 0.71 |
| Hex | 8C | DD | A3 | 25 | 0 | 1A | D | 89 | 36 | 47 |
| Octal | 214 | 335 | 243 | 45 | 0 | 32 | 15 | 211 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10100011 | 100101 | 0 | 11010 | 1101 | 10001001 | 110110 | 1000111 |
Color Harmonies of #8CDDA3
Complementary color
Monochromatic Colors of #8CDDA3
Black with #8CDDA3
Text Example
Text Example
White with #8CDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDA3; }
p { color: rgb(140,221,163); }
H1.HeaderClassName
{
color: #8CDDA3;
}
.AnyTagClassName
{
color: #8CDDA3;
}
</style>
background-color css
<style>
a { background-color: #8CDDA3; }
a { background-color: rgb(140,221,163); }
div.DivClassName
{
background-color: #8CDDA3;
}
.BgClassName
{
background-color: #8CDDA3;
}
</style>
border-color css
<style>
span { border-color: #8CDDA3; }
span { border-color: rgb(140,221,163); }
td.TdClassName
{
border-color: #8CDDA3;
}
.TagClassName
{
border-color: #8CDDA3;
}
</style>