Shades of Chinook #8CCFA2
Tints of Chinook #8CCFA2
RGB
CMYK
RGB Variations
Color information
#8CCFA2 (or 0x8CCFA2) is known color: Chinook. HEX triplet: 8C, CF and A2. RGB value is (140,207,162). Sum of RGB (Red+Green+Blue) = 140+207+162=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCFA2 is #73305D. Grayscale: #B5B5B5. Windows color (decimal): -7549022 or 10669964. OLE color: 10669964.
HSL color Cylindrical-coordinate representation of color #8CCFA2: hue angle of 139.7º degrees, saturation: 0.41, 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 #8CCFA2 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 162 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.19 |
| HSL | 139.7º | 0.41% | 0.68% | - |
| HSV(B) | 139.7º | 0.32% | 0.81% | - |
| XYZ | 39.65 | 52.81 | 42.29 | - |
| YUV | 181.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 162 | 0.32 | 0 | 0.22 | 0.19 | 139.7 | 0.41 | 0.68 |
| Hex | 8C | CF | A2 | 20 | 0 | 16 | 13 | 8C | 29 | 44 |
| Octal | 214 | 317 | 242 | 40 | 0 | 26 | 23 | 214 | 51 | 104 |
| Binary | 10001100 | 11001111 | 10100010 | 100000 | 0 | 10110 | 10011 | 10001100 | 101001 | 1000100 |
Color Harmonies of #8CCFA2
Complementary color
Monochromatic Colors of #8CCFA2
Black with #8CCFA2
Text Example
Text Example
White with #8CCFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFA2; }
p { color: rgb(140,207,162); }
H1.HeaderClassName
{
color: #8CCFA2;
}
.AnyTagClassName
{
color: #8CCFA2;
}
</style>
background-color css
<style>
a { background-color: #8CCFA2; }
a { background-color: rgb(140,207,162); }
div.DivClassName
{
background-color: #8CCFA2;
}
.BgClassName
{
background-color: #8CCFA2;
}
</style>
border-color css
<style>
span { border-color: #8CCFA2; }
span { border-color: rgb(140,207,162); }
td.TdClassName
{
border-color: #8CCFA2;
}
.TagClassName
{
border-color: #8CCFA2;
}
</style>