Shades of Chinook #8FCDA3
Tints of Chinook #8FCDA3
RGB
CMYK
RGB Variations
Color information
#8FCDA3 (or 0x8FCDA3) is known color: Chinook. HEX triplet: 8F, CD and A3. RGB value is (143,205,163). Sum of RGB (Red+Green+Blue) = 143+205+163=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDA3 is #70325C. Grayscale: #B5B5B5. Windows color (decimal): -7352925 or 10734991. OLE color: 10734991.
HSL color Cylindrical-coordinate representation of color #8FCDA3: hue angle of 139.35º degrees, saturation: 0.38, 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 #8FCDA3 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 163 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.20 |
| HSL | 139.35º | 0.38% | 0.68% | - |
| HSV(B) | 139.35º | 0.3% | 0.8% | - |
| XYZ | 39.77 | 52.15 | 42.62 | - |
| YUV | 181.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 163 | 0.30 | 0 | 0.20 | 0.20 | 139.35 | 0.38 | 0.68 |
| Hex | 8F | CD | A3 | 1E | 0 | 14 | 14 | 8B | 26 | 44 |
| Octal | 217 | 315 | 243 | 36 | 0 | 24 | 24 | 213 | 46 | 104 |
| Binary | 10001111 | 11001101 | 10100011 | 11110 | 0 | 10100 | 10100 | 10001011 | 100110 | 1000100 |
Color Harmonies of #8FCDA3
Complementary color
Monochromatic Colors of #8FCDA3
Black with #8FCDA3
Text Example
Text Example
White with #8FCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDA3; }
p { color: rgb(143,205,163); }
H1.HeaderClassName
{
color: #8FCDA3;
}
.AnyTagClassName
{
color: #8FCDA3;
}
</style>
background-color css
<style>
a { background-color: #8FCDA3; }
a { background-color: rgb(143,205,163); }
div.DivClassName
{
background-color: #8FCDA3;
}
.BgClassName
{
background-color: #8FCDA3;
}
</style>
border-color css
<style>
span { border-color: #8FCDA3; }
span { border-color: rgb(143,205,163); }
td.TdClassName
{
border-color: #8FCDA3;
}
.TagClassName
{
border-color: #8FCDA3;
}
</style>