Shades of Chinook #8FCA9A
Tints of Chinook #8FCA9A
RGB
CMYK
RGB Variations
Color information
#8FCA9A (or 0x8FCA9A) is known color: Chinook. HEX triplet: 8F, CA and 9A. RGB value is (143,202,154). Sum of RGB (Red+Green+Blue) = 143+202+154=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA9A is #703565. Grayscale: #B3B3B3. Windows color (decimal): -7353702 or 10144399. OLE color: 10144399.
HSL color Cylindrical-coordinate representation of color #8FCA9A: hue angle of 131.19º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCA9A is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 154 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.21 |
| HSL | 131.19º | 0.36% | 0.68% | - |
| HSV(B) | 131.19º | 0.29% | 0.79% | - |
| XYZ | 38.28 | 50.41 | 38.29 | - |
| YUV | 178.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 154 | 0.29 | 0 | 0.24 | 0.21 | 131.19 | 0.36 | 0.68 |
| Hex | 8F | CA | 9A | 1D | 0 | 18 | 15 | 83 | 24 | 44 |
| Octal | 217 | 312 | 232 | 35 | 0 | 30 | 25 | 203 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10011010 | 11101 | 0 | 11000 | 10101 | 10000011 | 100100 | 1000100 |
Color Harmonies of #8FCA9A
Complementary color
Monochromatic Colors of #8FCA9A
Black with #8FCA9A
Text Example
Text Example
White with #8FCA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA9A; }
p { color: rgb(143,202,154); }
H1.HeaderClassName
{
color: #8FCA9A;
}
.AnyTagClassName
{
color: #8FCA9A;
}
</style>
background-color css
<style>
a { background-color: #8FCA9A; }
a { background-color: rgb(143,202,154); }
div.DivClassName
{
background-color: #8FCA9A;
}
.BgClassName
{
background-color: #8FCA9A;
}
</style>
border-color css
<style>
span { border-color: #8FCA9A; }
span { border-color: rgb(143,202,154); }
td.TdClassName
{
border-color: #8FCA9A;
}
.TagClassName
{
border-color: #8FCA9A;
}
</style>