Shades of Chinook #8CDEA2
Tints of Chinook #8CDEA2
RGB
CMYK
RGB Variations
Color information
#8CDEA2 (or 0x8CDEA2) is known color: Chinook. HEX triplet: 8C, DE and A2. RGB value is (140,222,162). Sum of RGB (Red+Green+Blue) = 140+222+162=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDEA2 is #73215D. Grayscale: #BEBEBE. Windows color (decimal): -7545182 or 10673804. OLE color: 10673804.
HSL color Cylindrical-coordinate representation of color #8CDEA2: hue angle of 136.1º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDEA2 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 222 | 162 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.13 |
| HSL | 136.1º | 0.55% | 0.71% | - |
| HSV(B) | 136.1º | 0.37% | 0.87% | - |
| XYZ | 43.46 | 60.43 | 43.56 | - |
| YUV | 190.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 162 | 0.37 | 0 | 0.27 | 0.13 | 136.1 | 0.55 | 0.71 |
| Hex | 8C | DE | A2 | 25 | 0 | 1B | D | 88 | 37 | 47 |
| Octal | 214 | 336 | 242 | 45 | 0 | 33 | 15 | 210 | 67 | 107 |
| Binary | 10001100 | 11011110 | 10100010 | 100101 | 0 | 11011 | 1101 | 10001000 | 110111 | 1000111 |
Color Harmonies of #8CDEA2
Complementary color
Monochromatic Colors of #8CDEA2
Black with #8CDEA2
Text Example
Text Example
White with #8CDEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDEA2; }
p { color: rgb(140,222,162); }
H1.HeaderClassName
{
color: #8CDEA2;
}
.AnyTagClassName
{
color: #8CDEA2;
}
</style>
background-color css
<style>
a { background-color: #8CDEA2; }
a { background-color: rgb(140,222,162); }
div.DivClassName
{
background-color: #8CDEA2;
}
.BgClassName
{
background-color: #8CDEA2;
}
</style>
border-color css
<style>
span { border-color: #8CDEA2; }
span { border-color: rgb(140,222,162); }
td.TdClassName
{
border-color: #8CDEA2;
}
.TagClassName
{
border-color: #8CDEA2;
}
</style>