Shades of Chinook #8ECDA4
Tints of Chinook #8ECDA4
RGB
CMYK
RGB Variations
Color information
#8ECDA4 (or 0x8ECDA4) is known color: Chinook. HEX triplet: 8E, CD and A4. RGB value is (142,205,164). Sum of RGB (Red+Green+Blue) = 142+205+164=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECDA4 is #71325B. Grayscale: #B5B5B5. Windows color (decimal): -7418460 or 10800526. OLE color: 10800526.
HSL color Cylindrical-coordinate representation of color #8ECDA4: hue angle of 140.95º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDA4 is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 164 | - |
| CMYK | 0.31 | 0 | 0.2 | 0.20 |
| HSL | 140.95º | 0.39% | 0.68% | - |
| HSV(B) | 140.95º | 0.31% | 0.8% | - |
| XYZ | 39.69 | 52.09 | 43.09 | - |
| YUV | 181.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 164 | 0.31 | 0 | 0.2 | 0.20 | 140.95 | 0.39 | 0.68 |
| Hex | 8E | CD | A4 | 1F | 0 | 14 | 14 | 8D | 27 | 44 |
| Octal | 216 | 315 | 244 | 37 | 0 | 24 | 24 | 215 | 47 | 104 |
| Binary | 10001110 | 11001101 | 10100100 | 11111 | 0 | 10100 | 10100 | 10001101 | 100111 | 1000100 |
Color Harmonies of #8ECDA4
Complementary color
Monochromatic Colors of #8ECDA4
Black with #8ECDA4
Text Example
Text Example
White with #8ECDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDA4; }
p { color: rgb(142,205,164); }
H1.HeaderClassName
{
color: #8ECDA4;
}
.AnyTagClassName
{
color: #8ECDA4;
}
</style>
background-color css
<style>
a { background-color: #8ECDA4; }
a { background-color: rgb(142,205,164); }
div.DivClassName
{
background-color: #8ECDA4;
}
.BgClassName
{
background-color: #8ECDA4;
}
</style>
border-color css
<style>
span { border-color: #8ECDA4; }
span { border-color: rgb(142,205,164); }
td.TdClassName
{
border-color: #8ECDA4;
}
.TagClassName
{
border-color: #8ECDA4;
}
</style>