Shades of Chinook #8CE1A6
Tints of Chinook #8CE1A6
RGB
CMYK
RGB Variations
Color information
#8CE1A6 (or 0x8CE1A6) is known color: Chinook. HEX triplet: 8C, E1 and A6. RGB value is (140,225,166). Sum of RGB (Red+Green+Blue) = 140+225+166=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE1A6 is #731E59. Grayscale: #C1C1C1. Windows color (decimal): -7544410 or 10936716. OLE color: 10936716.
HSL color Cylindrical-coordinate representation of color #8CE1A6: hue angle of 138.35º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE1A6 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 166 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.12 |
| HSL | 138.35º | 0.59% | 0.72% | - |
| HSV(B) | 138.35º | 0.38% | 0.88% | - |
| XYZ | 44.62 | 62.18 | 45.73 | - |
| YUV | 192.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 166 | 0.38 | 0 | 0.26 | 0.12 | 138.35 | 0.59 | 0.72 |
| Hex | 8C | E1 | A6 | 26 | 0 | 1A | C | 8A | 3B | 48 |
| Octal | 214 | 341 | 246 | 46 | 0 | 32 | 14 | 212 | 73 | 110 |
| Binary | 10001100 | 11100001 | 10100110 | 100110 | 0 | 11010 | 1100 | 10001010 | 111011 | 1001000 |
Color Harmonies of #8CE1A6
Complementary color
Monochromatic Colors of #8CE1A6
Black with #8CE1A6
Text Example
Text Example
White with #8CE1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE1A6; }
p { color: rgb(140,225,166); }
H1.HeaderClassName
{
color: #8CE1A6;
}
.AnyTagClassName
{
color: #8CE1A6;
}
</style>
background-color css
<style>
a { background-color: #8CE1A6; }
a { background-color: rgb(140,225,166); }
div.DivClassName
{
background-color: #8CE1A6;
}
.BgClassName
{
background-color: #8CE1A6;
}
</style>
border-color css
<style>
span { border-color: #8CE1A6; }
span { border-color: rgb(140,225,166); }
td.TdClassName
{
border-color: #8CE1A6;
}
.TagClassName
{
border-color: #8CE1A6;
}
</style>