Shades of Chinook #8CCCA0
Tints of Chinook #8CCCA0
RGB
CMYK
RGB Variations
Color information
#8CCCA0 (or 0x8CCCA0) is known color: Chinook. HEX triplet: 8C, CC and A0. RGB value is (140,204,160). Sum of RGB (Red+Green+Blue) = 140+204+160=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCCA0 is #73335F. Grayscale: #B3B3B3. Windows color (decimal): -7549792 or 10538124. OLE color: 10538124.
HSL color Cylindrical-coordinate representation of color #8CCCA0: hue angle of 138.75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCA0 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 160 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.2 |
| HSL | 138.75º | 0.39% | 0.67% | - |
| HSV(B) | 138.75º | 0.31% | 0.8% | - |
| XYZ | 38.75 | 51.3 | 41.12 | - |
| YUV | 179.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 160 | 0.31 | 0 | 0.22 | 0.2 | 138.75 | 0.39 | 0.67 |
| Hex | 8C | CC | A0 | 1F | 0 | 16 | 14 | 8B | 27 | 43 |
| Octal | 214 | 314 | 240 | 37 | 0 | 26 | 24 | 213 | 47 | 103 |
| Binary | 10001100 | 11001100 | 10100000 | 11111 | 0 | 10110 | 10100 | 10001011 | 100111 | 1000011 |
Color Harmonies of #8CCCA0
Complementary color
Monochromatic Colors of #8CCCA0
Black with #8CCCA0
Text Example
Text Example
White with #8CCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCA0; }
p { color: rgb(140,204,160); }
H1.HeaderClassName
{
color: #8CCCA0;
}
.AnyTagClassName
{
color: #8CCCA0;
}
</style>
background-color css
<style>
a { background-color: #8CCCA0; }
a { background-color: rgb(140,204,160); }
div.DivClassName
{
background-color: #8CCCA0;
}
.BgClassName
{
background-color: #8CCCA0;
}
</style>
border-color css
<style>
span { border-color: #8CCCA0; }
span { border-color: rgb(140,204,160); }
td.TdClassName
{
border-color: #8CCCA0;
}
.TagClassName
{
border-color: #8CCCA0;
}
</style>