Shades of Chinook #8CCEA2
Tints of Chinook #8CCEA2
RGB
CMYK
RGB Variations
Color information
#8CCEA2 (or 0x8CCEA2) is known color: Chinook. HEX triplet: 8C, CE and A2. RGB value is (140,206,162). Sum of RGB (Red+Green+Blue) = 140+206+162=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCEA2 is #73315D. Grayscale: #B5B5B5. Windows color (decimal): -7549278 or 10669708. OLE color: 10669708.
HSL color Cylindrical-coordinate representation of color #8CCEA2: hue angle of 140º 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 #8CCEA2 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 162 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.19 |
| HSL | 140º | 0.4% | 0.68% | - |
| HSV(B) | 140º | 0.32% | 0.81% | - |
| XYZ | 39.41 | 52.33 | 42.21 | - |
| YUV | 181.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 162 | 0.32 | 0 | 0.21 | 0.19 | 140 | 0.4 | 0.68 |
| Hex | 8C | CE | A2 | 20 | 0 | 15 | 13 | 8C | 28 | 44 |
| Octal | 214 | 316 | 242 | 40 | 0 | 25 | 23 | 214 | 50 | 104 |
| Binary | 10001100 | 11001110 | 10100010 | 100000 | 0 | 10101 | 10011 | 10001100 | 101000 | 1000100 |
Color Harmonies of #8CCEA2
Complementary color
Monochromatic Colors of #8CCEA2
Black with #8CCEA2
Text Example
Text Example
White with #8CCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEA2; }
p { color: rgb(140,206,162); }
H1.HeaderClassName
{
color: #8CCEA2;
}
.AnyTagClassName
{
color: #8CCEA2;
}
</style>
background-color css
<style>
a { background-color: #8CCEA2; }
a { background-color: rgb(140,206,162); }
div.DivClassName
{
background-color: #8CCEA2;
}
.BgClassName
{
background-color: #8CCEA2;
}
</style>
border-color css
<style>
span { border-color: #8CCEA2; }
span { border-color: rgb(140,206,162); }
td.TdClassName
{
border-color: #8CCEA2;
}
.TagClassName
{
border-color: #8CCEA2;
}
</style>