Shades of Chinook #8ECBA2
Tints of Chinook #8ECBA2
RGB
CMYK
RGB Variations
Color information
#8ECBA2 (or 0x8ECBA2) is known color: Chinook. HEX triplet: 8E, CB and A2. RGB value is (142,203,162). Sum of RGB (Red+Green+Blue) = 142+203+162=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECBA2 is #71345D. Grayscale: #B4B4B4. Windows color (decimal): -7418974 or 10668942. OLE color: 10668942.
HSL color Cylindrical-coordinate representation of color #8ECBA2: hue angle of 139.67º degrees, saturation: 0.37, 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 #8ECBA2 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 162 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.20 |
| HSL | 139.67º | 0.37% | 0.68% | - |
| HSV(B) | 139.67º | 0.3% | 0.8% | - |
| XYZ | 39.03 | 51.07 | 41.98 | - |
| YUV | 180.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 162 | 0.30 | 0 | 0.20 | 0.20 | 139.67 | 0.37 | 0.68 |
| Hex | 8E | CB | A2 | 1E | 0 | 14 | 14 | 8C | 25 | 44 |
| Octal | 216 | 313 | 242 | 36 | 0 | 24 | 24 | 214 | 45 | 104 |
| Binary | 10001110 | 11001011 | 10100010 | 11110 | 0 | 10100 | 10100 | 10001100 | 100101 | 1000100 |
Color Harmonies of #8ECBA2
Complementary color
Monochromatic Colors of #8ECBA2
Black with #8ECBA2
Text Example
Text Example
White with #8ECBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBA2; }
p { color: rgb(142,203,162); }
H1.HeaderClassName
{
color: #8ECBA2;
}
.AnyTagClassName
{
color: #8ECBA2;
}
</style>
background-color css
<style>
a { background-color: #8ECBA2; }
a { background-color: rgb(142,203,162); }
div.DivClassName
{
background-color: #8ECBA2;
}
.BgClassName
{
background-color: #8ECBA2;
}
</style>
border-color css
<style>
span { border-color: #8ECBA2; }
span { border-color: rgb(142,203,162); }
td.TdClassName
{
border-color: #8ECBA2;
}
.TagClassName
{
border-color: #8ECBA2;
}
</style>