Shades of Chinook #8BDF9E
Tints of Chinook #8BDF9E
RGB
CMYK
RGB Variations
Color information
#8BDF9E (or 0x8BDF9E) is known color: Chinook. HEX triplet: 8B, DF and 9E. RGB value is (139,223,158). Sum of RGB (Red+Green+Blue) = 139+223+158=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDF9E is #742061. Grayscale: #BEBEBE. Windows color (decimal): -7610466 or 10411915. OLE color: 10411915.
HSL color Cylindrical-coordinate representation of color #8BDF9E: hue angle of 133.57º 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 #8BDF9E is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 158 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.13 |
| HSL | 133.57º | 0.57% | 0.71% | - |
| HSV(B) | 133.57º | 0.38% | 0.87% | - |
| XYZ | 43.21 | 60.73 | 41.79 | - |
| YUV | 190.47 | 109.67 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 158 | 0.38 | 0 | 0.29 | 0.13 | 133.57 | 0.57 | 0.71 |
| Hex | 8B | DF | 9E | 26 | 0 | 1D | D | 86 | 39 | 47 |
| Octal | 213 | 337 | 236 | 46 | 0 | 35 | 15 | 206 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10011110 | 100110 | 0 | 11101 | 1101 | 10000110 | 111001 | 1000111 |
Color Harmonies of #8BDF9E
Complementary color
Monochromatic Colors of #8BDF9E
Black with #8BDF9E
Text Example
Text Example
White with #8BDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF9E; }
p { color: rgb(139,223,158); }
H1.HeaderClassName
{
color: #8BDF9E;
}
.AnyTagClassName
{
color: #8BDF9E;
}
</style>
background-color css
<style>
a { background-color: #8BDF9E; }
a { background-color: rgb(139,223,158); }
div.DivClassName
{
background-color: #8BDF9E;
}
.BgClassName
{
background-color: #8BDF9E;
}
</style>
border-color css
<style>
span { border-color: #8BDF9E; }
span { border-color: rgb(139,223,158); }
td.TdClassName
{
border-color: #8BDF9E;
}
.TagClassName
{
border-color: #8BDF9E;
}
</style>