Shades of Chinook #8FCBA1
Tints of Chinook #8FCBA1
RGB
CMYK
RGB Variations
Color information
#8FCBA1 (or 0x8FCBA1) is known color: Chinook. HEX triplet: 8F, CB and A1. RGB value is (143,203,161). Sum of RGB (Red+Green+Blue) = 143+203+161=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBA1 is #70345E. Grayscale: #B4B4B4. Windows color (decimal): -7353439 or 10603407. OLE color: 10603407.
HSL color Cylindrical-coordinate representation of color #8FCBA1: hue angle of 138º 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 #8FCBA1 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 161 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.20 |
| HSL | 138º | 0.37% | 0.68% | - |
| HSV(B) | 138º | 0.3% | 0.8% | - |
| XYZ | 39.12 | 51.12 | 41.52 | - |
| YUV | 180.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 161 | 0.30 | 0 | 0.21 | 0.20 | 138 | 0.37 | 0.68 |
| Hex | 8F | CB | A1 | 1E | 0 | 15 | 14 | 8A | 25 | 44 |
| Octal | 217 | 313 | 241 | 36 | 0 | 25 | 24 | 212 | 45 | 104 |
| Binary | 10001111 | 11001011 | 10100001 | 11110 | 0 | 10101 | 10100 | 10001010 | 100101 | 1000100 |
Color Harmonies of #8FCBA1
Complementary color
Monochromatic Colors of #8FCBA1
Black with #8FCBA1
Text Example
Text Example
White with #8FCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBA1; }
p { color: rgb(143,203,161); }
H1.HeaderClassName
{
color: #8FCBA1;
}
.AnyTagClassName
{
color: #8FCBA1;
}
</style>
background-color css
<style>
a { background-color: #8FCBA1; }
a { background-color: rgb(143,203,161); }
div.DivClassName
{
background-color: #8FCBA1;
}
.BgClassName
{
background-color: #8FCBA1;
}
</style>
border-color css
<style>
span { border-color: #8FCBA1; }
span { border-color: rgb(143,203,161); }
td.TdClassName
{
border-color: #8FCBA1;
}
.TagClassName
{
border-color: #8FCBA1;
}
</style>