Shades of Chinook #8DD2A3
Tints of Chinook #8DD2A3
RGB
CMYK
RGB Variations
Color information
#8DD2A3 (or 0x8DD2A3) is known color: Chinook. HEX triplet: 8D, D2 and A3. RGB value is (141,210,163). Sum of RGB (Red+Green+Blue) = 141+210+163=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD2A3 is #722D5C. Grayscale: #B8B8B8. Windows color (decimal): -7482717 or 10736269. OLE color: 10736269.
HSL color Cylindrical-coordinate representation of color #8DD2A3: hue angle of 139.13º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD2A3 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 163 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.18 |
| HSL | 139.13º | 0.43% | 0.69% | - |
| HSV(B) | 139.13º | 0.33% | 0.82% | - |
| XYZ | 40.64 | 54.4 | 43.01 | - |
| YUV | 184.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 163 | 0.33 | 0 | 0.22 | 0.18 | 139.13 | 0.43 | 0.69 |
| Hex | 8D | D2 | A3 | 21 | 0 | 16 | 12 | 8B | 2B | 45 |
| Octal | 215 | 322 | 243 | 41 | 0 | 26 | 22 | 213 | 53 | 105 |
| Binary | 10001101 | 11010010 | 10100011 | 100001 | 0 | 10110 | 10010 | 10001011 | 101011 | 1000101 |
Color Harmonies of #8DD2A3
Complementary color
Monochromatic Colors of #8DD2A3
Black with #8DD2A3
Text Example
Text Example
White with #8DD2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD2A3; }
p { color: rgb(141,210,163); }
H1.HeaderClassName
{
color: #8DD2A3;
}
.AnyTagClassName
{
color: #8DD2A3;
}
</style>
background-color css
<style>
a { background-color: #8DD2A3; }
a { background-color: rgb(141,210,163); }
div.DivClassName
{
background-color: #8DD2A3;
}
.BgClassName
{
background-color: #8DD2A3;
}
</style>
border-color css
<style>
span { border-color: #8DD2A3; }
span { border-color: rgb(141,210,163); }
td.TdClassName
{
border-color: #8DD2A3;
}
.TagClassName
{
border-color: #8DD2A3;
}
</style>