Shades of Chinook #8CDB9F
Tints of Chinook #8CDB9F
RGB
CMYK
RGB Variations
Color information
#8CDB9F (or 0x8CDB9F) is known color: Chinook. HEX triplet: 8C, DB and 9F. RGB value is (140,219,159). Sum of RGB (Red+Green+Blue) = 140+219+159=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDB9F is #732460. Grayscale: #BCBCBC. Windows color (decimal): -7545953 or 10476428. OLE color: 10476428.
HSL color Cylindrical-coordinate representation of color #8CDB9F: hue angle of 134.43º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDB9F is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 159 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.14 |
| HSL | 134.43º | 0.52% | 0.7% | - |
| HSV(B) | 134.43º | 0.36% | 0.86% | - |
| XYZ | 42.4 | 58.74 | 41.9 | - |
| YUV | 188.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 159 | 0.36 | 0 | 0.27 | 0.14 | 134.43 | 0.52 | 0.7 |
| Hex | 8C | DB | 9F | 24 | 0 | 1B | E | 86 | 34 | 46 |
| Octal | 214 | 333 | 237 | 44 | 0 | 33 | 16 | 206 | 64 | 106 |
| Binary | 10001100 | 11011011 | 10011111 | 100100 | 0 | 11011 | 1110 | 10000110 | 110100 | 1000110 |
Color Harmonies of #8CDB9F
Complementary color
Monochromatic Colors of #8CDB9F
Black with #8CDB9F
Text Example
Text Example
White with #8CDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB9F; }
p { color: rgb(140,219,159); }
H1.HeaderClassName
{
color: #8CDB9F;
}
.AnyTagClassName
{
color: #8CDB9F;
}
</style>
background-color css
<style>
a { background-color: #8CDB9F; }
a { background-color: rgb(140,219,159); }
div.DivClassName
{
background-color: #8CDB9F;
}
.BgClassName
{
background-color: #8CDB9F;
}
</style>
border-color css
<style>
span { border-color: #8CDB9F; }
span { border-color: rgb(140,219,159); }
td.TdClassName
{
border-color: #8CDB9F;
}
.TagClassName
{
border-color: #8CDB9F;
}
</style>