Shades of Chinook #8BD999
Tints of Chinook #8BD999
RGB
CMYK
RGB Variations
Color information
#8BD999 (or 0x8BD999) is known color: Chinook. HEX triplet: 8B, D9 and 99. RGB value is (139,217,153). Sum of RGB (Red+Green+Blue) = 139+217+153=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD999 is #742666. Grayscale: #BABABA. Windows color (decimal): -7612007 or 10082699. OLE color: 10082699.
HSL color Cylindrical-coordinate representation of color #8BD999: hue angle of 130.77º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD999 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 217 | 153 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.15 |
| HSL | 130.77º | 0.51% | 0.7% | - |
| HSV(B) | 130.77º | 0.36% | 0.85% | - |
| XYZ | 41.21 | 57.41 | 39.05 | - |
| YUV | 186.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 153 | 0.36 | 0 | 0.29 | 0.15 | 130.77 | 0.51 | 0.7 |
| Hex | 8B | D9 | 99 | 24 | 0 | 1D | F | 83 | 33 | 46 |
| Octal | 213 | 331 | 231 | 44 | 0 | 35 | 17 | 203 | 63 | 106 |
| Binary | 10001011 | 11011001 | 10011001 | 100100 | 0 | 11101 | 1111 | 10000011 | 110011 | 1000110 |
Color Harmonies of #8BD999
Complementary color
Monochromatic Colors of #8BD999
Black with #8BD999
Text Example
Text Example
White with #8BD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD999; }
p { color: rgb(139,217,153); }
H1.HeaderClassName
{
color: #8BD999;
}
.AnyTagClassName
{
color: #8BD999;
}
</style>
background-color css
<style>
a { background-color: #8BD999; }
a { background-color: rgb(139,217,153); }
div.DivClassName
{
background-color: #8BD999;
}
.BgClassName
{
background-color: #8BD999;
}
</style>
border-color css
<style>
span { border-color: #8BD999; }
span { border-color: rgb(139,217,153); }
td.TdClassName
{
border-color: #8BD999;
}
.TagClassName
{
border-color: #8BD999;
}
</style>