Shades of Chinook #8FCCA3
Tints of Chinook #8FCCA3
RGB
CMYK
RGB Variations
Color information
#8FCCA3 (or 0x8FCCA3) is known color: Chinook. HEX triplet: 8F, CC and A3. RGB value is (143,204,163). Sum of RGB (Red+Green+Blue) = 143+204+163=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCA3 is #70335C. Grayscale: #B5B5B5. Windows color (decimal): -7353181 or 10734735. OLE color: 10734735.
HSL color Cylindrical-coordinate representation of color #8FCCA3: hue angle of 139.67º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCA3 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 163 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.2 |
| HSL | 139.67º | 0.37% | 0.68% | - |
| HSV(B) | 139.67º | 0.3% | 0.8% | - |
| XYZ | 39.53 | 51.67 | 42.54 | - |
| YUV | 181.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 163 | 0.30 | 0 | 0.20 | 0.2 | 139.67 | 0.37 | 0.68 |
| Hex | 8F | CC | A3 | 1E | 0 | 14 | 14 | 8C | 25 | 44 |
| Octal | 217 | 314 | 243 | 36 | 0 | 24 | 24 | 214 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10100011 | 11110 | 0 | 10100 | 10100 | 10001100 | 100101 | 1000100 |
Color Harmonies of #8FCCA3
Complementary color
Monochromatic Colors of #8FCCA3
Black with #8FCCA3
Text Example
Text Example
White with #8FCCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCA3; }
p { color: rgb(143,204,163); }
H1.HeaderClassName
{
color: #8FCCA3;
}
.AnyTagClassName
{
color: #8FCCA3;
}
</style>
background-color css
<style>
a { background-color: #8FCCA3; }
a { background-color: rgb(143,204,163); }
div.DivClassName
{
background-color: #8FCCA3;
}
.BgClassName
{
background-color: #8FCCA3;
}
</style>
border-color css
<style>
span { border-color: #8FCCA3; }
span { border-color: rgb(143,204,163); }
td.TdClassName
{
border-color: #8FCCA3;
}
.TagClassName
{
border-color: #8FCCA3;
}
</style>