Shades of Chinook #8BDD9E
Tints of Chinook #8BDD9E
RGB
CMYK
RGB Variations
Color information
#8BDD9E (or 0x8BDD9E) is known color: Chinook. HEX triplet: 8B, DD and 9E. RGB value is (139,221,158). Sum of RGB (Red+Green+Blue) = 139+221+158=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDD9E is #742261. Grayscale: #BDBDBD. Windows color (decimal): -7610978 or 10411403. OLE color: 10411403.
HSL color Cylindrical-coordinate representation of color #8BDD9E: hue angle of 133.9º 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 #8BDD9E is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 158 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.13 |
| HSL | 133.9º | 0.55% | 0.71% | - |
| HSV(B) | 133.9º | 0.37% | 0.87% | - |
| XYZ | 42.68 | 59.67 | 41.62 | - |
| YUV | 189.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 158 | 0.37 | 0 | 0.29 | 0.13 | 133.9 | 0.55 | 0.71 |
| Hex | 8B | DD | 9E | 25 | 0 | 1D | D | 86 | 37 | 47 |
| Octal | 213 | 335 | 236 | 45 | 0 | 35 | 15 | 206 | 67 | 107 |
| Binary | 10001011 | 11011101 | 10011110 | 100101 | 0 | 11101 | 1101 | 10000110 | 110111 | 1000111 |
Color Harmonies of #8BDD9E
Complementary color
Monochromatic Colors of #8BDD9E
Black with #8BDD9E
Text Example
Text Example
White with #8BDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD9E; }
p { color: rgb(139,221,158); }
H1.HeaderClassName
{
color: #8BDD9E;
}
.AnyTagClassName
{
color: #8BDD9E;
}
</style>
background-color css
<style>
a { background-color: #8BDD9E; }
a { background-color: rgb(139,221,158); }
div.DivClassName
{
background-color: #8BDD9E;
}
.BgClassName
{
background-color: #8BDD9E;
}
</style>
border-color css
<style>
span { border-color: #8BDD9E; }
span { border-color: rgb(139,221,158); }
td.TdClassName
{
border-color: #8BDD9E;
}
.TagClassName
{
border-color: #8BDD9E;
}
</style>