Shades of Chinook #8BDFA0
Tints of Chinook #8BDFA0
RGB
CMYK
RGB Variations
Color information
#8BDFA0 (or 0x8BDFA0) is known color: Chinook. HEX triplet: 8B, DF and A0. RGB value is (139,223,160). Sum of RGB (Red+Green+Blue) = 139+223+160=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDFA0 is #74205F. Grayscale: #BEBEBE. Windows color (decimal): -7610464 or 10542987. OLE color: 10542987.
HSL color Cylindrical-coordinate representation of color #8BDFA0: hue angle of 135º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDFA0 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 160 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.13 |
| HSL | 135º | 0.57% | 0.71% | - |
| HSV(B) | 135º | 0.38% | 0.87% | - |
| XYZ | 43.38 | 60.8 | 42.71 | - |
| YUV | 190.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 160 | 0.38 | 0 | 0.28 | 0.13 | 135 | 0.57 | 0.71 |
| Hex | 8B | DF | A0 | 26 | 0 | 1C | D | 87 | 39 | 47 |
| Octal | 213 | 337 | 240 | 46 | 0 | 34 | 15 | 207 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10100000 | 100110 | 0 | 11100 | 1101 | 10000111 | 111001 | 1000111 |
Color Harmonies of #8BDFA0
Complementary color
Monochromatic Colors of #8BDFA0
Black with #8BDFA0
Text Example
Text Example
White with #8BDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFA0; }
p { color: rgb(139,223,160); }
H1.HeaderClassName
{
color: #8BDFA0;
}
.AnyTagClassName
{
color: #8BDFA0;
}
</style>
background-color css
<style>
a { background-color: #8BDFA0; }
a { background-color: rgb(139,223,160); }
div.DivClassName
{
background-color: #8BDFA0;
}
.BgClassName
{
background-color: #8BDFA0;
}
</style>
border-color css
<style>
span { border-color: #8BDFA0; }
span { border-color: rgb(139,223,160); }
td.TdClassName
{
border-color: #8BDFA0;
}
.TagClassName
{
border-color: #8BDFA0;
}
</style>