Shades of Chinook #8FDBA0
Tints of Chinook #8FDBA0
RGB
CMYK
RGB Variations
Color information
#8FDBA0 (or 0x8FDBA0) is known color: Chinook. HEX triplet: 8F, DB and A0. RGB value is (143,219,160). Sum of RGB (Red+Green+Blue) = 143+219+160=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDBA0 is #70245F. Grayscale: #BDBDBD. Windows color (decimal): -7349344 or 10541967. OLE color: 10541967.
HSL color Cylindrical-coordinate representation of color #8FDBA0: hue angle of 133.42º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBA0 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 160 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.14 |
| HSL | 133.42º | 0.51% | 0.71% | - |
| HSV(B) | 133.42º | 0.35% | 0.86% | - |
| XYZ | 43 | 59.04 | 42.39 | - |
| YUV | 189.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 160 | 0.35 | 0 | 0.27 | 0.14 | 133.42 | 0.51 | 0.71 |
| Hex | 8F | DB | A0 | 23 | 0 | 1B | E | 85 | 33 | 47 |
| Octal | 217 | 333 | 240 | 43 | 0 | 33 | 16 | 205 | 63 | 107 |
| Binary | 10001111 | 11011011 | 10100000 | 100011 | 0 | 11011 | 1110 | 10000101 | 110011 | 1000111 |
Color Harmonies of #8FDBA0
Complementary color
Monochromatic Colors of #8FDBA0
Black with #8FDBA0
Text Example
Text Example
White with #8FDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBA0; }
p { color: rgb(143,219,160); }
H1.HeaderClassName
{
color: #8FDBA0;
}
.AnyTagClassName
{
color: #8FDBA0;
}
</style>
background-color css
<style>
a { background-color: #8FDBA0; }
a { background-color: rgb(143,219,160); }
div.DivClassName
{
background-color: #8FDBA0;
}
.BgClassName
{
background-color: #8FDBA0;
}
</style>
border-color css
<style>
span { border-color: #8FDBA0; }
span { border-color: rgb(143,219,160); }
td.TdClassName
{
border-color: #8FDBA0;
}
.TagClassName
{
border-color: #8FDBA0;
}
</style>