Shades of Chinook #8DDBA1
Tints of Chinook #8DDBA1
RGB
CMYK
RGB Variations
Color information
#8DDBA1 (or 0x8DDBA1) is known color: Chinook. HEX triplet: 8D, DB and A1. RGB value is (141,219,161). Sum of RGB (Red+Green+Blue) = 141+219+161=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDBA1 is #72245E. Grayscale: #BDBDBD. Windows color (decimal): -7480415 or 10607501. OLE color: 10607501.
HSL color Cylindrical-coordinate representation of color #8DDBA1: hue angle of 135.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDBA1 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 161 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.14 |
| HSL | 135.38º | 0.52% | 0.71% | - |
| HSV(B) | 135.38º | 0.36% | 0.86% | - |
| XYZ | 42.75 | 58.9 | 42.83 | - |
| YUV | 189.07 | 112.16 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 161 | 0.36 | 0 | 0.26 | 0.14 | 135.38 | 0.52 | 0.71 |
| Hex | 8D | DB | A1 | 24 | 0 | 1A | E | 87 | 34 | 47 |
| Octal | 215 | 333 | 241 | 44 | 0 | 32 | 16 | 207 | 64 | 107 |
| Binary | 10001101 | 11011011 | 10100001 | 100100 | 0 | 11010 | 1110 | 10000111 | 110100 | 1000111 |
Color Harmonies of #8DDBA1
Complementary color
Monochromatic Colors of #8DDBA1
Black with #8DDBA1
Text Example
Text Example
White with #8DDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBA1; }
p { color: rgb(141,219,161); }
H1.HeaderClassName
{
color: #8DDBA1;
}
.AnyTagClassName
{
color: #8DDBA1;
}
</style>
background-color css
<style>
a { background-color: #8DDBA1; }
a { background-color: rgb(141,219,161); }
div.DivClassName
{
background-color: #8DDBA1;
}
.BgClassName
{
background-color: #8DDBA1;
}
</style>
border-color css
<style>
span { border-color: #8DDBA1; }
span { border-color: rgb(141,219,161); }
td.TdClassName
{
border-color: #8DDBA1;
}
.TagClassName
{
border-color: #8DDBA1;
}
</style>