Shades of Chinook #8EDB9F
Tints of Chinook #8EDB9F
RGB
CMYK
RGB Variations
Color information
#8EDB9F (or 0x8EDB9F) is known color: Chinook. HEX triplet: 8E, DB and 9F. RGB value is (142,219,159). Sum of RGB (Red+Green+Blue) = 142+219+159=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDB9F is #712460. Grayscale: #BDBDBD. Windows color (decimal): -7414881 or 10476430. OLE color: 10476430.
HSL color Cylindrical-coordinate representation of color #8EDB9F: hue angle of 133.25º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDB9F is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 159 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.14 |
| HSL | 133.25º | 0.52% | 0.71% | - |
| HSV(B) | 133.25º | 0.35% | 0.86% | - |
| XYZ | 42.74 | 58.92 | 41.92 | - |
| YUV | 189.14 | 110.99 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 159 | 0.35 | 0 | 0.27 | 0.14 | 133.25 | 0.52 | 0.71 |
| Hex | 8E | DB | 9F | 23 | 0 | 1B | E | 85 | 34 | 47 |
| Octal | 216 | 333 | 237 | 43 | 0 | 33 | 16 | 205 | 64 | 107 |
| Binary | 10001110 | 11011011 | 10011111 | 100011 | 0 | 11011 | 1110 | 10000101 | 110100 | 1000111 |
Color Harmonies of #8EDB9F
Complementary color
Monochromatic Colors of #8EDB9F
Black with #8EDB9F
Text Example
Text Example
White with #8EDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB9F; }
p { color: rgb(142,219,159); }
H1.HeaderClassName
{
color: #8EDB9F;
}
.AnyTagClassName
{
color: #8EDB9F;
}
</style>
background-color css
<style>
a { background-color: #8EDB9F; }
a { background-color: rgb(142,219,159); }
div.DivClassName
{
background-color: #8EDB9F;
}
.BgClassName
{
background-color: #8EDB9F;
}
</style>
border-color css
<style>
span { border-color: #8EDB9F; }
span { border-color: rgb(142,219,159); }
td.TdClassName
{
border-color: #8EDB9F;
}
.TagClassName
{
border-color: #8EDB9F;
}
</style>