Shades of Chinook #8DCEA1
Tints of Chinook #8DCEA1
RGB
CMYK
RGB Variations
Color information
#8DCEA1 (or 0x8DCEA1) is known color: Chinook. HEX triplet: 8D, CE and A1. RGB value is (141,206,161). Sum of RGB (Red+Green+Blue) = 141+206+161=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCEA1 is #72315E. Grayscale: #B5B5B5. Windows color (decimal): -7483743 or 10604173. OLE color: 10604173.
HSL color Cylindrical-coordinate representation of color #8DCEA1: hue angle of 138.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCEA1 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 161 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.19 |
| HSL | 138.46º | 0.4% | 0.68% | - |
| HSV(B) | 138.46º | 0.32% | 0.81% | - |
| XYZ | 39.49 | 52.38 | 41.75 | - |
| YUV | 181.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 161 | 0.32 | 0 | 0.22 | 0.19 | 138.46 | 0.4 | 0.68 |
| Hex | 8D | CE | A1 | 20 | 0 | 16 | 13 | 8A | 28 | 44 |
| Octal | 215 | 316 | 241 | 40 | 0 | 26 | 23 | 212 | 50 | 104 |
| Binary | 10001101 | 11001110 | 10100001 | 100000 | 0 | 10110 | 10011 | 10001010 | 101000 | 1000100 |
Color Harmonies of #8DCEA1
Complementary color
Monochromatic Colors of #8DCEA1
Black with #8DCEA1
Text Example
Text Example
White with #8DCEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEA1; }
p { color: rgb(141,206,161); }
H1.HeaderClassName
{
color: #8DCEA1;
}
.AnyTagClassName
{
color: #8DCEA1;
}
</style>
background-color css
<style>
a { background-color: #8DCEA1; }
a { background-color: rgb(141,206,161); }
div.DivClassName
{
background-color: #8DCEA1;
}
.BgClassName
{
background-color: #8DCEA1;
}
</style>
border-color css
<style>
span { border-color: #8DCEA1; }
span { border-color: rgb(141,206,161); }
td.TdClassName
{
border-color: #8DCEA1;
}
.TagClassName
{
border-color: #8DCEA1;
}
</style>