Shades of Chinook #8FCFA4
Tints of Chinook #8FCFA4
RGB
CMYK
RGB Variations
Color information
#8FCFA4 (or 0x8FCFA4) is known color: Chinook. HEX triplet: 8F, CF and A4. RGB value is (143,207,164). Sum of RGB (Red+Green+Blue) = 143+207+164=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCFA4 is #70305B. Grayscale: #B7B7B7. Windows color (decimal): -7352412 or 10801039. OLE color: 10801039.
HSL color Cylindrical-coordinate representation of color #8FCFA4: hue angle of 139.69º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFA4 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 164 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.19 |
| HSL | 139.69º | 0.4% | 0.69% | - |
| HSV(B) | 139.69º | 0.31% | 0.81% | - |
| XYZ | 40.34 | 53.15 | 43.25 | - |
| YUV | 182.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 164 | 0.31 | 0 | 0.21 | 0.19 | 139.69 | 0.4 | 0.69 |
| Hex | 8F | CF | A4 | 1F | 0 | 15 | 13 | 8C | 28 | 45 |
| Octal | 217 | 317 | 244 | 37 | 0 | 25 | 23 | 214 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10100100 | 11111 | 0 | 10101 | 10011 | 10001100 | 101000 | 1000101 |
Color Harmonies of #8FCFA4
Complementary color
Monochromatic Colors of #8FCFA4
Black with #8FCFA4
Text Example
Text Example
White with #8FCFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFA4; }
p { color: rgb(143,207,164); }
H1.HeaderClassName
{
color: #8FCFA4;
}
.AnyTagClassName
{
color: #8FCFA4;
}
</style>
background-color css
<style>
a { background-color: #8FCFA4; }
a { background-color: rgb(143,207,164); }
div.DivClassName
{
background-color: #8FCFA4;
}
.BgClassName
{
background-color: #8FCFA4;
}
</style>
border-color css
<style>
span { border-color: #8FCFA4; }
span { border-color: rgb(143,207,164); }
td.TdClassName
{
border-color: #8FCFA4;
}
.TagClassName
{
border-color: #8FCFA4;
}
</style>