Shades of Chinook #8FDFA3
Tints of Chinook #8FDFA3
RGB
CMYK
RGB Variations
Color information
#8FDFA3 (or 0x8FDFA3) is known color: Chinook. HEX triplet: 8F, DF and A3. RGB value is (143,223,163). Sum of RGB (Red+Green+Blue) = 143+223+163=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDFA3 is #70205C. Grayscale: #C0C0C0. Windows color (decimal): -7348317 or 10739599. OLE color: 10739599.
HSL color Cylindrical-coordinate representation of color #8FDFA3: hue angle of 135º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFA3 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 163 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.13 |
| HSL | 135º | 0.56% | 0.72% | - |
| HSV(B) | 135º | 0.36% | 0.87% | - |
| XYZ | 44.33 | 61.26 | 44.14 | - |
| YUV | 192.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 163 | 0.36 | 0 | 0.27 | 0.13 | 135 | 0.56 | 0.72 |
| Hex | 8F | DF | A3 | 24 | 0 | 1B | D | 87 | 38 | 48 |
| Octal | 217 | 337 | 243 | 44 | 0 | 33 | 15 | 207 | 70 | 110 |
| Binary | 10001111 | 11011111 | 10100011 | 100100 | 0 | 11011 | 1101 | 10000111 | 111000 | 1001000 |
Color Harmonies of #8FDFA3
Complementary color
Monochromatic Colors of #8FDFA3
Black with #8FDFA3
Text Example
Text Example
White with #8FDFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFA3; }
p { color: rgb(143,223,163); }
H1.HeaderClassName
{
color: #8FDFA3;
}
.AnyTagClassName
{
color: #8FDFA3;
}
</style>
background-color css
<style>
a { background-color: #8FDFA3; }
a { background-color: rgb(143,223,163); }
div.DivClassName
{
background-color: #8FDFA3;
}
.BgClassName
{
background-color: #8FDFA3;
}
</style>
border-color css
<style>
span { border-color: #8FDFA3; }
span { border-color: rgb(143,223,163); }
td.TdClassName
{
border-color: #8FDFA3;
}
.TagClassName
{
border-color: #8FDFA3;
}
</style>