Shades of Chinook #8CDAA2
Tints of Chinook #8CDAA2
RGB
CMYK
RGB Variations
Color information
#8CDAA2 (or 0x8CDAA2) is known color: Chinook. HEX triplet: 8C, DA and A2. RGB value is (140,218,162). Sum of RGB (Red+Green+Blue) = 140+218+162=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDAA2 is #73255D. Grayscale: #BCBCBC. Windows color (decimal): -7546206 or 10672780. OLE color: 10672780.
HSL color Cylindrical-coordinate representation of color #8CDAA2: hue angle of 136.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDAA2 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 162 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.15 |
| HSL | 136.92º | 0.51% | 0.7% | - |
| HSV(B) | 136.92º | 0.36% | 0.85% | - |
| XYZ | 42.41 | 58.33 | 43.21 | - |
| YUV | 188.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 162 | 0.36 | 0 | 0.26 | 0.15 | 136.92 | 0.51 | 0.7 |
| Hex | 8C | DA | A2 | 24 | 0 | 1A | F | 89 | 33 | 46 |
| Octal | 214 | 332 | 242 | 44 | 0 | 32 | 17 | 211 | 63 | 106 |
| Binary | 10001100 | 11011010 | 10100010 | 100100 | 0 | 11010 | 1111 | 10001001 | 110011 | 1000110 |
Color Harmonies of #8CDAA2
Complementary color
Monochromatic Colors of #8CDAA2
Black with #8CDAA2
Text Example
Text Example
White with #8CDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDAA2; }
p { color: rgb(140,218,162); }
H1.HeaderClassName
{
color: #8CDAA2;
}
.AnyTagClassName
{
color: #8CDAA2;
}
</style>
background-color css
<style>
a { background-color: #8CDAA2; }
a { background-color: rgb(140,218,162); }
div.DivClassName
{
background-color: #8CDAA2;
}
.BgClassName
{
background-color: #8CDAA2;
}
</style>
border-color css
<style>
span { border-color: #8CDAA2; }
span { border-color: rgb(140,218,162); }
td.TdClassName
{
border-color: #8CDAA2;
}
.TagClassName
{
border-color: #8CDAA2;
}
</style>