Shades of Chinook #8ECCA2
Tints of Chinook #8ECCA2
RGB
CMYK
RGB Variations
Color information
#8ECCA2 (or 0x8ECCA2) is known color: Chinook. HEX triplet: 8E, CC and A2. RGB value is (142,204,162). Sum of RGB (Red+Green+Blue) = 142+204+162=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECCA2 is #71335D. Grayscale: #B4B4B4. Windows color (decimal): -7418718 or 10669198. OLE color: 10669198.
HSL color Cylindrical-coordinate representation of color #8ECCA2: hue angle of 139.35º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECCA2 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 162 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.2 |
| HSL | 139.35º | 0.38% | 0.68% | - |
| HSV(B) | 139.35º | 0.3% | 0.8% | - |
| XYZ | 39.27 | 51.55 | 42.06 | - |
| YUV | 180.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 162 | 0.30 | 0 | 0.21 | 0.2 | 139.35 | 0.38 | 0.68 |
| Hex | 8E | CC | A2 | 1E | 0 | 15 | 14 | 8B | 26 | 44 |
| Octal | 216 | 314 | 242 | 36 | 0 | 25 | 24 | 213 | 46 | 104 |
| Binary | 10001110 | 11001100 | 10100010 | 11110 | 0 | 10101 | 10100 | 10001011 | 100110 | 1000100 |
Color Harmonies of #8ECCA2
Complementary color
Monochromatic Colors of #8ECCA2
Black with #8ECCA2
Text Example
Text Example
White with #8ECCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCA2; }
p { color: rgb(142,204,162); }
H1.HeaderClassName
{
color: #8ECCA2;
}
.AnyTagClassName
{
color: #8ECCA2;
}
</style>
background-color css
<style>
a { background-color: #8ECCA2; }
a { background-color: rgb(142,204,162); }
div.DivClassName
{
background-color: #8ECCA2;
}
.BgClassName
{
background-color: #8ECCA2;
}
</style>
border-color css
<style>
span { border-color: #8ECCA2; }
span { border-color: rgb(142,204,162); }
td.TdClassName
{
border-color: #8ECCA2;
}
.TagClassName
{
border-color: #8ECCA2;
}
</style>