Shades of Chinook #8BDDA1
Tints of Chinook #8BDDA1
RGB
CMYK
RGB Variations
Color information
#8BDDA1 (or 0x8BDDA1) is known color: Chinook. HEX triplet: 8B, DD and A1. RGB value is (139,221,161). Sum of RGB (Red+Green+Blue) = 139+221+161=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDDA1 is #74225E. Grayscale: #BDBDBD. Windows color (decimal): -7610975 or 10608011. OLE color: 10608011.
HSL color Cylindrical-coordinate representation of color #8BDDA1: hue angle of 136.1º degrees, saturation: 0.55, 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 #8BDDA1 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 161 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.13 |
| HSL | 136.1º | 0.55% | 0.71% | - |
| HSV(B) | 136.1º | 0.37% | 0.87% | - |
| XYZ | 42.94 | 59.78 | 42.99 | - |
| YUV | 189.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 161 | 0.37 | 0 | 0.27 | 0.13 | 136.1 | 0.55 | 0.71 |
| Hex | 8B | DD | A1 | 25 | 0 | 1B | D | 88 | 37 | 47 |
| Octal | 213 | 335 | 241 | 45 | 0 | 33 | 15 | 210 | 67 | 107 |
| Binary | 10001011 | 11011101 | 10100001 | 100101 | 0 | 11011 | 1101 | 10001000 | 110111 | 1000111 |
Color Harmonies of #8BDDA1
Complementary color
Monochromatic Colors of #8BDDA1
Black with #8BDDA1
Text Example
Text Example
White with #8BDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDA1; }
p { color: rgb(139,221,161); }
H1.HeaderClassName
{
color: #8BDDA1;
}
.AnyTagClassName
{
color: #8BDDA1;
}
</style>
background-color css
<style>
a { background-color: #8BDDA1; }
a { background-color: rgb(139,221,161); }
div.DivClassName
{
background-color: #8BDDA1;
}
.BgClassName
{
background-color: #8BDDA1;
}
</style>
border-color css
<style>
span { border-color: #8BDDA1; }
span { border-color: rgb(139,221,161); }
td.TdClassName
{
border-color: #8BDDA1;
}
.TagClassName
{
border-color: #8BDDA1;
}
</style>