Shades of Chinook #8BE19F
Tints of Chinook #8BE19F
RGB
CMYK
RGB Variations
Color information
#8BE19F (or 0x8BE19F) is known color: Chinook. HEX triplet: 8B, E1 and 9F. RGB value is (139,225,159). Sum of RGB (Red+Green+Blue) = 139+225+159=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BE19F is #741E60. Grayscale: #BFBFBF. Windows color (decimal): -7609953 or 10477963. OLE color: 10477963.
HSL color Cylindrical-coordinate representation of color #8BE19F: hue angle of 133.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE19F is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 225 | 159 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.12 |
| HSL | 133.95º | 0.59% | 0.71% | - |
| HSV(B) | 133.95º | 0.38% | 0.88% | - |
| XYZ | 43.83 | 61.84 | 42.43 | - |
| YUV | 191.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 225 | 159 | 0.38 | 0 | 0.29 | 0.12 | 133.95 | 0.59 | 0.71 |
| Hex | 8B | E1 | 9F | 26 | 0 | 1D | C | 86 | 3B | 47 |
| Octal | 213 | 341 | 237 | 46 | 0 | 35 | 14 | 206 | 73 | 107 |
| Binary | 10001011 | 11100001 | 10011111 | 100110 | 0 | 11101 | 1100 | 10000110 | 111011 | 1000111 |
Color Harmonies of #8BE19F
Complementary color
Monochromatic Colors of #8BE19F
Black with #8BE19F
Text Example
Text Example
White with #8BE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE19F; }
p { color: rgb(139,225,159); }
H1.HeaderClassName
{
color: #8BE19F;
}
.AnyTagClassName
{
color: #8BE19F;
}
</style>
background-color css
<style>
a { background-color: #8BE19F; }
a { background-color: rgb(139,225,159); }
div.DivClassName
{
background-color: #8BE19F;
}
.BgClassName
{
background-color: #8BE19F;
}
</style>
border-color css
<style>
span { border-color: #8BE19F; }
span { border-color: rgb(139,225,159); }
td.TdClassName
{
border-color: #8BE19F;
}
.TagClassName
{
border-color: #8BE19F;
}
</style>