Shades of Chinook #8DDBA3
Tints of Chinook #8DDBA3
RGB
CMYK
RGB Variations
Color information
#8DDBA3 (or 0x8DDBA3) is known color: Chinook. HEX triplet: 8D, DB and A3. RGB value is (141,219,163). Sum of RGB (Red+Green+Blue) = 141+219+163=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDBA3 is #72245C. Grayscale: #BDBDBD. Windows color (decimal): -7480413 or 10738573. OLE color: 10738573.
HSL color Cylindrical-coordinate representation of color #8DDBA3: hue angle of 136.92º 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 #8DDBA3 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 163 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.14 |
| HSL | 136.92º | 0.52% | 0.71% | - |
| HSV(B) | 136.92º | 0.36% | 0.86% | - |
| XYZ | 42.93 | 58.97 | 43.77 | - |
| YUV | 189.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 163 | 0.36 | 0 | 0.26 | 0.14 | 136.92 | 0.52 | 0.71 |
| Hex | 8D | DB | A3 | 24 | 0 | 1A | E | 89 | 34 | 47 |
| Octal | 215 | 333 | 243 | 44 | 0 | 32 | 16 | 211 | 64 | 107 |
| Binary | 10001101 | 11011011 | 10100011 | 100100 | 0 | 11010 | 1110 | 10001001 | 110100 | 1000111 |
Color Harmonies of #8DDBA3
Complementary color
Monochromatic Colors of #8DDBA3
Black with #8DDBA3
Text Example
Text Example
White with #8DDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBA3; }
p { color: rgb(141,219,163); }
H1.HeaderClassName
{
color: #8DDBA3;
}
.AnyTagClassName
{
color: #8DDBA3;
}
</style>
background-color css
<style>
a { background-color: #8DDBA3; }
a { background-color: rgb(141,219,163); }
div.DivClassName
{
background-color: #8DDBA3;
}
.BgClassName
{
background-color: #8DDBA3;
}
</style>
border-color css
<style>
span { border-color: #8DDBA3; }
span { border-color: rgb(141,219,163); }
td.TdClassName
{
border-color: #8DDBA3;
}
.TagClassName
{
border-color: #8DDBA3;
}
</style>