Shades of Chinook #8FDBA2
Tints of Chinook #8FDBA2
RGB
CMYK
RGB Variations
Color information
#8FDBA2 (or 0x8FDBA2) is known color: Chinook. HEX triplet: 8F, DB and A2. RGB value is (143,219,162). Sum of RGB (Red+Green+Blue) = 143+219+162=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDBA2 is #70245D. Grayscale: #BDBDBD. Windows color (decimal): -7349342 or 10673039. OLE color: 10673039.
HSL color Cylindrical-coordinate representation of color #8FDBA2: hue angle of 135º 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 #8FDBA2 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 162 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.14 |
| HSL | 135º | 0.51% | 0.71% | - |
| HSV(B) | 135º | 0.35% | 0.86% | - |
| XYZ | 43.18 | 59.11 | 43.32 | - |
| YUV | 189.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 162 | 0.35 | 0 | 0.26 | 0.14 | 135 | 0.51 | 0.71 |
| Hex | 8F | DB | A2 | 23 | 0 | 1A | E | 87 | 33 | 47 |
| Octal | 217 | 333 | 242 | 43 | 0 | 32 | 16 | 207 | 63 | 107 |
| Binary | 10001111 | 11011011 | 10100010 | 100011 | 0 | 11010 | 1110 | 10000111 | 110011 | 1000111 |
Color Harmonies of #8FDBA2
Complementary color
Monochromatic Colors of #8FDBA2
Black with #8FDBA2
Text Example
Text Example
White with #8FDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBA2; }
p { color: rgb(143,219,162); }
H1.HeaderClassName
{
color: #8FDBA2;
}
.AnyTagClassName
{
color: #8FDBA2;
}
</style>
background-color css
<style>
a { background-color: #8FDBA2; }
a { background-color: rgb(143,219,162); }
div.DivClassName
{
background-color: #8FDBA2;
}
.BgClassName
{
background-color: #8FDBA2;
}
</style>
border-color css
<style>
span { border-color: #8FDBA2; }
span { border-color: rgb(143,219,162); }
td.TdClassName
{
border-color: #8FDBA2;
}
.TagClassName
{
border-color: #8FDBA2;
}
</style>